ports/173861: [MAINTAINER] dns/powerdns-devel: update to 3.2-RC1

Ralf van der Enden tremere at cainites.net
Fri Nov 23 15:00:00 UTC 2012


>Number:         173861
>Category:       ports
>Synopsis:       [MAINTAINER] dns/powerdns-devel: update to 3.2-RC1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 15:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 9.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #1: Tue Aug 7 10:10:21 CEST 2012 root at lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL amd64


	
>Description:
	
- Update to 3.2-RC1

Changelog: http://rtfm.powerdns.com/changelog.html#changelog-auth-3-2
>How-To-Repeat:
	
>Fix:

	

--- powerdns-devel.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 307679)
+++ Makefile	(working copy)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	powerdns
-PORTVERSION=	3.1.r3
-PORTREVISION?=	1
+PORTVERSION=	3.2.r1
+PORTREVISION?=	0
 PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://powerdnssec.org/downloads/
@@ -14,7 +14,6 @@
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	bjam:${PORTSDIR}/devel/boost-jam
 LIB_DEPENDS=	boost_serialization.[4-9]:${PORTSDIR}/devel/boost-libs
 #		botan.0:${PORTSDIR}/security/botan
 
@@ -35,7 +34,6 @@
 		--with-dynmodules="pipe ${CONFIGURE_MODULES}" \
 		--sysconfdir="${PREFIX}/etc/pdns" \
 		--with-boost="${LOCALBASE}" \
-#		--enable-botan1.8
 SCRIPTS_ENV=	WRKDIRPREFIX="${WRKDIRPREFIX}" \
 		CURDIR2="${.CURDIR}" \
 		MKDIR="${MKDIR}" \
Index: distinfo
===================================================================
--- distinfo	(revision 307679)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pdns-3.1-rc3.tar.gz) = 82d7cd24b50f55af76ff6f81da2c330d1e1d3b56157ef2801188c5a002649797
-SIZE (pdns-3.1-rc3.tar.gz) = 1268629
+SHA256 (pdns-3.2-rc1.tar.gz) = c450828c042e6c893fb8f5232b67f7808f9cbb0d09296aa11b331cfe9ed6a7dd
+SIZE (pdns-3.2-rc1.tar.gz) = 1277305
Index: files/patch-pdns_Makefile_in
===================================================================
--- files/patch-pdns_Makefile_in	(revision 307679)
+++ files/patch-pdns_Makefile_in	(working copy)
@@ -1,23 +0,0 @@
---- pdns/Makefile.in.orig	2011-07-22 13:26:07.000000000 +0200
-+++ pdns/Makefile.in	2011-08-09 10:11:41.000000000 +0200
-@@ -51,16 +51,16 @@
- 	dnslog$(EXEEXT) nproxy$(EXEEXT) notify$(EXEEXT) \
- 	pdnssec$(EXEEXT) dnsbulktest$(EXEEXT)
- @BOTAN110_TRUE at am__append_1 = botan110signers.cc botansigners.cc
-- at BOTAN110_TRUE@am__append_2 = -lbotan-1.10 -lgmp
-+ at BOTAN110_TRUE@am__append_2 = -lbotan-1.10
- @BOTAN18_TRUE at am__append_3 = botan18signers.cc botansigners.cc
-- at BOTAN18_TRUE@am__append_4 = -lbotan -lgmp
-+ at BOTAN18_TRUE@am__append_4 = -lbotan
- @CRYPTOPP_TRUE at am__append_5 = cryptoppsigners.cc
- @CRYPTOPP_TRUE at am__append_6 = -lcryptopp
- @SQLITE3_TRUE at am__append_7 = ssqlite3.cc ssqlite3.hh
- @BOTAN110_TRUE at am__append_8 = botan110signers.cc botansigners.cc
-- at BOTAN110_TRUE@am__append_9 = -lbotan-1.10 -lgmp
-+ at BOTAN110_TRUE@am__append_9 = -lbotan-1.10
- @BOTAN18_TRUE at am__append_10 = botan18signers.cc botansigners.cc
-- at BOTAN18_TRUE@am__append_11 = -lbotan -lgmp
-+ at BOTAN18_TRUE@am__append_11 = -lbotan
- @CRYPTOPP_TRUE at am__append_12 = cryptoppsigners.cc
- @CRYPTOPP_TRUE at am__append_13 = -lcryptopp
- @SQLITE3_TRUE at am__append_14 = ssqlite3.cc ssqlite3.hh
\ No newline at end of file
Index: files/patch-pdns_pdns_backends_bind_binddnssec_cc
===================================================================
--- files/patch-pdns_pdns_backends_bind_binddnssec_cc	(revision 0)
+++ files/patch-pdns_pdns_backends_bind_binddnssec_cc	(working copy)
@@ -0,0 +1,16 @@
+--- pdns/backends/bind/binddnssec.cc	(revision 2874)
++++ pdns/backends/bind/binddnssec.cc	(revision 2888)
+@@ -29,6 +29,4 @@
+   if(!getArg("dnssec-db").empty())
+     throw runtime_error("bind-dnssec-db requires building PowerDNS with SQLite3");
+-
+-  d_dnssecdb->setLog(::arg().mustDo("query-logging"));
+ }
+ 
+@@ -80,4 +78,6 @@
+     throw runtime_error("Error opening DNSSEC database in BIND backend: "+se.txtReason());
+   }
++
++  d_dnssecdb->setLog(::arg().mustDo("query-logging"));
+ }
+ 
--- powerdns-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list