Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 07:23:43 +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: r546876 - head/games/vms-empire
Message-ID:  <202008290723.07T7Nhxm017717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 29 07:23:43 2020
New Revision: 546876
URL: https://svnweb.freebsd.org/changeset/ports/546876

Log:
  games/vms-empire: fix build on current and deprecate
  
  - there has been some activity upstream recently
  - https://gitlab.com/esr/vms-empire
  - if you care about the port, update and maintain it

Modified:
  head/games/vms-empire/Makefile

Modified: head/games/vms-empire/Makefile
==============================================================================
--- head/games/vms-empire/Makefile	Sat Aug 29 07:00:34 2020	(r546875)
+++ head/games/vms-empire/Makefile	Sat Aug 29 07:23:43 2020	(r546876)
@@ -16,6 +16,11 @@ MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 PORTDOCS=	AUTHORS BUGS HACKING NEWS README
 OPTIONS_DEFINE=	DOCS
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and outdated
+
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man6/${PORTNAME}.6.gz \
 		share/appdata/${PORTNAME}.xml \



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