Date: Fri, 28 Aug 2020 10:45:18 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546715 - head/games/bomberinstinct Message-ID: <202008281045.07SAjIWq041542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 10:45:17 2020 New Revision: 546715 URL: https://svnweb.freebsd.org/changeset/ports/546715 Log: games/bomberinstinct: fix build with recent current and deprecate Modified: head/games/bomberinstinct/Makefile Modified: head/games/bomberinstinct/Makefile ============================================================================== --- head/games/bomberinstinct/Makefile Fri Aug 28 10:04:24 2020 (r546714) +++ head/games/bomberinstinct/Makefile Fri Aug 28 10:45:17 2020 (r546715) @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread +# Upstream is dead. +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281045.07SAjIWq041542>