aboutsummaryrefslogtreecommitdiff
path: root/games/ioquake3
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-01-11 19:33:02 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-01-11 19:33:02 +0000
commit018541efae50739d1cc8079ac30bbf865c32437d (patch)
tree01eb76e9287fa609729a9987ac5c65ca34757e9e /games/ioquake3
parent59c5d831a182243e0699a2d3a813a9e4e221f517 (diff)
downloadports-018541efae50739d1cc8079ac30bbf865c32437d.tar.gz
ports-018541efae50739d1cc8079ac30bbf865c32437d.zip
Notes
Diffstat (limited to 'games/ioquake3')
-rw-r--r--games/ioquake3/Makefile2
-rw-r--r--games/ioquake3/files/patch-code__botlib__be_interface.c11
2 files changed, 1 insertions, 12 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");
- //