Received: by mail.netbsd.org (Postfix, from userid 605) id 5D0B484D7D; Sat, 13 Jan 2018 15:31:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD8C484D65 for ; Sat, 13 Jan 2018 15:31:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2C7p2HEbEFKo for ; Sat, 13 Jan 2018 15:31:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BE5784D37 for ; Sat, 13 Jan 2018 15:31:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDBD7FBDE; Sat, 13 Jan 2018 15:30:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151585745430660" MIME-Version: 1.0 Date: Sat, 13 Jan 2018 15:30:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/powerdns To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180113153054.BDBD7FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151585745430660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 13 15:30:54 UTC 2018 Modified Files: pkgsrc/net/powerdns: distinfo Added Files: pkgsrc/net/powerdns/patches: patch-pdns_version.cc Log Message: powerdns: remove references to build directory Do not store configure arguments; they have references to the build directory. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/powerdns/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/powerdns/patches/patch-pdns_version.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151585745430660 Content-Disposition: inline Content-Length: 1821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/powerdns/distinfo diff -u pkgsrc/net/powerdns/distinfo:1.27 pkgsrc/net/powerdns/distinfo:1.28 --- pkgsrc/net/powerdns/distinfo:1.27 Tue Jan 2 12:18:15 2018 +++ pkgsrc/net/powerdns/distinfo Sat Jan 13 15:30:54 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2018/01/02 12:18:15 fhajny Exp $ +$NetBSD: distinfo,v 1.28 2018/01/13 15:30:54 adam Exp $ SHA1 (pdns-4.1.0.tar.bz2) = f786d27d60032bf268a63a88c77396e31f6622b1 RMD160 (pdns-4.1.0.tar.bz2) = ef033ccb035d24e0d287cd013a9637103a8b3692 @@ -11,3 +11,4 @@ SHA1 (patch-pdns_dns.hh) = 626eb4e29b7fc SHA1 (patch-pdns_dnsscope.cc) = b289b750686b25041c3e291fb0d3d562beb36eaf SHA1 (patch-pdns_iputils.hh) = 714277322ea721ea0439fc6aa0265bd290219e8b SHA1 (patch-pdns_qtype.hh) = 0f8bca4c0cafea9a5257a08077fa42b4c52127f5 +SHA1 (patch-pdns_version.cc) = be2035a37a554f64b8e6dad8f7faa112aba10f6c Added files: Index: pkgsrc/net/powerdns/patches/patch-pdns_version.cc diff -u /dev/null pkgsrc/net/powerdns/patches/patch-pdns_version.cc:1.1 --- /dev/null Sat Jan 13 15:30:54 2018 +++ pkgsrc/net/powerdns/patches/patch-pdns_version.cc Sat Jan 13 15:30:54 2018 @@ -0,0 +1,20 @@ +$NetBSD: patch-pdns_version.cc,v 1.1 2018/01/13 15:30:54 adam Exp $ + +Do not store configure arguments; they have references to the build directory. + +--- pdns/version.cc.orig 2018-01-13 15:13:31.000000000 +0000 ++++ pdns/version.cc +@@ -117,13 +117,6 @@ void showBuildConfiguration() + // Auth only + theL()<