1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Added BROKEN on IA64.

PR:		ports/89901
Submitted by:	Linas Valiukas <prekybosv@shirshegsm.lt.eu.org>
This commit is contained in:
Edwin Groothuis 2005-12-03 22:35:02 +00:00
parent 3ca2690c65
commit 38b9055791
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150323
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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