pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/radmind Added a patch from Hauke Fath to fix ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c1a31d397cc
branches: trunk
changeset: 519623:8c1a31d397cc
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 06 20:55:46 2006 +0000
description:
Added a patch from Hauke Fath to fix the "test ==" in a second configure
script. This fixes PR 34732.
diffstat:
sysutils/radmind/distinfo | 3 ++-
sysutils/radmind/patches/patch-ag | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 2ab12e757b04 -r 8c1a31d397cc sysutils/radmind/distinfo
--- a/sysutils/radmind/distinfo Fri Oct 06 20:39:44 2006 +0000
+++ b/sysutils/radmind/distinfo Fri Oct 06 20:55:46 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/10/05 02:49:30 rillig Exp $
+$NetBSD: distinfo,v 1.10 2006/10/06 20:55:46 rillig Exp $
SHA1 (radmind-1.7.1.tar.gz) = b6c95e5c17eb8d2232988ec306959c120d5d48bf
RMD160 (radmind-1.7.1.tar.gz) = 9ee6990f72a022e2c42380e6936462afb3191bb7
@@ -9,3 +9,4 @@
SHA1 (patch-ad) = 40974d0b41be44c2ebd0d29dca31bcc42837328a
SHA1 (patch-ae) = 58b15301aa1df00e6e5bab9f21db8ddc99461f2a
SHA1 (patch-af) = fa7141a81abbfd05f094af1dd30d8810f73c948e
+SHA1 (patch-ag) = 9afe823cad9efd94a06243a0eef8361882a23d16
diff -r 2ab12e757b04 -r 8c1a31d397cc sysutils/radmind/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/patches/patch-ag Fri Oct 06 20:55:46 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ag,v 1.1 2006/10/06 20:55:46 rillig Exp $
+
+--- libsnet/configure.orig 2006-05-23 18:01:49.000000000 +0200
++++ libsnet/configure
+@@ -2549,7 +2549,7 @@ fi;
+ break;
+ fi
+ done
+- if test x_$found_zlib == x_yes; then
++ if test x_$found_zlib = x_yes; then
+ if test "$dir" != "/usr"; then
+ CPPFLAGS="$CPPFLAGS -I$zlibdir/include";
+ fi
+@@ -2828,7 +2828,7 @@ fi;
+ break
+ fi
+ done
+- if test x_$found_sasl == x_yes; then
++ if test x_$found_sasl = x_yes; then
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_LIBSASL 1
+ _ACEOF
Home |
Main Index |
Thread Index |
Old Index