summaryrefslogtreecommitdiffstats
path: root/ftp/lftp
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-23 09:30:54 +0000
committerpat <pat@FreeBSD.org>2002-03-23 09:30:54 +0000
commit68dc1a150506e35a0c6a11b69430062fe672acca (patch)
tree3155acbe02f3cdddab875b95787f66a20381a98d /ftp/lftp
parentb2f7f7fb163a8ee68fa4ef5beaf7e2507413dc88 (diff)
downloadFreeBSD-ports-68dc1a150506e35a0c6a11b69430062fe672acca.zip
FreeBSD-ports-68dc1a150506e35a0c6a11b69430062fe672acca.tar.gz
Update to 2.5.0a
PR: 36194 Submitted by: maintainer
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile3
-rw-r--r--ftp/lftp/distinfo2
-rw-r--r--ftp/lftp/files/patch-configure28
3 files changed, 17 insertions, 16 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 3d9ce91..0d3ef1c 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 2.4.9
-PORTREVISION= 1
+PORTVERSION= 2.5.0a
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 12fea48..ac17d59 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1 +1 @@
-MD5 (lftp-2.4.9.tar.bz2) = a92f6259b052ba49ae0b45ff8faa8633
+MD5 (lftp-2.5.0a.tar.bz2) = 7901b3ab0fe74efbc65669fbf5654f0d
diff --git a/ftp/lftp/files/patch-configure b/ftp/lftp/files/patch-configure
index 358c720..c60e8cc 100644
--- a/ftp/lftp/files/patch-configure
+++ b/ftp/lftp/files/patch-configure
@@ -1,10 +1,10 @@
---- configure.orig Wed Jan 30 06:06:31 2002
-+++ configure Wed Feb 13 12:22:43 2002
-@@ -18821,86 +18821,6 @@
+--- configure.orig Thu Mar 21 16:12:29 2002
++++ configure Thu Mar 21 16:13:33 2002
+@@ -19041,88 +19041,6 @@
fi
done
-- echo "$as_me:18824: checking if trio library is needed" >&5
+- echo "$as_me:19044: checking if trio library is needed" >&5
-echo $ECHO_N "checking if trio library is needed... $ECHO_C" >&6
-if test "${ac_cv_need_trio+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17,12 +17,12 @@
- else
-
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:18837: error: cannot run test program while cross compiling" >&5
+- { { echo "$as_me:19057: error: cannot run test program while cross compiling" >&5
-echo "$as_me: error: cannot run test program while cross compiling" >&2;}
- { (exit 1); exit 1; }; }
-else
- cat >conftest.$ac_ext <<_ACEOF
--#line 18842 "configure"
+-#line 19062 "configure"
-#include "confdefs.h"
-
- int main()
@@ -49,15 +49,15 @@
- }
-_ACEOF
-rm -f conftest$ac_exeext
--if { (eval echo "$as_me:18869: \"$ac_link\"") >&5
+-if { (eval echo "$as_me:19089: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
-- echo "$as_me:18872: \$? = $ac_status" >&5
+- echo "$as_me:19092: \$? = $ac_status" >&5
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-- { (eval echo "$as_me:18874: \"$ac_try\"") >&5
+- { (eval echo "$as_me:19094: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
-- echo "$as_me:18877: \$? = $ac_status" >&5
+- echo "$as_me:19097: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- :
-else
@@ -72,11 +72,13 @@
- fi
-
-fi
--echo "$as_me:18892: result: $ac_cv_need_trio" >&5
+-echo "$as_me:19112: result: $ac_cv_need_trio" >&5
-echo "${ECHO_T}$ac_cv_need_trio" >&6
- case $ac_cv_need_trio in
- yes*)
-- LIBOBJS="$LIBOBJS strio.o trio.o trionan.o"
+- LIBOBJS="$LIBOBJS trio.$ac_objext"
+- LIBOBJS="$LIBOBJS trionan.$ac_objext"
+- LIBOBJS="$LIBOBJS triostr.$ac_objext"
-
-cat >>confdefs.h <<\EOF
-#define TRIO_REPLACE_STDIO 1
@@ -86,4 +88,4 @@
- esac
# See if we have h_errno (the test is here so we can use -lresolv if necessary).
- echo "$as_me:18906: checking for h_errno" >&5
+ echo "$as_me:19128: checking for h_errno" >&5
OpenPOWER on IntegriCloud