Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Dec 2005 00:20:01 +0200
From:      prekybosv@shirshegsm.lt.eu.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89901: patch] games/quake3 broken on ia64
Message-ID:  <E1Eifjd-0007QW-7i@tuja.serveriai.lt>
Resent-Message-ID: <200512032220.jB3MK3jT001221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Eifjd-0007QW-7i>