aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-09-05 23:54:45 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-09-05 23:54:45 +0000
commit761251e412c4580e1b634cfd421cf59347b3be68 (patch)
treeb43564867827015a795195decb9dc2cc69a56e9a /dns
parentff256dc2de63e0b5d81a7a9fb31471b6241fa4da (diff)
downloadports-761251e412c4580e1b634cfd421cf59347b3be68.tar.gz
ports-761251e412c4580e1b634cfd421cf59347b3be68.zip
dns/ldns: Fix ldns-config
After the last update ldns-config is producing wrong information and at least dns/opendnssec and dns/opendnssec2 are failing to build. PR: 240297 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Reported by: Roman Serbski <mefystofel@gmail.com>
Notes
Notes: svn path=/head/; revision=511275
Diffstat (limited to 'dns')
-rw-r--r--dns/ldns/Makefile1
-rw-r--r--dns/ldns/files/patch-packaging_ldns-config.in13
2 files changed, 14 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 78794287f121..31eb5c808654 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ldns
PORTVERSION= 1.7.1
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ \
LOCAL/ehaupt
diff --git a/dns/ldns/files/patch-packaging_ldns-config.in b/dns/ldns/files/patch-packaging_ldns-config.in
new file mode 100644
index 000000000000..b8dacd192e20
--- /dev/null
+++ b/dns/ldns/files/patch-packaging_ldns-config.in
@@ -0,0 +1,13 @@
+--- packaging/ldns-config.in.orig 2019-09-03 13:07:40 UTC
++++ packaging/ldns-config.in
+@@ -1,6 +1,10 @@
+ #!/bin/sh
+
++prefix="@prefix@"
++exec_prefix="@exec_prefix@"
+ VERSION="@PACKAGE_VERSION@"
++CFLAGS="@CFLAGS@"
++CPPFLAGS="@CPPFLAGS@ @LIBSSL_CPPFLAGS@ @PYTHON_CPPFLAGS@"
+ LDFLAGS="@LDFLAGS@ @LIBSSL_LDFLAGS@ @PYTHON_LDFLAGS@"
+ LIBS="@LIBS@ @LIBSSL_LIBS@"
+ LIBDIR="@libdir@"