Date: Tue, 4 Sep 2007 22:47:00 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116092: [MAINTAINER] games/flobopuyo: mark BROKEN on amd64/CURRENT Message-ID: <20070904184700.80248406E@hades.panopticon> Resent-Message-ID: <200709041850.l84Io1qF002281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070904184700.80248406E>