ports/57330: [patch] mark games/torcs as broken on amd64/ia64
Mark Linimon
linimon at lonesome.com
Sun Sep 28 22:05:44 UTC 2003
>Number: 57330
>Category: ports
>Synopsis: [patch] mark games/torcs as broken on amd64/ia64
>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: Sun Sep 28 14:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
Per bento logs, this port doesn't seem to build on these
architectures right now. However, the project seems to
be active, so mark broken in case someone wants to undertake
fixing it.
>How-To-Repeat:
(bento logs)
>Fix:
--- torcs/Makefile.dist Mon May 5 17:31:27 2003
+++ torcs/Makefile Sun Sep 28 16:21:48 2003
@@ -20,6 +20,12 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= The Open Racing Car Simulator
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "does not appear to build on ${ARCH}"
+.endif
+
BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
# doxygen would be required to build the doc (TODO?)
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
@@ -116,4 +122,4 @@
@${ECHO_MSG} "*****************************************************************************"
@${ECHO_MSG} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list