svn commit: r374526 - branches/2014Q4/dns/bind99

Mathieu Arnold mat at FreeBSD.org
Thu Dec 11 11:32:54 UTC 2014


Author: mat
Date: Thu Dec 11 11:32:53 2014
New Revision: 374526
URL: https://svnweb.freebsd.org/changeset/ports/374526
QAT: https://qat.redports.org/buildarchive/r374526/

Log:
  MFH: r370291
  
  Note REPLACE_BASE will get removed.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  branches/2014Q4/dns/bind99/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/dns/bind99/Makefile
==============================================================================
--- branches/2014Q4/dns/bind99/Makefile	Thu Dec 11 11:09:05 2014	(r374525)
+++ branches/2014Q4/dns/bind99/Makefile	Thu Dec 11 11:32:53 2014	(r374526)
@@ -153,6 +153,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