Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2007 22:17:38 -0300
From:      "Alejandro Pulver" <alepulver@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/110690: [PATCH] games/quake3: add ONLY_FOR_ARCHS=i386
Message-ID:  <1174612658.16789@deimos.mars.bsd>
Resent-Message-ID: <200703230120.l2N1K3CD032201@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1174612658.16789>