ports/159617: [MAINTAINER] dns/powerdns: fix compilation of the sqlite3 backend

Ralf van der Enden tremere at cainites.net
Tue Aug 9 09:10:13 UTC 2011


The following reply was made to PR ports/159617; it has been noted by GNATS.

From: Ralf van der Enden <tremere at cainites.net>
To: bug-followup at FreeBSD.org, tremere at cainites.net
Cc:  
Subject: Re: ports/159617: [MAINTAINER] dns/powerdns: fix compilation of the
 sqlite3 backend
Date: Tue, 09 Aug 2011 11:03:22 +0200

 This is a multi-part message in MIME format.
 --------------060103070009090004010600
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
 Please add the attached patch as well.
 
 It fixes compilation on systems that don't have math/gmp installed. 
 Botan has the GMP engine enabled by default, which is why I missed this 
 one myself. PDNS doesn't require the GMP library though.
 
 Thanks in advance and sorry for any inconvenience.
 
 Best regards,
 
 Ralf van der Enden
 
 --------------060103070009090004010600
 Content-Type: text/plain;
  name="powerdns-3.0-1.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="powerdns-3.0-1.patch"
 
 diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/patch-pdns_Makefile_in /usr/ports/dns/powerdns/files/patch-pdns_Makefile_in
 --- /usr/ports/dns/powerdns.orig/files/patch-pdns_Makefile_in	1970-01-01 01:00:00.000000000 +0100
 +++ /usr/ports/dns/powerdns/files/patch-pdns_Makefile_in	2011-08-09 10:12:20.000000000 +0200
 @@ -0,0 +1,22 @@
 +--- pdns/Makefile.in.orig	2011-07-22 13:26:07.000000000 +0200
 ++++ pdns/Makefile.in	2011-08-09 10:11:41.000000000 +0200
 +@@ -51,15 +51,15 @@
 + 	dnslog$(EXEEXT) nproxy$(EXEEXT) notify$(EXEEXT) \
 + 	pdnssec$(EXEEXT) dnsbulktest$(EXEEXT)
 + @BOTAN19_TRUE at am__append_1 = botan19signers.cc botansigners.cc
 +- at BOTAN19_TRUE@am__append_2 = -lbotan -lgmp
 ++ at BOTAN19_TRUE@am__append_2 = -lbotan
 + @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
 + @BOTAN19_TRUE at am__append_7 = botan19signers.cc botansigners.cc
 +- at BOTAN19_TRUE@am__append_8 = -lbotan -lgmp
 ++ at BOTAN19_TRUE@am__append_8 = -lbotan
 + @BOTAN18_TRUE at am__append_9 = botan18signers.cc botansigners.cc
 +- at BOTAN18_TRUE@am__append_10 = -lbotan -lgmp
 ++ at BOTAN18_TRUE@am__append_10 = -lbotan
 + @CRYPTOPP_TRUE at am__append_11 = cryptoppsigners.cc
 + @CRYPTOPP_TRUE at am__append_12 = -lcryptopp
 + subdir = pdns
 
 --------------060103070009090004010600--



More information about the freebsd-ports-bugs mailing list