Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 07:36:55 +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: r546877 - in head/astro: roadmap saoimage
Message-ID:  <202008290736.07T7atpP024559@repo.freebsd.org>

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



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