diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-03 22:35:02 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-03 22:35:02 +0000 |
commit | 103945a00d38c7ee7bd30f06d83f69868aa92bcd (patch) | |
tree | 9967f32dc72ef5b3b9fc3228a75f4aa0f3b1cfc7 /games | |
parent | b2e31681274d91b1abd9dd2d373db75224da277e (diff) | |
download | FreeBSD-ports-103945a00d38c7ee7bd30f06d83f69868aa92bcd.zip FreeBSD-ports-103945a00d38c7ee7bd30f06d83f69868aa92bcd.tar.gz |
Added BROKEN on IA64.
PR: ports/89901
Submitted by: Linas Valiukas <prekybosv@shirshegsm.lt.eu.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/q3cellshading/Makefile | 7 | ||||
-rw-r--r-- | games/quake3/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 87f90ca..24b9abd 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake3 PORTVERSION= 1.32b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \ @@ -33,6 +33,11 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> +# Anyone to play with this on IA64? +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +.endif + .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 87f90ca..24b9abd 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake3 PORTVERSION= 1.32b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \ @@ -33,6 +33,11 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> +# Anyone to play with this on IA64? +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +.endif + .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif |