svn commit: r546775 - head/games/cre

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 18:00:59 UTC 2020


Author: tcberner
Date: Fri Aug 28 18:00:58 2020
New Revision: 546775
URL: https://svnweb.freebsd.org/changeset/ports/546775

Log:
  games/cre: fix build on current and deprecate

Modified:
  head/games/cre/Makefile

Modified: head/games/cre/Makefile
==============================================================================
--- head/games/cre/Makefile	Fri Aug 28 17:59:47 2020	(r546774)
+++ head/games/cre/Makefile	Fri Aug 28 18:00:58 2020	(r546775)
@@ -20,6 +20,11 @@ DOS2UNIX_GLOB=	*.txt
 NO_WRKSUBDIR=	yes
 BUILD_WRKSRC=	${WRKSRC}/src
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	CRE_Manual.txt Exhaust_README.txt
 


More information about the svn-ports-head mailing list