aboutsummaryrefslogtreecommitdiff
path: root/dns/bind9-devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-26 13:32:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-26 13:32:16 +0000
commit80600e0a2c1a88ae511ef8bb57c003c198a63c90 (patch)
treed43ebc7334edb7260751ce7e90144f504356066e /dns/bind9-devel
parentcbb380f05e957f3fe237b3404dd67408dd6acddd (diff)
downloadports-80600e0a2c1a88ae511ef8bb57c003c198a63c90.tar.gz
ports-80600e0a2c1a88ae511ef8bb57c003c198a63c90.zip
Notes
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r--dns/bind9-devel/Makefile8
-rw-r--r--dns/bind9-devel/pkg-help8
2 files changed, 2 insertions, 14 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 424ff1490822..d65a47382e4a 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -94,7 +94,7 @@ OPTIONS_DEFAULT= DLZ_FILESYSTEM GSSAPI_NONE IDN JSON LMDB MANPAGES \
SIGCHASE TCP_FASTOPEN
OPTIONS_DEFINE= DNSTAP DOCS FIXED_RRSET GEOIP IDN JSON LARGE_FILE LMDB \
MANPAGES OVERRIDECACHE PORTREVISION QUERYTRACE \
- SIGCHASE START_LATE TCP_FASTOPEN TUNING_LARGE
+ SIGCHASE START_LATE TCP_FASTOPEN
OPTIONS_RADIO= CRYPTO
OPTIONS_RADIO_CRYPTO= NATIVE_PKCS11
@@ -109,7 +109,7 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
.if defined(BIND_TOOLS_SLAVE)
OPTIONS_EXCLUDE= ${OPTIONS_GROUP_DLZ} DNSTAP DOCS GEOIP LMDB \
OVERRIDECACHE PORTREVISION QUERYTRACE START_LATE \
- TCP_FASTOPEN TUNING_LARGE
+ TCP_FASTOPEN
.endif # BIND_TOOLS_SLAVE
OPTIONS_SUB= yes
@@ -137,7 +137,6 @@ QUERYTRACE_DESC= Enable the very verbose query tracelogging
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
START_LATE_DESC= Start BIND late in the boot process (see help)
TCP_FASTOPEN_DESC= RFC 7413 support
-TUNING_LARGE_DESC= Tune named for large systems (**READ HELP**)
DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes
DLZ_BDB_USES= bdb
@@ -208,9 +207,6 @@ START_LATE_SUB_LIST_OFF= NAMED_BEFORE="SERVERS" \
TCP_FASTOPEN_CONFIGURE_ENABLE= tcp-fastopen
-TUNING_LARGE_CONFIGURE_ON= --with-tuning=large
-TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default
-
.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
diff --git a/dns/bind9-devel/pkg-help b/dns/bind9-devel/pkg-help
index c303766037cb..aa85330b21d7 100644
--- a/dns/bind9-devel/pkg-help
+++ b/dns/bind9-devel/pkg-help
@@ -28,11 +28,3 @@ and adding this line to /etc/fstab:
Most of the time, BIND needs to start early in the boot
process. Enable this if BIND starts too early for you and
you need it to start later.
-
-
- TUNING_LARGE
- https://kb.isc.org/article/AA-01314/0
-Tunes certain compiled-in constants and default settings to
-values better suited to large servers with 12/16GB+ of memory.
-This can improve performance on such servers, but will consume
-more memory and may degrade performance on smaller systems.