Date: Fri, 28 Aug 2020 11:19:52 +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: r546722 - head/games/bygfoot Message-ID: <202008281119.07SBJqu8060517@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 11:19:52 2020 New Revision: 546722 URL: https://svnweb.freebsd.org/changeset/ports/546722 Log: games/bygfoot: fix build on recent current and deprecate Modified: head/games/bygfoot/Makefile Modified: head/games/bygfoot/Makefile ============================================================================== --- head/games/bygfoot/Makefile Fri Aug 28 11:17:13 2020 (r546721) +++ head/games/bygfoot/Makefile Fri Aug 28 11:19:52 2020 (r546722) @@ -23,4 +23,9 @@ USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281119.07SBJqu8060517>