aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind911/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-12 16:15:41 +0800
committermat <mat@FreeBSD.org>2017-01-12 16:15:41 +0800
commit70e2222e8c0c871f4147b1bbf3538ac5fc987a10 (patch)
tree7363d9267e12af1dc54f46b88d157faf61364460 /dns/bind911/Makefile
parent10206ed408a20bc1e7fc36ef8c8dabbcac5938a3 (diff)
downloadfreebsd-ports-gnome-70e2222e8c0c871f4147b1bbf3538ac5fc987a10.tar.gz
freebsd-ports-gnome-70e2222e8c0c871f4147b1bbf3538ac5fc987a10.tar.zst
freebsd-ports-gnome-70e2222e8c0c871f4147b1bbf3538ac5fc987a10.zip
Commit the cleanups that should have gone in with the pervious update.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind911/Makefile')
-rw-r--r--dns/bind911/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index cddf9416eb45..af6d8986b2c1 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
.else
# dns/bind9xx here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
@@ -69,7 +69,7 @@ OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1
.if !defined(BIND_TOOLS_SLAVE)
OPTIONS_DEFAULT+= DLZ_FILESYSTEM LMDB RPZ_NSDNAME RPZ_NSIP
-OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \
+OPTIONS_DEFINE+= RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \
MINCACHE PORTREVISION QUERYTRACE LMDB DNSTAP \
START_LATE
OPTIONS_GROUP= DLZ
@@ -100,7 +100,6 @@ QUERYTRACE_DESC= Enable the very verbose query tracelogging
LMDB_DESC= Use LMDB for zone management
DNSTAP_DESC= Provides fast passive logging of DNS messages
-LINKS_DESC= Create conf file symlinks in ${PREFIX}
RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules
RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records
DLZ_DESC= Dynamically Loadable Zones
@@ -209,31 +208,17 @@ DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \
CONFIGURE_ARGS+= --without-gost
.endif
-.if !${PORT_OPTIONS:MLINKS}
-PKGINSTALL=${NONEXISTENT}
-.endif
-
.if ${PORT_OPTIONS:MTHREADS} && !${PORT_OPTIONS:MDLZ_MYSQL}
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads
.endif
-.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100)
-PKGINSTALL= ${NONEXISTENT}
-PLIST_SUB+= NOBASE="" BASE="@comment "
-SUB_LIST+= NOBASE="" BASE="@comment "
.if !defined(BIND_TOOLS_SLAVE)
USE_RC_SUBR+= named
SUB_FILES+= named.conf
-.endif # !defined(BIND_TOOLS_SLAVE)
-.else
-PLIST_SUB+= NOBASE="@comment " BASE=""
-SUB_LIST+= NOBASE="@comment " BASE=""
.endif
-PKGDEINSTALL= ${PKGINSTALL}
-
MAKE_JOBS_UNSAFE= yes
PORTDOCS= *