View | Details | Raw Unified | Return to bug 58124
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=	2.6.7
9
PORTVERSION=	2.6.8
10
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
11
MASTER_SITES=	ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
11
MASTER_SITES=	ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
12
		ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
12
		ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
(-)lftp/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (lftp-2.6.7.tar.bz2) = 31092e7f94b80f8f79c5e71fc7ba636f
1
MD5 (lftp-2.6.8.tar.bz2) = 7ca299efb0c0d8bd73baa2fb75308c9e
(-)lftp/files/patch-src::readline_configure (-31 lines)
Lines 1-31 Link Here
1
--- readline-4.3/configure.orig	Tue Sep 16 14:58:09 2003
2
+++ readline-4.3/configure	Tue Sep 16 14:59:08 2003
3
@@ -1288,7 +1288,7 @@
4
 
5
 
6
 ac_aux_dir=
7
-for ac_dir in ./support $srcdir/./support; do
8
+for ac_dir in ./.. $srcdir/./..; do
9
   if test -f $ac_dir/install-sh; then
10
     ac_aux_dir=$ac_dir
11
     ac_install_sh="$ac_aux_dir/install-sh -c"
12
@@ -1304,8 +1304,8 @@
13
   fi
14
 done
15
 if test -z "$ac_aux_dir"; then
16
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&5
17
-echo "$as_me: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&2;}
18
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./.. $srcdir/./.." >&5
19
+echo "$as_me: error: cannot find install-sh or install.sh in ./.. $srcdir/./.." >&2;}
20
    { (exit 1); exit 1; }; }
21
 fi
22
 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
23
@@ -6331,7 +6331,7 @@
24
 
25
 
26
 
27
-                                        ac_config_files="$ac_config_files Makefile doc/Makefile examples/Makefile shlib/Makefile"
28
+                                        ac_config_files="$ac_config_files Makefile"
29
           ac_config_commands="$ac_config_commands default"
30
 cat >confcache <<\_ACEOF
31
 # This file is a shell script that caches the results of configure

Return to bug 58124