aboutsummaryrefslogtreecommitdiff
path: root/games/quake3
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-03-23 13:35:28 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-03-23 13:35:28 +0000
commitf0c2b7bfb9050a16d9fe5a18eb0121c110545a60 (patch)
tree58dd4216e4b17934ae45ab6940167fce4528d604 /games/quake3
parent9365f34e9fcdb159ca751745c5d7791c822c7a82 (diff)
downloadports-f0c2b7bfb9050a16d9fe5a18eb0121c110545a60.tar.gz
ports-f0c2b7bfb9050a16d9fe5a18eb0121c110545a60.zip
- Mark as ONLY_FOR_ARCHS=i386, the reason is that it doesn't run properly
(first it segfaulted, and after fixing it, the server just freezes consuming the CPU). It was tested on an amd64, but it's very likely to happen in the other archs too). PR: ports/110690 Submitted by: alepulver (myself) Approved by: "Linas Valiukas" <shirshegsm@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=188095
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile
index 79438e899814..63f10c3bbf34 100644
--- a/games/quake3/Makefile
+++ b/games/quake3/Makefile
@@ -19,6 +19,8 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source
MAINTAINER= shirshegsm@gmail.com
COMMENT= Quake III Arena -- first person shooter (native build)
+ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3
USE_ZIP= yes
USE_DOS2UNIX= yes
USE_GMAKE= yes