ports/53865: [patch][non-maintainer] mark games/xracer as BROKEN on non-i386

Mark Linimon linimon at lonesome.com
Sat Jun 28 02:00:27 UTC 2003


>Number:         53865
>Category:       ports
>Synopsis:       [patch][non-maintainer] mark games/xracer as BROKEN on non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 27 19:00:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Per the bento logs, this port does not build on anything
	other than an i386.  Mark it that way.  In addition,
	note that the author seems to have abandoned it.

	Further note: I couldn't actually get it to run on i386,
	either, but I didn't try very hard to figure out why;
	basically I was just doing a pass through the bento logs.
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- xracer/Makefile.dist	Fri Feb 21 07:15:44 2003
+++ xracer/Makefile	Fri Jun 27 20:51:22 2003
@@ -14,6 +14,10 @@
 MAINTAINER=	troll at digitalspark.net
 COMMENT=	Awesome WipeOut clone for OpenGL and X11!
 
+.if ${MACHINE_ARCH} != i386
+BROKEN=		"Does not build on ${MACHINE_ARCH}"
+.endif
+
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 
 USE_XLIB=	yes
--- xracer/pkg-descr.dist	Sun Nov 21 13:18:35 1999
+++ xracer/pkg-descr	Fri Jun 27 20:48:44 2003
@@ -1,11 +1,6 @@
-XRacer is a Wipeout clone. At the moment it is incomplete, but
-I will be working on the following areas over the next few
-weeks:
-  * better game physics (eg. sometimes the craft turns over)
-  * instrument panel (partially done)
-  * scenery
-  * time trial and arcade mode
-  * weapons, powerups
-  * LAN multiplayer mode
+(From the author):
+
+XRacer is an unfinished game I wrote several years back, aiming to clone
+Wipeout. It's looking for a new maintainer.
 
 WWW: http://xracer.annexia.org/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list