diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 09:30:54 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 09:30:54 +0000 |
commit | 660ef093d943dc9f6cbf8cfe2d307d632b0a9e07 (patch) | |
tree | 95356ac8382b5f2859a0fd02c5212b8879db9923 /ftp | |
parent | 739a70cf2cf1b8aadcdecb70a0960a4e40e83ba9 (diff) | |
download | ports-660ef093d943dc9f6cbf8cfe2d307d632b0a9e07.tar.gz ports-660ef093d943dc9f6cbf8cfe2d307d632b0a9e07.zip |
Update to 2.5.0a
PR: 36194
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56466
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/files/patch-configure | 28 |
3 files changed, 17 insertions, 16 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 3d9ce911a7d2..0d3ef1c8292a 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 12fea488aa31..ac17d59b0910 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 358c72027e3a..c60e8cce2198 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 |