Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 23:37:56 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315181 - in head/games: linux-quake3 linux-quake3-demo
Message-ID:  <201303242337.r2ONbuKr072211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Mar 24 23:37:56 2013
New Revision: 315181
URL: http://svnweb.freebsd.org/changeset/ports/315181

Log:
  LEGAL only indicates that the license is "restrictive" but does not make it clear how so.  Assume the worst and don't permit any use of the distfile.
  
  Approved by:	portmgr (implicit)

Modified:
  head/games/linux-quake3-demo/Makefile
  head/games/linux-quake3/Makefile

Modified: head/games/linux-quake3-demo/Makefile
==============================================================================
--- head/games/linux-quake3-demo/Makefile	Sun Mar 24 23:27:15 2013	(r315180)
+++ head/games/linux-quake3-demo/Makefile	Sun Mar 24 23:37:56 2013	(r315181)
@@ -1,12 +1,5 @@
-# New ports collection makefile for:	linux-q3ademo
-# Date created:				11 December 2000
-# Whom:					Marc van Woerkom <3d@freebsd.org>
-#
-# - inspired by linux realplayer 7 port
-# - special thanks to the Emacs key board macro
-#
+# Created by: Marc van Woerkom <3d@freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	quake3
 DISTVERSION=	1.11-6
@@ -22,6 +15,10 @@ EXTRACT_SUFX=	.gz.sh
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Quake III Arena Demo
 
+RESTRICTED=	Restrictive license by Loki Software
+NO_CDROM=	${RESTRICTED}
+NO_PACKAGE=	${RESTRICTED}
+
 USE_LINUX=	yes
 USE_LINUX_APPS+=dri
 NO_BUILD=	yes

Modified: head/games/linux-quake3/Makefile
==============================================================================
--- head/games/linux-quake3/Makefile	Sun Mar 24 23:27:15 2013	(r315180)
+++ head/games/linux-quake3/Makefile	Sun Mar 24 23:37:56 2013	(r315181)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Quake 3 Arena Dedicated Server
-# Date created:				Sun Jun  3 00:52:38 EDT 2001
-# Whom:					pat@databits.net
-#
+# Created by: pat@databits.net
 # $FreeBSD$
-#
 
 PORTNAME=	quake3
 PORTVERSION=	1.32c
@@ -22,6 +18,10 @@ USE_ZIP=	yes
 USE_LINUX=	yes
 NO_WRKSUBDIR=	yes
 
+RESTRICTED=	Restrictive license by Loki Software
+NO_CDROM=	${RESTRICTED}
+NO_PACKAGE=	${RESTRICTED}
+
 OPTIONS_MULTI=	TYPE
 OPTIONS_MULTI_TYPE=	CLIENT DEDICATED SMP
 OPTIONS_DEFINE=	PUNKBUSTER DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303242337.r2ONbuKr072211>