Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2003 16:26:46 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57330: [patch] mark games/torcs as broken on amd64/ia64
Message-ID:  <200309282126.h8SLQkhf066627@lonesome.lonesome.com>
Resent-Message-ID: <200309282130.h8SLU9Uu098911@freefall.freebsd.org>

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

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



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