svn commit: r546892 - head/dns/inadyn-mt

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 09:30:59 UTC 2020


Author: tcberner
Date: Sat Aug 29 09:30:58 2020
New Revision: 546892
URL: https://svnweb.freebsd.org/changeset/ports/546892

Log:
  dns/inadyn-mt: fix build on current and deprecate

Modified:
  head/dns/inadyn-mt/Makefile

Modified: head/dns/inadyn-mt/Makefile
==============================================================================
--- head/dns/inadyn-mt/Makefile	Sat Aug 29 09:22:01 2020	(r546891)
+++ head/dns/inadyn-mt/Makefile	Sat Aug 29 09:30:58 2020	(r546892)
@@ -19,6 +19,11 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-sound
 MAKE_ARGS+=	INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc"
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PORTDOCS=	readme.html AUTHORS README
 PORTEXAMPLES=	*
 


More information about the svn-ports-all mailing list