Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Sep 2007 20:57:35 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116088: [MAINTAINER] games/fwp: mark BROKEN on amd64/CURRENT
Message-ID:  <20070904165735.B4E054063@hades.panopticon>
Resent-Message-ID: <200709041700.l84H08da089502@freefall.freebsd.org>

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

>Number:         116088
>Category:       ports
>Synopsis:       [MAINTAINER] games/fwp: mark BROKEN on amd64/CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 17:00:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Doesn't build on amd64 7.

Reported by: pointyhat via kris
>How-To-Repeat:
>Fix:

--- fwp.patch begins here ---
diff -ruN fwp.orig/Makefile fwp/Makefile
--- fwp.orig/Makefile	Tue Sep  4 20:49:46 2007
+++ fwp/Makefile	Tue Sep  4 20:51:57 2007
@@ -32,6 +32,12 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN=		Doesn't build
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/LDFLAGS=/ s|$$LIBS|$$LDFLAGS|' \
 		${WRKSRC}/configure
@@ -40,4 +46,4 @@
 post-install:
 	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- fwp.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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