svn commit: r546771 - head/games/cosmo

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 17:51:08 UTC 2020


Author: tcberner
Date: Fri Aug 28 17:51:07 2020
New Revision: 546771
URL: https://svnweb.freebsd.org/changeset/ports/546771

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

Modified:
  head/games/cosmo/Makefile

Modified: head/games/cosmo/Makefile
==============================================================================
--- head/games/cosmo/Makefile	Fri Aug 28 17:49:50 2020	(r546770)
+++ head/games/cosmo/Makefile	Fri Aug 28 17:51:07 2020	(r546771)
@@ -25,6 +25,11 @@ DIST_SUBDIR=	cosmo
 USES=		imake:notall,noman xorg
 USE_XORG=	x11 xext
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/cosmo
 	${INSTALL_PROGRAM} ${WRKSRC}/cosmo ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list