svn commit: r546715 - head/games/bomberinstinct

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 10:45:18 UTC 2020


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 \


More information about the svn-ports-head mailing list