Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2003 20:55:01 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53865: [patch][non-maintainer] mark games/xracer as BROKEN on non-i386
Message-ID:  <200306280155.h5S1t1SZ095107@lonesome.lonesome.com>
Resent-Message-ID: <200306280200.h5S20QvN069655@freefall.freebsd.org>

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

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



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