diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-12 03:33:02 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-12 03:33:02 +0800 |
commit | b05ee25191069a69403f90f364a1972590b89486 (patch) | |
tree | 19d389dd90948ab1627487b5e817fbb42eb76d33 /games | |
parent | 8d123fb48b8c2b4c37bca680e0e8785017642af8 (diff) | |
download | freebsd-ports-gnome-b05ee25191069a69403f90f364a1972590b89486.tar.gz freebsd-ports-gnome-b05ee25191069a69403f90f364a1972590b89486.tar.zst freebsd-ports-gnome-b05ee25191069a69403f90f364a1972590b89486.zip |
- Remove supression of the bot log file (now it's stored in the home directory,
not in the current one like the original Q3).
- Bump PORTREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/ioquake3/Makefile | 2 | ||||
-rw-r--r-- | games/ioquake3/files/patch-code__botlib__be_interface.c | 11 | ||||
-rw-r--r-- | games/iourbanterror/Makefile | 1 | ||||
-rw-r--r-- | games/iourbanterror/files/patch-code__botlib__be_interface.c | 11 | ||||
-rw-r--r-- | games/openarena/Makefile | 1 | ||||
-rw-r--r-- | games/openarena/files/patch-code__botlib__be_interface.c | 11 |
6 files changed, 3 insertions, 34 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index cb37008aa1c1..e963970c42c1 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -7,7 +7,7 @@ PORTNAME= ioquake3 DISTVERSION= 1.34-rc3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://ioquake3.org/files/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/games/ioquake3/files/patch-code__botlib__be_interface.c b/games/ioquake3/files/patch-code__botlib__be_interface.c deleted file mode 100644 index 45e7f5e21246..000000000000 --- a/games/ioquake3/files/patch-code__botlib__be_interface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./code/botlib/be_interface.c.orig Wed Apr 26 10:36:58 2006 -+++ ./code/botlib/be_interface.c Sun Jun 11 17:26:26 2006 -@@ -155,7 +155,7 @@ - } else { - Com_sprintf(logfilename, sizeof(logfilename), "botlib.log"); - } -- Log_Open(logfilename); -+ Log_Open("/dev/null"); - // - botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n"); - // diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile index 8480fa2c564d..8c8f088a8c3c 100644 --- a/games/iourbanterror/Makefile +++ b/games/iourbanterror/Makefile @@ -7,6 +7,7 @@ PORTNAME= iourbanterror DISTVERSION= 2007_12_20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/urbanterror/iourbanterror/source/complete/ DISTNAME= ioUrbanTerrorSource_${DISTVERSION} diff --git a/games/iourbanterror/files/patch-code__botlib__be_interface.c b/games/iourbanterror/files/patch-code__botlib__be_interface.c deleted file mode 100644 index 45e7f5e21246..000000000000 --- a/games/iourbanterror/files/patch-code__botlib__be_interface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./code/botlib/be_interface.c.orig Wed Apr 26 10:36:58 2006 -+++ ./code/botlib/be_interface.c Sun Jun 11 17:26:26 2006 -@@ -155,7 +155,7 @@ - } else { - Com_sprintf(logfilename, sizeof(logfilename), "botlib.log"); - } -- Log_Open(logfilename); -+ Log_Open("/dev/null"); - // - botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n"); - // diff --git a/games/openarena/Makefile b/games/openarena/Makefile index 9ad7c295efbe..6ec479f5af87 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -7,6 +7,7 @@ PORTNAME= openarena PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://openarena.ws/rel/070/:src \ http://download.tuxfamily.net/cooker/openarena/rel070/:data \ diff --git a/games/openarena/files/patch-code__botlib__be_interface.c b/games/openarena/files/patch-code__botlib__be_interface.c deleted file mode 100644 index 45e7f5e21246..000000000000 --- a/games/openarena/files/patch-code__botlib__be_interface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./code/botlib/be_interface.c.orig Wed Apr 26 10:36:58 2006 -+++ ./code/botlib/be_interface.c Sun Jun 11 17:26:26 2006 -@@ -155,7 +155,7 @@ - } else { - Com_sprintf(logfilename, sizeof(logfilename), "botlib.log"); - } -- Log_Open(logfilename); -+ Log_Open("/dev/null"); - // - botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n"); - // |