svn commit: r546886 - head/cad/transcalc

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 08:58:22 UTC 2020


Author: tcberner
Date: Sat Aug 29 08:58:22 2020
New Revision: 546886
URL: https://svnweb.freebsd.org/changeset/ports/546886

Log:
  cad/transcalc: fix build on current and deprecate

Modified:
  head/cad/transcalc/Makefile

Modified: head/cad/transcalc/Makefile
==============================================================================
--- head/cad/transcalc/Makefile	Sat Aug 29 08:34:51 2020	(r546885)
+++ head/cad/transcalc/Makefile	Sat Aug 29 08:58:22 2020	(r546886)
@@ -14,6 +14,11 @@ USES=		gnome pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
 


More information about the svn-ports-all mailing list