pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dnsdist
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Oct 31 15:54:55 UTC 2025
Modified Files:
pkgsrc/net/dnsdist: distinfo
Added Files:
pkgsrc/net/dnsdist/patches: patch-configure
Log Message:
dnsdist: Restore readline fix.
For some reason this was deleted in a previous update, but it is very much
still required for any systems not using editline.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/dnsdist/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/net/dnsdist/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/dnsdist/distinfo
diff -u pkgsrc/net/dnsdist/distinfo:1.21 pkgsrc/net/dnsdist/distinfo:1.22
--- pkgsrc/net/dnsdist/distinfo:1.21 Mon Sep 22 10:49:23 2025
+++ pkgsrc/net/dnsdist/distinfo Fri Oct 31 15:54:55 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.21 2025/09/22 10:49:23 wiz Exp $
+$NetBSD: distinfo,v 1.22 2025/10/31 15:54:55 jperkin Exp $
BLAKE2s (dnsdist-2.0.1.tar.xz) = 03ee82e4b78f55a72c83ecf92b8950865b82a1f621b87848bc1b21ef765df004
SHA512 (dnsdist-2.0.1.tar.xz) = 8e0b6b9d9db36e19c4617e79a36f86f8bc1a0096569dab0dc178ee9fa1b3af3b8baaa40252be9c7450a01e2d169a530edcc8f52e794e4efa649f5f0582b579d1
Size (dnsdist-2.0.1.tar.xz) = 2279512 bytes
+SHA1 (patch-configure) = d9ec9f3416862f471a3029168681b9512ced68b9
Added files:
Index: pkgsrc/net/dnsdist/patches/patch-configure
diff -u /dev/null pkgsrc/net/dnsdist/patches/patch-configure:1.5
--- /dev/null Fri Oct 31 15:54:55 2025
+++ pkgsrc/net/dnsdist/patches/patch-configure Fri Oct 31 15:54:55 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.5 2025/10/31 15:54:55 jperkin Exp $
+
+Fix --without-libedit, required when using readline.
+
+--- configure.orig 2025-10-31 15:48:25.770875216 +0000
++++ configure
+@@ -18916,7 +18916,7 @@ printf %s "checking whether to link in l
+ # Check whether --with-libedit was given.
+ if test ${with_libedit+y}
+ then :
+- withval=$with_libedit; with_libedit=$enableval
++ withval=$with_libedit; with_libedit=$withval
+ else case e in #(
+ e) with_libedit=yes
+ ;;
Home |
Main Index |
Thread Index |
Old Index