svn commit: r546720 - head/devel/buildtool

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 11:11:58 UTC 2020


Author: tcberner
Date: Fri Aug 28 11:11:58 2020
New Revision: 546720
URL: https://svnweb.freebsd.org/changeset/ports/546720

Log:
  devel/buildtool: fix build on current and deprecate

Modified:
  head/devel/buildtool/Makefile

Modified: head/devel/buildtool/Makefile
==============================================================================
--- head/devel/buildtool/Makefile	Fri Aug 28 11:06:43 2020	(r546719)
+++ head/devel/buildtool/Makefile	Fri Aug 28 11:11:58 2020	(r546720)
@@ -12,6 +12,12 @@ COMMENT=	Set of portable software build utilities
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	-p ${PREFIX} -d ${DOCSDIR}
 
+CFLAGS+=	-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:


More information about the svn-ports-all mailing list