View | Details | Raw Unified | Return to bug 146791 | Differences between
and this patch

Collapse All | Expand All

(-)lftp/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lftp
8
PORTNAME=	lftp
9
PORTVERSION=	4.0.5
9
PORTVERSION=	4.0.7
10
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
11
MASTER_SITES=	ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
11
MASTER_SITES=	ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
12
		ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
12
		ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
(-)lftp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (lftp-4.0.5.tar.bz2) = 5400cad5f91e131ac2ded7c24aea594c
1
MD5 (lftp-4.0.7.tar.bz2) = a40e4518fc477c82ffcc5b04d9ff64ff
2
SHA256 (lftp-4.0.5.tar.bz2) = 5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473
2
SHA256 (lftp-4.0.7.tar.bz2) = 11d46744742274bd3437ffd1bdc298481242dd65308a401249f0a60d31987f41
3
SIZE (lftp-4.0.5.tar.bz2) = 1604028
3
SIZE (lftp-4.0.7.tar.bz2) = 1596521
(-)lftp/files/patch-build-aux-ltmain.sh (-11 / +11 lines)
Lines 1-15 Link Here
1
--- build-aux/ltmain.sh.orig	2008-12-15 18:04:37.000000000 +0100
1
--- build-aux/ltmain.sh.orig	2010-05-20 17:09:31.539282017 +0000
2
+++ build-aux/ltmain.sh	2008-12-15 18:07:52.000000000 +0100
2
+++ build-aux/ltmain.sh	2010-05-20 17:10:11.971297050 +0000
3
@@ -2077,10 +2077,12 @@
3
@@ -2076,12 +2076,6 @@
4
 	  func_execute_cmds "$postinstall_cmds" 'exit $?'
4
 	fi
5
 	fi
5
 
6
 
6
 	# Install the pseudo-library for information purposes.
7
-	# Install the pseudo-library for information purposes.
7
+	if false; then
8
-	func_basename "$file"
8
 	func_basename "$file"
9
-	name="$func_basename_result"
9
 	name="$func_basename_result"
10
-	instname="$dir/$name"i
10
 	instname="$dir/$name"i
11
-	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
12
-
12
+	fi
13
 
14
 	# Maybe install the static library, too.
13
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
14
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
15
 	;;
(-)lftp/files/patch-lib-Makefile.in (-6 / +6 lines)
Lines 1-15 Link Here
1
--- lib/Makefile.in.orig	2009-12-21 16:27:02.000000000 +0000
1
--- lib/Makefile.in.orig	2010-05-20 17:06:32.285300994 +0000
2
+++ lib/Makefile.in	2009-12-28 07:11:54.582266810 +0000
2
+++ lib/Makefile.in	2010-05-20 17:08:39.765460763 +0000
3
@@ -1063,8 +1063,6 @@
3
@@ -1127,8 +1127,6 @@
4
 ARG_NONNULL_H = arg-nonnull.h
4
 ARG_NONNULL_H = arg-nonnull.h
5
 CXXDEFS_H = c++defs.h
5
 GPERF = gperf
6
 GPERF = gperf
6
 LINK_WARNING_H = link-warning.h
7
-charset_alias = $(DESTDIR)$(libdir)/charset.alias
7
-charset_alias = $(DESTDIR)$(libdir)/charset.alias
8
-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
8
-charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
9
 WARN_ON_USE_H = warn-on-use.h
9
 all: $(BUILT_SOURCES) config.h
10
 all: $(BUILT_SOURCES) config.h
10
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
11
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
11
 
12
@@ -1981,31 +1979,10 @@
12
@@ -1877,31 +1875,10 @@
13
 	fi ; \
13
 	fi ; \
14
 	if $$need_charset_alias; then \
14
 	if $$need_charset_alias; then \
15
 	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
15
 	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \

Return to bug 146791