ports/116092: [MAINTAINER] games/flobopuyo: mark BROKEN on amd64/CURRENT

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Sep 4 18:50:02 UTC 2007


>Number:         116092
>Category:       ports
>Synopsis:       [MAINTAINER] games/flobopuyo: 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 18:50:01 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

Also, please close ports/115590.
>How-To-Repeat:
>Fix:

--- flobopuyo.patch begins here ---
diff -ruN flobopuyo.orig/Makefile flobopuyo/Makefile
--- flobopuyo.orig/Makefile	Tue Sep  4 22:43:16 2007
+++ flobopuyo/Makefile	Tue Sep  4 22:44:34 2007
@@ -19,7 +19,12 @@
 USE_BISON=	yes
 USE_GMAKE=	yes
 USE_SDL=	sdl mixer image
-USE_GCC=	3.4+
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN=		Doesn't build
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile
@@ -29,4 +34,4 @@
 	@${REINPLACE_CMD} -e 's|^INSTALL_DATADIR=.*$$|INSTALL_DATADIR=${DATADIR}|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|^INSTALL_BINDIR=.*$$|INSTALL_BINDIR=${PREFIX}/bin|' ${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- flobopuyo.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list