ports/110690: [PATCH] games/quake3: add ONLY_FOR_ARCHS=i386

Alejandro Pulver alepulver at FreeBSD.org
Fri Mar 23 01:20:04 UTC 2007


>Number:         110690
>Category:       ports
>Synopsis:       [PATCH] games/quake3: add ONLY_FOR_ARCHS=i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 23 01:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
    root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP



>Description:


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


>How-To-Repeat:





>Fix:


--- quake3.diff begins here ---
Index: quake3/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/quake3/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- quake3/Makefile	4 Jun 2006 21:51:36 -0000	1.15
+++ quake3/Makefile	23 Mar 2007 01:15:00 -0000
@@ -19,6 +19,8 @@
 MAINTAINER=	shirshegsm at 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
--- quake3.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list