View | Details | Raw Unified | Return to bug 132480
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=	3.7.8
9
PORTVERSION=	3.7.9
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-3.7.8.tar.bz2) = 999e2d77a2f1db5b6f883a8e3a40cee2
1
MD5 (lftp-3.7.9.tar.bz2) = 3b7f85e73467d56488b32f5d746d6772
2
SHA256 (lftp-3.7.8.tar.bz2) = 2c9ee5395a34e37a97b485a93bc691239f46f98db75bf26167dbf56323b2d613
2
SHA256 (lftp-3.7.9.tar.bz2) = b97a70007c163a0e56a2f87ddd60cdabceae537dc9d9b11e8158b97cb5c02f7e
3
SIZE (lftp-3.7.8.tar.bz2) = 1385167
3
SIZE (lftp-3.7.9.tar.bz2) = 1487185
(-)lftp/files/patch-lib-Makefile.in (-10 / +11 lines)
Lines 1-29 Link Here
1
--- lib/Makefile.in.orig	2008-05-23 15:54:06.000000000 +0200
1
--- lib/Makefile.in.orig	2009-03-09 17:51:32.687581242 +0000
2
+++ lib/Makefile.in	2008-05-28 17:40:42.280514020 +0200
2
+++ lib/Makefile.in	2009-03-09 17:59:43.191630779 +0000
3
@@ -576,8 +576,6 @@
3
@@ -879,8 +879,6 @@
4
 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
4
 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
5
 GPERF = gperf
5
 GPERF = gperf
6
 LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
6
 LINK_WARNING_H = $(top_srcdir)/build-aux/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
 all: $(BUILT_SOURCES) config.h
9
 all: $(BUILT_SOURCES) config.h
10
 	$(MAKE) $(AM_MAKEFLAGS) all-am
10
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
11
 
11
 
12
@@ -1107,29 +1105,8 @@
12
@@ -1610,30 +1608,9 @@
13
 all-local: charset.alias ref-add.sed ref-del.sed
13
 	fi ; \
14
 install-exec-local: all-local
14
 	if $$need_charset_alias; then \
15
 	test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
15
 	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
16
-	fi ; \
16
-	if test -f $(charset_alias); then \
17
-	if test -f $(charset_alias); then \
17
-	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
18
-	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
18
-	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
19
-	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
19
-	  rm -f $(charset_tmp) ; \
20
-	  rm -f $(charset_tmp) ; \
20
-	else \
21
-	else \
21
-	  if test $(GLIBC21) = no; then \
22
-	  if $$need_charset_alias; then \
22
-	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
23
-	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
23
-	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
24
-	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
24
-	    rm -f $(charset_tmp) ; \
25
-	    rm -f $(charset_tmp) ; \
25
-	  fi ; \
26
-	  fi ; \
26
-	fi
27
 	fi
27
 
28
 
28
 uninstall-local: all-local
29
 uninstall-local: all-local
29
-	if test -f $(charset_alias); then \
30
-	if test -f $(charset_alias); then \

Return to bug 132480