pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libwww Added a patch for the broken "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cb368c03cc4
branches:  trunk
changeset: 519503:8cb368c03cc4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 04 19:45:21 2006 +0000

description:
Added a patch for the broken "test ==".

diffstat:

 www/libwww/distinfo         |   3 ++-
 www/libwww/patches/patch-aq |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r bdf35df4ac1b -r 8cb368c03cc4 www/libwww/distinfo
--- a/www/libwww/distinfo       Wed Oct 04 19:38:05 2006 +0000
+++ b/www/libwww/distinfo       Wed Oct 04 19:45:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2005/11/03 15:51:59 salo Exp $
+$NetBSD: distinfo,v 1.22 2006/10/04 19:45:21 rillig Exp $
 
 SHA1 (w3c-libwww-5.4.0.tgz) = 2394cb4e0dc4e2313a9a0ddbf508e4b726e9af63
 RMD160 (w3c-libwww-5.4.0.tgz) = 12e55ecb2435f9048d627e56f8ae60d4c246648b
@@ -20,3 +20,4 @@
 SHA1 (patch-an) = e7195c25ce08e13e0c8b64b05b737e9a5f5157a8
 SHA1 (patch-ao) = fa5c98f6c4e873f816e5a5bc48481d1462c946dc
 SHA1 (patch-ap) = 506ee8ddd2e627aa6ba84b933ca39a6934b95689
+SHA1 (patch-aq) = f44086c50dfe3d5af714b6defcb40ac7a1ed36f1
diff -r bdf35df4ac1b -r 8cb368c03cc4 www/libwww/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/libwww/patches/patch-aq       Wed Oct 04 19:45:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2006/10/04 19:45:21 rillig Exp $
+
+--- configure.orig     2006-10-04 21:39:50.000000000 +0200
++++ configure  2006-10-04 21:40:36.000000000 +0200
+@@ -31593,7 +31593,7 @@ fi
+ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
+ echo "${ECHO_T}$ac_cv_func_remove" >&6
+ 
+-     if test "$ac_cv_func_remove" == yes ; then
++     if test "$ac_cv_func_remove" = yes ; then
+         cat >>confdefs.h <<\_ACEOF
+ #define unlink remove
+ _ACEOF



Home | Main Index | Thread Index | Old Index