Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:51:07 +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: r546771 - head/games/cosmo
Message-ID:  <202008281751.07SHp7NV006165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281751.07SHp7NV006165>