summaryrefslogtreecommitdiff
path: root/net/lftp/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-08-11 15:19:35 +0000
committersalo <salo@pkgsrc.org>2006-08-11 15:19:35 +0000
commit6b4083a6c9eae5833ee1151a334cf9e22f1d5aa9 (patch)
tree32589fb59b360c61b7ac49ebe5351a8c7e4ee38d /net/lftp/patches
parent852787557d262c218001ab7e3d6d774f1ced0994 (diff)
downloadpkgsrc-6b4083a6c9eae5833ee1151a334cf9e22f1d5aa9.tar.gz
Update to version 3.5.4
Changes: Version 3.5.4 - 2006-08-09 - new setting mirror:include-regex. - load ssl keys for protected data connection as well; use new option - ftp:ssl-data-use-keys to disable it. - fixed human-readable options of du and cls. - fixed compilation on certain systems. Version 3.5.3 - 2006-08-04 - fixed a core dump in ftps with gnu tls. - fixed random queue duplication. - fixed compilation with modules and socks. - fixed installation with modules. - added configure --enable-packager-mode option (Daniel Black). Version 3.5.2 - 2006-07-28 Several bugs fixed. - strip CRs from ls output, as before. - updated help for pget. - fixed mirror -c and get -c hang. - fixed mirror timestamps for hftp and http. - fixed mirror for files starting with a tilde. - fixed use of PROPFIND when http:use-propfind is no. - fixed directory listing and globbing for ftp over http proxy. - updated gnulib sources (Nix).
Diffstat (limited to 'net/lftp/patches')
-rw-r--r--net/lftp/patches/patch-aa14
-rw-r--r--net/lftp/patches/patch-ad12
-rw-r--r--net/lftp/patches/patch-ae13
3 files changed, 32 insertions, 7 deletions
diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa
index 84fd80c1134..98041df310b 100644
--- a/net/lftp/patches/patch-aa
+++ b/net/lftp/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.10 2006/05/01 18:53:31 salo Exp $
+$NetBSD: patch-aa,v 1.11 2006/08/11 15:19:35 salo Exp $
---- src/Makefile.in.orig 2006-04-25 08:20:34.000000000 +0200
-+++ src/Makefile.in 2006-05-01 19:52:34.000000000 +0200
-@@ -392,7 +392,7 @@
- localedir = $(datadir)/locale
+--- src/Makefile.in.orig 2006-07-28 16:12:23.000000000 +0200
++++ src/Makefile.in 2006-08-02 23:21:16.000000000 +0200
+@@ -356,7 +356,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
pkgverlibdir = $(pkglibdir)/$(VERSION)
bin_SCRIPTS = lftpget
-pkgdata_SCRIPTS = import-ncftp import-netscape verify-file convert-netscape-cookies
@@ -11,12 +11,12 @@ $NetBSD: patch-aa,v 1.10 2006/05/01 18:53:31 salo Exp $
noinst_SCRIPTS = ftpget
EXTRA_DIST = $(pkgdata_SCRIPTS) $(bin_SCRIPTS) $(noinst_SCRIPTS)
lftp_SOURCES = lftp.cc complete.h complete.cc lftp_rl.c lftp_rl.h
-@@ -955,7 +955,7 @@
+@@ -907,7 +907,7 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRA
install-binPROGRAMS: install-libLTLIBRARIES
installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgverlibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
-+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
++ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad
new file mode 100644
index 00000000000..d81083c6d45
--- /dev/null
+++ b/net/lftp/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2006/08/11 15:19:35 salo Exp $
+
+--- src/ChmodJob.cc.orig 2006-07-24 08:50:18.000000000 +0000
++++ src/ChmodJob.cc 2006-08-11 14:08:34.000000000 +0000
+@@ -22,6 +22,7 @@
+
+ #include <config.h>
+ #include <assert.h>
++#include <unistd.h>
+ #include "ChmodJob.h"
+ #include "url.h"
+
diff --git a/net/lftp/patches/patch-ae b/net/lftp/patches/patch-ae
new file mode 100644
index 00000000000..4dbf3ee4e54
--- /dev/null
+++ b/net/lftp/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/08/11 15:19:35 salo Exp $
+
+--- po/Makefile.in.in.orig 2006-07-25 12:39:26.000000000 +0000
++++ po/Makefile.in.in 2006-08-11 15:03:12.000000000 +0000
+@@ -30,7 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(SHELL) @install_sh@ -d
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ mkdir_p = @mkdir_p@
+
+ GMSGFMT_ = @GMSGFMT@