pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/powerdns



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.

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()<<Logger::Warning<<"Built-in modules: "<<PDNS_MODULES<<endl;
+ #endif
+-#ifdef PDNS_CONFIG_ARGS
+-#define double_escape(s) #s
+-#define escape_quotes(s) double_escape(s)
+-  theL()<<Logger::Warning<<"Configured with: "<<escape_quotes(PDNS_CONFIG_ARGS)<<endl;
+-#undef escape_quotes
+-#undef double_escape
+-#endif
+ }
+ 
+ string fullVersionString()



Home | Main Index | Thread Index | Old Index