aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-11 11:32:53 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-11 11:32:53 +0000
commit22dcf381051f368cf0d31cdd3577ecc379118627 (patch)
treeb879c03d5ad3f3dd9db7e3685ef8e56fe21ada87
parent4514afc1e62ef8afb94fcccd0bae372cb3a6f9ab (diff)
downloadports-22dcf381051f368cf0d31cdd3577ecc379118627.tar.gz
ports-22dcf381051f368cf0d31cdd3577ecc379118627.zip
MFH: r370291
Note REPLACE_BASE will get removed. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/branches/2014Q4/; revision=374526
-rw-r--r--dns/bind99/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 756e17cdb1c8..f672984951a7 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -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