svn commit: r315181 - in head/games: linux-quake3 linux-quake3-demo
Eitan Adler
eadler at FreeBSD.org
Sun Mar 24 23:37:57 UTC 2013
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 at freebsd.org>
-#
-# - inspired by linux realplayer 7 port
-# - special thanks to the Emacs key board macro
-#
+# Created by: Marc van Woerkom <3d at freebsd.org>
# $FreeBSD$
-#
PORTNAME= quake3
DISTVERSION= 1.11-6
@@ -22,6 +15,10 @@ EXTRACT_SUFX= .gz.sh
MAINTAINER= ports at 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 at databits.net
-#
+# Created by: pat at 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
More information about the svn-ports-all
mailing list