svn commit: r448519 - head/dns/knot1

Steve Wills swills at FreeBSD.org
Tue Aug 22 12:56:04 UTC 2017


Author: swills
Date: Tue Aug 22 12:56:03 2017
New Revision: 448519
URL: https://svnweb.freebsd.org/changeset/ports/448519

Log:
  dns/knot1: avoid UDP traffic issues
  
  PR:		216439
  Submitted by:	Leo Vandewoestijne <freebsd at dns-lab.com> (maintainer)

Modified:
  head/dns/knot1/Makefile

Modified: head/dns/knot1/Makefile
==============================================================================
--- head/dns/knot1/Makefile	Tue Aug 22 12:55:15 2017	(r448518)
+++ head/dns/knot1/Makefile	Tue Aug 22 12:56:03 2017	(r448519)
@@ -3,7 +3,7 @@
 
 PORTNAME=	knot
 PORTVERSION=	1.6.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/
@@ -23,7 +23,9 @@ USES=		alias bison libtool pkgconfig ssl tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-storage=/var/db/knot \
 		--with-rundir=/var/run/knot \
-		--with-openssl=${OPENSSLBASE}
+		--with-openssl=${OPENSSLBASE} \
+		--enable-recvmmsg=no
+
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list