pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/powerdns-recursor
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Oct 17 13:39:22 UTC 2025
Modified Files:
pkgsrc/net/powerdns-recursor: distinfo
Added Files:
pkgsrc/net/powerdns-recursor/patches: patch-configure
Log Message:
powerdns-recursor: Fix check-portability.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/powerdns-recursor/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/net/powerdns-recursor/patches/patch-configure
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-recursor/distinfo
diff -u pkgsrc/net/powerdns-recursor/distinfo:1.42 pkgsrc/net/powerdns-recursor/distinfo:1.43
--- pkgsrc/net/powerdns-recursor/distinfo:1.42 Mon Jun 30 11:06:46 2025
+++ pkgsrc/net/powerdns-recursor/distinfo Fri Oct 17 13:39:21 2025
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.42 2025/06/30 11:06:46 jperkin Exp $
+$NetBSD: distinfo,v 1.43 2025/10/17 13:39:21 jperkin Exp $
BLAKE2s (pdns-recursor-4.9.9.tar.bz2) = bbcc8a5540ab6fa516e1c1f4140d4281616bb20438e5d158ecda2f5f9deda5ff
SHA512 (pdns-recursor-4.9.9.tar.bz2) = d628364546ff93c659e12bd4978de7a0f8a3e3b33ccfb03ecfa9a8da47a05fe8addc6e1a333e17d7c17c0468c24852044e35bd59d4f2dc475294d1248b9ea250
Size (pdns-recursor-4.9.9.tar.bz2) = 1568112 bytes
+SHA1 (patch-configure) = 11d36eb4593ddb1262f3f7cb42a1a25188a2e850
SHA1 (patch-dns.hh) = 0994b743b31ac10874d67a54e64183d7b4e25df4
SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a
SHA1 (patch-qtype.hh) = 567c9f36fa0b414e605e6788ba5b7a9f293476a5
Added files:
Index: pkgsrc/net/powerdns-recursor/patches/patch-configure
diff -u /dev/null pkgsrc/net/powerdns-recursor/patches/patch-configure:1.5
--- /dev/null Fri Oct 17 13:39:22 2025
+++ pkgsrc/net/powerdns-recursor/patches/patch-configure Fri Oct 17 13:39:21 2025
@@ -0,0 +1,65 @@
+$NetBSD: patch-configure,v 1.5 2025/10/17 13:39:21 jperkin Exp $
+
+Fix check-portability.
+
+--- configure.orig 2025-10-17 13:33:48.814563179 +0000
++++ configure
+@@ -25972,11 +25972,11 @@ fi
+ if test "x$enable_fortify_source" != "xno"; then :
+
+
+- if test "x$enable_fortify_source" == "xauto"; then :
++ if test "x$enable_fortify_source" = "xauto"; then :
+ enable_fortify_source=3
+ fi
+
+- if test "x$enable_fortify_source" == "x3"; then :
++ if test "x$enable_fortify_source" = "x3"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -D_FORTIFY_SOURCE=3" >&5
+ $as_echo_n "checking whether C++ compiler handles -D_FORTIFY_SOURCE=3... " >&6; }
+@@ -26021,7 +26021,7 @@ fi
+
+ fi
+
+- if test "x$enable_fortify_source" == "x2"; then :
++ if test "x$enable_fortify_source" = "x2"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -D_FORTIFY_SOURCE=2" >&5
+ $as_echo_n "checking whether C++ compiler handles -D_FORTIFY_SOURCE=2... " >&6; }
+@@ -26066,7 +26066,7 @@ fi
+
+ fi
+
+- if test "x$enable_fortify_source" == "x1"; then :
++ if test "x$enable_fortify_source" = "x1"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -D_FORTIFY_SOURCE=1" >&5
+ $as_echo_n "checking whether C++ compiler handles -D_FORTIFY_SOURCE=1... " >&6; }
+@@ -26725,7 +26725,7 @@ fi
+ if test "x$enable_lto" != "xno"; then :
+
+
+- if test "x$enable_lto" == "xthin"; then :
++ if test "x$enable_lto" = "xthin"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -flto=thin" >&5
+ $as_echo_n "checking whether C++ compiler handles -flto=thin... " >&6; }
+@@ -26771,7 +26771,7 @@ fi
+
+ fi
+
+- if test "x$enable_lto" == "xauto"; then :
++ if test "x$enable_lto" = "xauto"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -flto=auto" >&5
+ $as_echo_n "checking whether C++ compiler handles -flto=auto... " >&6; }
+@@ -26817,7 +26817,7 @@ fi
+
+ fi
+
+- if test "x$enable_lto" == "xyes"; then :
++ if test "x$enable_lto" = "xyes"; then :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler handles -flto" >&5
+ $as_echo_n "checking whether C++ compiler handles -flto... " >&6; }
Home |
Main Index |
Thread Index |
Old Index