svn commit: r370291 - head/dns/bind99

Mathieu Arnold mat at FreeBSD.org
Tue Oct 7 10:25:22 UTC 2014


Author: mat
Date: Tue Oct  7 10:25:21 2014
New Revision: 370291
URL: https://svnweb.freebsd.org/changeset/ports/370291
QAT: https://qat.redports.org/buildarchive/r370291/

Log:
  Note REPLACE_BASE will get removed.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind99/Makefile

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Oct  7 10:17:34 2014	(r370290)
+++ head/dns/bind99/Makefile	Tue Oct  7 10:25:21 2014	(r370291)
@@ -152,6 +152,10 @@ CONFIGURE_ARGS+=	--disable-threads
 .if ${PORT_OPTIONS:MREPLACE_BASE}
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100
 IGNORE=		REPLACE_BASE option is not supported on this release
+.else # >= 10.0
+# Move to BROKEN after expiration.
+DEPRECATED=		REPLACE_BASE option will be removed.  There is no real need for foot-shooting.
+EXPIRATION_DATE=	2015-01-01
 .endif # >= 10.0
 PKGNAMESUFFIX=	-base
 PREFIX=		/usr


More information about the svn-ports-all mailing list