diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-05-28 12:56:00 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-05-28 12:56:00 +0000 |
commit | dbb1f41a49d3856eab4cd4c422dbeb8ad211244a (patch) | |
tree | 807e39471b078f46f1dd99a2be1da1fa7eeeeda5 /ftp/lftp/files | |
parent | Update to 2.25b. (diff) |
Update to 3.0.4.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=110184
Diffstat (limited to 'ftp/lftp/files')
-rw-r--r-- | ftp/lftp/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src::Makefile.in | 10 |
2 files changed, 3 insertions, 23 deletions
diff --git a/ftp/lftp/files/patch-ltmain.sh b/ftp/lftp/files/patch-ltmain.sh index e71718a9f08e..e48070bce0b6 100644 --- a/ftp/lftp/files/patch-ltmain.sh +++ b/ftp/lftp/files/patch-ltmain.sh @@ -1,16 +1,6 @@ ---- ltmain.sh.orig Sat Sep 22 20:10:52 2001 -+++ ltmain.sh Tue Nov 20 21:14:55 2001 -@@ -2444,6 +2444,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4210,10 +4213,12 @@ +--- ltmain.sh.orig Fri May 23 15:22:56 2003 ++++ ltmain.sh Thu May 27 12:50:36 2004 +@@ -5425,10 +5425,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/ftp/lftp/files/patch-src::Makefile.in b/ftp/lftp/files/patch-src::Makefile.in index 174fe5510067..e69de29bb2d1 100644 --- a/ftp/lftp/files/patch-src::Makefile.in +++ b/ftp/lftp/files/patch-src::Makefile.in @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig Mon Dec 22 14:56:28 2003 -+++ src/Makefile.in Fri Dec 26 16:45:09 2003 -@@ -464,7 +464,6 @@ - done - install-pkgverlibLTLIBRARIES: $(pkgverlib_LTLIBRARIES) - @$(NORMAL_INSTALL) -- $(mkdir_p) $(DESTDIR)$(pkgverlibdir) - @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ |