Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 18:00:59 +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: r546775 - head/games/cre
Message-ID:  <202008281800.07SI0xER011511@repo.freebsd.org>

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



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