pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wu-ftpd Complete the job of detecting strcasestr(3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfe71a63ca56
branches:  trunk
changeset: 480413:bfe71a63ca56
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Wed Sep 08 15:28:38 2004 +0000

description:
Complete the job of detecting strcasestr(3) by using it if available.

diffstat:

 net/wu-ftpd/distinfo         |   5 ++++-
 net/wu-ftpd/patches/patch-ae |  16 ++++++++++++++++
 net/wu-ftpd/patches/patch-ah |  20 ++++++++++++++++++++
 net/wu-ftpd/patches/patch-aj |  12 ++++++++++++
 4 files changed, 52 insertions(+), 1 deletions(-)

diffs (79 lines):

diff -r 159f1994856c -r bfe71a63ca56 net/wu-ftpd/distinfo
--- a/net/wu-ftpd/distinfo      Wed Sep 08 15:06:52 2004 +0000
+++ b/net/wu-ftpd/distinfo      Wed Sep 08 15:28:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2003/09/23 10:42:09 wiz Exp $
+$NetBSD: distinfo,v 1.10 2004/09/08 15:28:38 sketch Exp $
 
 SHA1 (wu-ftpd/wu-ftpd-2.6.2.tar.gz) = e39112bd8a67f189b6a8da8dd81ceb00a910e271
 Size (wu-ftpd/wu-ftpd-2.6.2.tar.gz) = 354784 bytes
@@ -10,6 +10,9 @@
 SHA1 (patch-ab) = c3c91639939142ac5c49aa6897d4c0df211b74c6
 SHA1 (patch-ac) = b5f6142045bb092e7dc6b1420d17c15d594d9350
 SHA1 (patch-ad) = 3aafdad6da3ae50272d78c605f3bc2285b0ea085
+SHA1 (patch-ae) = cf36fe524ffa690e5586ccd629ff20ff9d1b06dd
 SHA1 (patch-af) = 6f9fe289ea5af19ba4c85f63109e8e47e5b21bca
 SHA1 (patch-ag) = 59cc211f4770e5e447b2cd9ca7bd5ab3dc07fc3d
+SHA1 (patch-ah) = a5305d6b9f8d3e1145e6951eaf37f0cdd5c98edc
 SHA1 (patch-ai) = 2c866946d003fe474c74a2c1b90b87953bd99902
+SHA1 (patch-aj) = 65eef2815b2364aaa243cb93ce4a99fdf2eb9f10
diff -r 159f1994856c -r bfe71a63ca56 net/wu-ftpd/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wu-ftpd/patches/patch-ae      Wed Sep 08 15:28:38 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.7 2004/09/08 15:28:38 sketch Exp $
+
+--- support/strcasestr.c.orig  2000-07-01 19:36:29.000000000 +0100
++++ support/strcasestr.c       2004-09-08 16:25:25.000000000 +0100
+@@ -25,4 +25,7 @@
+  
+ ****************************************************************************/
++#include "config.h"
++
++#ifndef HAVE_STRCASESTR
+ #include <string.h>
+ /*
+@@ -46,2 +49,3 @@
+     return ((char *) s);
+ }
++#endif
diff -r 159f1994856c -r bfe71a63ca56 net/wu-ftpd/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wu-ftpd/patches/patch-ah      Wed Sep 08 15:28:38 2004 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ah,v 1.6 2004/09/08 15:28:39 sketch Exp $
+
+--- src/proto.h.orig   2000-07-01 19:17:39.000000000 +0100
++++ src/proto.h        2004-09-08 16:25:25.000000000 +0100
+@@ -25,4 +25,6 @@
+    
+ ****************************************************************************/
++#include "config.h"
++
+ #include <sys/types.h>
+ #include <sys/stat.h>
+@@ -290,6 +292,8 @@
+ void endusershell(void);
+ 
++#ifndef HAVE_STRCASESTR
+ /*
+    ** support/strcasestr.c
+  */
+ char *strcasestr(register char *s, register char *find);
++#endif
diff -r 159f1994856c -r bfe71a63ca56 net/wu-ftpd/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wu-ftpd/patches/patch-aj      Wed Sep 08 15:28:38 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.7 2004/09/08 15:28:39 sketch Exp $
+
+--- src/config.h.in.orig       2004-09-08 16:21:50.000000000 +0100
++++ src/config.h.in    2004-09-08 16:22:01.000000000 +0100
+@@ -76,6 +76,7 @@
+ #undef HAVE_REGEXEC
+ #undef HAVE_SETSID
+ #undef HAVE_MEMMOVE
++#undef HAVE_STRCASESTR
+ #undef HAVE_STRTOUL
+ #undef HAVE_SIGLIST
+ #undef FACILITY



Home | Main Index | Thread Index | Old Index