aboutsummaryrefslogtreecommitdiffstats
path: root/dns/unbound
diff options
context:
space:
mode:
authoreugen <eugen@FreeBSD.org>2017-07-23 22:03:52 +0800
committereugen <eugen@FreeBSD.org>2017-07-23 22:03:52 +0800
commitde91e7f8541032b9badaf0abab139edc7931c78e (patch)
tree2b860bde6165ff96f16aa83116ba8a8e18410f9e /dns/unbound
parenta964ed79a54ea274a436995816a639005ada2478 (diff)
downloadfreebsd-ports-gnome-de91e7f8541032b9badaf0abab139edc7931c78e.tar.gz
freebsd-ports-gnome-de91e7f8541032b9badaf0abab139edc7931c78e.tar.zst
freebsd-ports-gnome-de91e7f8541032b9badaf0abab139edc7931c78e.zip
Base system contains unbound without libevent support enabled.
Enable libevent by default for the port dns/unbound for performance reasons. PR: 220733 Submitted by: Dmitry Luhtionov Approved by: jaap (maintainer), az (mentor)
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index f9cdb13b8a52..8ec3c8ace2df 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unbound
PORTVERSION= 1.6.4
+PORTREVISON= 1
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -34,7 +35,7 @@ PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \
OPTIONS_SUB= yes
OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE
-OPTIONS_DEFAULT=THREADS ECDSA
+OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT
LIBEVENT_DESC= Build against libevent
GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0)