Date: Fri, 28 Aug 2020 19:57:04 +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: r546814 - head/games/drm Message-ID: <202008281957.07SJv4ZH087477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 19:57:04 2020 New Revision: 546814 URL: https://svnweb.freebsd.org/changeset/ports/546814 Log: games/drm: fix build on recent current and deprecate Modified: head/games/drm/Makefile Modified: head/games/drm/Makefile ============================================================================== --- head/games/drm/Makefile Fri Aug 28 19:55:12 2020 (r546813) +++ head/games/drm/Makefile Fri Aug 28 19:57:04 2020 (r546814) @@ -13,6 +13,11 @@ COMMENT= Very simple Tetris-style game ALL_TARGET= bugs USES= ncurses tar:Z +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + OPTIONS_DEFINE= DOCS do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281957.07SJv4ZH087477>