Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 10:25:21 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370291 - head/dns/bind99
Message-ID:  <201410071025.s97APL1m096672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071025.s97APL1m096672>