From owner-svn-ports-all@freebsd.org Thu Jul 28 11:24:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBE80BA5804; Thu, 28 Jul 2016 11:24:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A35E41AE0; Thu, 28 Jul 2016 11:24:00 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6SBNxJ7018837; Thu, 28 Jul 2016 11:23:59 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6SBNxM7018836; Thu, 28 Jul 2016 11:23:59 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201607281123.u6SBNxM7018836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 28 Jul 2016 11:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419211 - head/dns/nsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2016 11:24:01 -0000 Author: koobs Date: Thu Jul 28 11:23:59 2016 New Revision: 419211 URL: https://svnweb.freebsd.org/changeset/ports/419211 Log: dns/nsd: Remove IPv6 option, fixes build Remove the IPv6 option that is causing builds to fail when it is disabled. The issue does not affect package users, as it was a default option. The issue has been fixed upstream [1] and will be included/renabled in the next version update. While I'm here: * Switch to USES=ssl * Add --enable-ipv6 in CONNFIGURE_ARGS to ensure it's explicitly enabled [1] https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=800 PR: 211303 Reported by: Approved by: maintainer MFH: 2016Q3 Modified: head/dns/nsd/Makefile Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Thu Jul 28 11:19:32 2016 (r419210) +++ head/dns/nsd/Makefile Thu Jul 28 11:23:59 2016 (r419211) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= nsd-[0-3]* nsd3-[0-9]* -USES= cpe +USES= cpe ssl CPE_VENDOR= nlnetlabs USE_RC_SUBR= nsd @@ -34,7 +34,8 @@ CONFIGURE_ARGS= --with-libevent=${LOCALB --localstatedir=${NSDLSDIR} \ --with-dbfile=${NSDDBDIR}/nsd.db \ --with-ssl=${OPENSSLBASE} \ - --with-pidfile=${NSDRUNDIR}/nsd.pid + --with-pidfile=${NSDRUNDIR}/nsd.pid \ + --enable-ipv6 PLIST_SUB= NSDUSER=${NSDUSER} \ NSDGROUP=${NSDGROUP} \ @@ -44,16 +45,14 @@ PLIST_SUB= NSDUSER=${NSDUSER} \ USERS= ${NSDUSER} GROUPS= ${NSDGROUP} -USE_OPENSSL= yes - PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ NSD-4-features NSD-FOR-BIND-USERS README README.icc RELNOTES \ REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \ differences.tex -OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ +OPTIONS_DEFINE= ROOT_SERVER LARGEFILE BIND8_STATS CHECKING \ MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN -OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL +OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL OPTIONS_SUB= yes MUNIN_PLUGIN_IMPLIES= BIND8_STATS @@ -73,7 +72,6 @@ LIB_DEPENDS+= libevent.so:devel/libevent ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile -IPV6_CONFIGURE_ENABLE= ipv6 BIND8_STATS_CONFIGURE_ENABLE= bind8-stats CHECKING_CONFIGURE_ENABLE= checking NSEC3_CONFIGURE_ENABLE= nsec3