aboutsummaryrefslogtreecommitdiff
path: root/dns/bind916
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/bind916
parentcbb380f05e957f3fe237b3404dd67408dd6acddd (diff)
downloadports-80600e0a2c1a88ae511ef8bb57c003c198a63c90.tar.gz
ports-80600e0a2c1a88ae511ef8bb57c003c198a63c90.zip
Remove the TUNING_LARGE option, it is now a no-op.
PR: 244391 Submitted by: Leo Vandewoestijne
Notes
Notes: svn path=/head/; revision=546281
Diffstat (limited to 'dns/bind916')
-rw-r--r--dns/bind916/Makefile8
-rw-r--r--dns/bind916/pkg-help8
2 files changed, 2 insertions, 14 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile
index 4ec9e0ec12ba..1276968f845d 100644
--- a/dns/bind916/Makefile
+++ b/dns/bind916/Makefile
@@ -78,7 +78,7 @@ OPTIONS_DEFAULT= DLZ_FILESYSTEM GSSAPI_NONE IDN JSON LMDB PYTHON \
SIGCHASE TCP_FASTOPEN MANPAGES
OPTIONS_DEFINE= DNSTAP DOCS FIXED_RRSET GEOIP IDN JSON LARGE_FILE LMDB \
OVERRIDECACHE PORTREVISION PYTHON QUERYTRACE SIGCHASE \
- START_LATE TCP_FASTOPEN TUNING_LARGE MANPAGES
+ START_LATE TCP_FASTOPEN MANPAGES
OPTIONS_RADIO= CRYPTO
OPTIONS_RADIO_CRYPTO= NATIVE_PKCS11
@@ -93,7 +93,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
.else
OPTIONS_EXCLUDE= PYTHON
.endif # BIND_TOOLS_SLAVE
@@ -124,7 +124,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
@@ -203,9 +202,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/bind916/pkg-help b/dns/bind916/pkg-help
index c303766037cb..aa85330b21d7 100644
--- a/dns/bind916/pkg-help
+++ b/dns/bind916/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.