Date: Thu, 5 Sep 2019 23:54:45 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511275 - in head/dns/ldns: . files Message-ID: <201909052354.x85Nsj8a059521@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Sep 5 23:54:45 2019 New Revision: 511275 URL: https://svnweb.freebsd.org/changeset/ports/511275 Log: 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> Added: head/dns/ldns/files/ head/dns/ldns/files/patch-packaging_ldns-config.in (contents, props changed) Modified: head/dns/ldns/Makefile Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Thu Sep 5 23:35:59 2019 (r511274) +++ head/dns/ldns/Makefile Thu Sep 5 23:54:45 2019 (r511275) @@ -3,6 +3,7 @@ PORTNAME= ldns PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ \ LOCAL/ehaupt Added: head/dns/ldns/files/patch-packaging_ldns-config.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/ldns/files/patch-packaging_ldns-config.in Thu Sep 5 23:54:45 2019 (r511275) @@ -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@"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909052354.x85Nsj8a059521>