Date: Tue, 22 Aug 2017 12:56:03 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448519 - head/dns/knot1 Message-ID: <201708221256.v7MCu3ST096192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221256.v7MCu3ST096192>