svn commit: r546726 - head/games/cavezofphear

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 11:37:18 UTC 2020


Author: tcberner
Date: Fri Aug 28 11:37:17 2020
New Revision: 546726
URL: https://svnweb.freebsd.org/changeset/ports/546726

Log:
  games/cavezofphear: fix build on recent current and deprecate

Modified:
  head/games/cavezofphear/Makefile

Modified: head/games/cavezofphear/Makefile
==============================================================================
--- head/games/cavezofphear/Makefile	Fri Aug 28 11:35:51 2020	(r546725)
+++ head/games/cavezofphear/Makefile	Fri Aug 28 11:37:17 2020	(r546726)
@@ -20,6 +20,11 @@ USES=		gmake ncurses tar:bzip2
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	phear
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PORTDOCS=	ChangeLog README README-EDITOR TODO
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list