From owner-svn-ports-head@freebsd.org Thu Sep 5 23:54:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 841E7D8CB4; Thu, 5 Sep 2019 23:54:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PcxL2mrxz4Z7d; Thu, 5 Sep 2019 23:54:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43FA5C32A; Thu, 5 Sep 2019 23:54:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x85NsknD059525; Thu, 5 Sep 2019 23:54:46 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85Nsj8a059521; Thu, 5 Sep 2019 23:54:45 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201909052354.x85Nsj8a059521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 5 Sep 2019 23:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511275 - in head/dns/ldns: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/dns/ldns: . files X-SVN-Commit-Revision: 511275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 23:54:46 -0000 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 (maintainer) Reported by: Roman Serbski 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@"