ports/89901: patch] games/quake3 broken on ia64

prekybosv at shirshegsm.lt.eu.org prekybosv at shirshegsm.lt.eu.org
Sat Dec 3 22:20:06 UTC 2005


>Number:         89901
>Category:       ports
>Synopsis:       [patch] games/quake3 broken on ia64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 03 22:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linas Valiukas
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD shirshegsm.lan13.satnet.lt 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Tue Nov 29 17:50:54 EET 2005 root at shirshegsm.lan13.satnet.lt:/usr/obj/usr/src/sys/AIE i386



>Description:
Added BROKEN on IA64.

>How-To-Repeat:

>Fix:



--- quake3_rev4.diff begins here ---
diff -ruN quake3/Makefile quake3.new/Makefile
--- quake3/Makefile	Mon Nov 28 14:04:12 2005
+++ quake3.new/Makefile	Sun Dec  4 00:00:33 2005
@@ -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/ \
@@ -32,6 +32,11 @@
 PLIST_FILES=	bin/q3ded bin/quake3

 .include <bsd.port.pre.mk>
+
+# Anyone to play with this on IA64?
+.if ${ARCH} == "ia64"
+BROKEN=		"Sorry, won't compile :-("
+.endif

 .if ${PERL_LEVEL} < 500600
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
--- quake3_rev4.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list