diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-06 05:30:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-06 05:30:39 +0800 |
commit | d955ce21a0d96c5a78083cf1beef9407a80bbdc0 (patch) | |
tree | 9f489624b951f4d5e2b8da87fc1bfc0eae63327b /ftp/lftp/files | |
parent | 9b5c370847a4041a5bcd0e5b18843acd05785ae7 (diff) | |
download | freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.tar.gz freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.tar.zst freebsd-ports-gnome-d955ce21a0d96c5a78083cf1beef9407a80bbdc0.zip |
- Update to 4.0.8
PR: 146791
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'ftp/lftp/files')
-rw-r--r-- | ftp/lftp/files/patch-build-aux-ltmain.sh | 22 | ||||
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 12 |
2 files changed, 17 insertions, 17 deletions
diff --git a/ftp/lftp/files/patch-build-aux-ltmain.sh b/ftp/lftp/files/patch-build-aux-ltmain.sh index 1fe00f4f1880..1ea6abd7262f 100644 --- a/ftp/lftp/files/patch-build-aux-ltmain.sh +++ b/ftp/lftp/files/patch-build-aux-ltmain.sh @@ -1,15 +1,15 @@ ---- build-aux/ltmain.sh.orig 2008-12-15 18:04:37.000000000 +0100 -+++ build-aux/ltmain.sh 2008-12-15 18:07:52.000000000 +0100 -@@ -2077,10 +2077,12 @@ +--- build-aux/ltmain.sh.orig 2010-05-20 17:09:31.539282017 +0000 ++++ build-aux/ltmain.sh 2010-05-20 17:10:11.971297050 +0000 +@@ -2076,12 +2076,6 @@ + func_execute_cmds "$postinstall_cmds" 'exit $?' fi - # Install the pseudo-library for information purposes. -+ if false; then - func_basename "$file" - name="$func_basename_result" - instname="$dir/$name"i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' -+ fi - +- # Install the pseudo-library for information purposes. +- func_basename "$file" +- name="$func_basename_result" +- instname="$dir/$name"i +- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' +- # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in index 0c04b4c8857f..7ee9cdb7961b 100644 --- a/ftp/lftp/files/patch-lib-Makefile.in +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2009-12-21 16:27:02.000000000 +0000 -+++ lib/Makefile.in 2009-12-28 07:11:54.582266810 +0000 -@@ -1063,8 +1063,6 @@ +--- lib/Makefile.in.orig 2010-05-20 17:06:32.285300994 +0000 ++++ lib/Makefile.in 2010-05-20 17:08:39.765460763 +0000 +@@ -1127,8 +1127,6 @@ ARG_NONNULL_H = arg-nonnull.h + CXXDEFS_H = c++defs.h GPERF = gperf - LINK_WARNING_H = link-warning.h -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp + WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive - -@@ -1877,31 +1875,10 @@ +@@ -1981,31 +1979,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ |