summaryrefslogtreecommitdiff
path: root/net/lftp/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-22 15:22:23 +0000
committertron <tron@pkgsrc.org>2002-04-22 15:22:23 +0000
commita01c515f4f58c59b44c7d5aa1def4f3470d7969d (patch)
tree6941f5e597672ea62d1ad04029a6fd98ad984c33 /net/lftp/patches
parent8ed01b755a985c9d18e86bd20f3c09d127ee3d2a (diff)
downloadpkgsrc-a01c515f4f58c59b44c7d5aa1def4f3470d7969d.tar.gz
Update "lftp" package to version 2.5.1. This version includes numerous
enhancement and bug fixes made since the 2.4.4 release. A complete list of change can be found here: http://lftp.yar.ru/news.html The update is based on fixes provided by Michal Pasternak in PR pkg/16125.
Diffstat (limited to 'net/lftp/patches')
-rw-r--r--net/lftp/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/lftp/patches/patch-ab b/net/lftp/patches/patch-ab
new file mode 100644
index 00000000000..b6c4047679b
--- /dev/null
+++ b/net/lftp/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2002/04/22 15:23:15 tron Exp $
+
+--- lib/fnmatch_loop.c.orig Fri Oct 19 17:44:47 2001
++++ lib/fnmatch_loop.c Sat Mar 30 08:45:33 2002
+@@ -250,7 +250,7 @@
+ CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
+ size_t c1 = 0;
+ #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H)
+- wctype_t wt;
++ wint_t wt;
+ #endif
+ const CHAR *startp = p;