1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

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)
This commit is contained in:
Eugene Grosbein 2017-07-23 14:03:52 +00:00
parent fc2e966935
commit 1d6f3b3dbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446477

View File

@ -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)