diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-06-25 14:39:01 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-06-25 14:39:01 +0000 |
commit | 18f3656190b3dac1fb5a8c231d4551a9b7016eca (patch) | |
tree | e8caa13ae6c4af74cce6da55bf9fa1feab9ba52a /dns/powerdns/files | |
parent | - Mark BROKEN on 9.x, fails to extract: (diff) |
dns/powerdns: update 3.4.4 -> 3.4.5
- Add CPE info
- Remove obsolete CONFLICTS field
- Remove obsolete patch
PR: 201080
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=390573
Diffstat (limited to 'dns/powerdns/files')
-rw-r--r-- | dns/powerdns/files/patch-pdns__Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dns/powerdns/files/patch-pdns__Makefile.in b/dns/powerdns/files/patch-pdns__Makefile.in deleted file mode 100644 index ffc45f1cbcc6..000000000000 --- a/dns/powerdns/files/patch-pdns__Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- pdns/Makefile.in.orig 2014-09-30 09:23:53 UTC -+++ pdns/Makefile.in -@@ -70,7 +70,7 @@ - notify$(EXEEXT) dnsbulktest$(EXEEXT) nsec3dig$(EXEEXT) \ - saxfr$(EXEEXT) - @BOTAN110_TRUE@am__append_5 = botan110signers.cc botansigners.cc --@BOTAN110_TRUE@am__append_6 = $(BOTAN110_LIBS) -lgmp -lrt -+@BOTAN110_TRUE@am__append_6 = $(BOTAN110_LIBS) - @BOTAN18_TRUE@am__append_7 = botan18signers.cc botansigners.cc - @BOTAN18_TRUE@am__append_8 = $(BOTAN18_LIBS) -lgmp - @CRYPTOPP_TRUE@am__append_9 = cryptoppsigners.cc -@@ -81,7 +81,7 @@ - @PKCS11_TRUE@am__append_14 = $(P11KIT1_LIBS) - @LMDB_TRUE@am__append_15 = zone2lmdb - @BOTAN110_TRUE@am__append_16 = botan110signers.cc botansigners.cc --@BOTAN110_TRUE@am__append_17 = $(BOTAN110_LIBS) -lgmp -lrt -+@BOTAN110_TRUE@am__append_17 = $(BOTAN110_LIBS) - @BOTAN18_TRUE@am__append_18 = botan18signers.cc botansigners.cc - @BOTAN18_TRUE@am__append_19 = $(BOTAN18_LIBS) -lgmp - @CRYPTOPP_TRUE@am__append_20 = cryptoppsigners.cc |