ports/116088: [MAINTAINER] games/fwp: mark BROKEN on amd64/CURRENT

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Sep 4 17:00:08 UTC 2007


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



More information about the freebsd-ports-bugs mailing list