svn commit: r546877 - in head/astro: roadmap saoimage

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 07:36:56 UTC 2020


Author: tcberner
Date: Sat Aug 29 07:36:55 2020
New Revision: 546877
URL: https://svnweb.freebsd.org/changeset/ports/546877

Log:
  astro/roadmap, astro/saoimage: fix build on current and deprecate

Modified:
  head/astro/roadmap/Makefile
  head/astro/saoimage/Makefile

Modified: head/astro/roadmap/Makefile
==============================================================================
--- head/astro/roadmap/Makefile	Sat Aug 29 07:23:43 2020	(r546876)
+++ head/astro/roadmap/Makefile	Sat Aug 29 07:36:55 2020	(r546877)
@@ -26,6 +26,11 @@ USES=		gmake gnome pkgconfig
 USE_GNOME=	gtk20
 MAKE_ARGS=	INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 SUB_FILES=	pkg-message
 
 PORTDOCS=	${DOCS} README

Modified: head/astro/saoimage/Makefile
==============================================================================
--- head/astro/saoimage/Makefile	Sat Aug 29 07:23:43 2020	(r546876)
+++ head/astro/saoimage/Makefile	Sat Aug 29 07:36:55 2020	(r546877)
@@ -16,6 +16,11 @@ ALL_TARGET=	${OPSYS}
 USES=		xorg
 USE_XORG=	x11
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/saoimage etc/imtoolrc.sample share/man/man1/saoimage.1.gz
 
 post-patch:


More information about the svn-ports-head mailing list