ports/181731: [patch] games/atris: unbreak with bmake

Jan Beich jbeich at tormail.org
Sun Sep 1 20:30:01 UTC 2013


>Number:         181731
>Category:       ports
>Synopsis:       [patch] games/atris: unbreak with bmake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 20:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
bmake is default make since base at r250699

>Description:
http://pb2.nyi.freebsd.org/bulk/nogcc-default/2013-08-30_22h26m46s/logs/errors/atris-1.0.7_5.log

>How-To-Repeat:

>Fix:
--- make.diff begins here ---
Index: games/atris/Makefile
===================================================================
--- games/atris/Makefile	(revision 325711)
+++ games/atris/Makefile	(working copy)
@@ -24,6 +24,10 @@ MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AU
 		AUTOHEADER="${TRUE}"
 
 post-patch:
+# Fix install target to use gmake
+	${REINPLACE_CMD} -e '/^install:/,/^$$/s/make/$$(MAKE)/' \
+			${WRKSRC}/Makefile.in
+
 # Fix path to ${DATADIR}
 	${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \
 			${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
--- make.diff ends here ---


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


More information about the freebsd-ports-bugs mailing list