Date: Sun, 23 Jul 2017 14:03:52 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446477 - head/dns/unbound Message-ID: <201707231403.v6NE3qwn033093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Sun Jul 23 14:03:52 2017 New Revision: 446477 URL: https://svnweb.freebsd.org/changeset/ports/446477 Log: 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) Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Sun Jul 23 14:00:43 2017 (r446476) +++ head/dns/unbound/Makefile Sun Jul 23 14:03:52 2017 (r446477) @@ -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 RE 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707231403.v6NE3qwn033093>