svn commit: r446477 - head/dns/unbound

Eugene Grosbein eugen at FreeBSD.org
Sun Jul 23 14:03:54 UTC 2017


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)


More information about the svn-ports-all mailing list