pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/proftpd Fix test ==.
details: https://anonhg.NetBSD.org/pkgsrc/rev/54b3c9fe4402
branches: trunk
changeset: 573692:54b3c9fe4402
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 23 13:45:28 2010 +0000
description:
Fix test ==.
Reported by Robert Elz in PR 43046.
diffstat:
net/proftpd/distinfo | 4 ++--
net/proftpd/patches/patch-ab | 19 ++++++++++++++-----
2 files changed, 16 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r ba357feb16b3 -r 54b3c9fe4402 net/proftpd/distinfo
--- a/net/proftpd/distinfo Tue Mar 23 12:43:38 2010 +0000
+++ b/net/proftpd/distinfo Tue Mar 23 13:45:28 2010 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2010/03/21 21:24:25 kim Exp $
+$NetBSD: distinfo,v 1.33 2010/03/23 13:45:28 wiz Exp $
SHA1 (proftpd-1.3.3.tar.bz2) = ce7c1f96648f94e32d5d104cd1405e6778aae045
RMD160 (proftpd-1.3.3.tar.bz2) = 01c9226f694129561dd35a03631c6a2b8bd593dc
Size (proftpd-1.3.3.tar.bz2) = 4132650 bytes
SHA1 (patch-aa) = d6060f8a0ccba634983dffeccf4b2e31ae19e7ff
-SHA1 (patch-ab) = afc419c23aed22a374b5bfab9ceede7c80b433f3
+SHA1 (patch-ab) = f66a80b0db92844f25e290d82d2eea3ada06a822
SHA1 (patch-ac) = e24c3d85acb80e0b46b9c83dc399d5569c5ca9d5
SHA1 (patch-ae) = 0bf4d13e9a6c2a2c1c73ffc9fb7e6e3c3e57a8a8
diff -r ba357feb16b3 -r 54b3c9fe4402 net/proftpd/patches/patch-ab
--- a/net/proftpd/patches/patch-ab Tue Mar 23 12:43:38 2010 +0000
+++ b/net/proftpd/patches/patch-ab Tue Mar 23 13:45:28 2010 +0000
@@ -1,10 +1,19 @@
-$NetBSD: patch-ab,v 1.10 2010/03/21 21:24:25 kim Exp $
+$NetBSD: patch-ab,v 1.11 2010/03/23 13:45:28 wiz Exp $
Make this pkgsrc friendly.
---- configure.orig 2010-02-15 14:32:24.000000000 -0500
-+++ configure 2010-03-21 16:35:31.000000000 -0400
-@@ -31715,7 +31715,7 @@
+--- configure.orig 2010-02-15 19:32:24.000000000 +0000
++++ configure
+@@ -12862,7 +12862,7 @@ if test "${with_modules+set}" = set; the
+ if test x"$withval" != x; then
+ modules_list=`echo "$withval" | sed -e 's/:/ /g'`;
+ for amodule in $modules_list; do
+- if test x"$amodule" == xmod_dso ; then
++ if test x"$amodule" = xmod_dso ; then
+ { { echo "$as_me:$LINENO: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&5
+ echo "$as_me: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&2;}
+ { (exit 1); exit 1; }; }
+@@ -31715,7 +31715,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
@@ -13,7 +22,7 @@
_ACEOF
cat >>confdefs.h <<_ACEOF
-@@ -31723,7 +31723,7 @@
+@@ -31723,7 +31723,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
cat >>confdefs.h <<_ACEOF
Home |
Main Index |
Thread Index |
Old Index