update to lftp 4.6.0, from Rafael Sadowski
This commit is contained in:
parent
edf555d4d5
commit
5b1b34d2fd
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.100 2014/10/01 15:25:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.101 2014/12/21 21:22:52 sthen Exp $
|
||||
|
||||
COMMENT= shell-like command line ftp and sftp client
|
||||
|
||||
DISTNAME= lftp-4.5.5
|
||||
REVISION= 0
|
||||
DISTNAME= lftp-4.6.0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://lftp.yar.ru/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lftp-4.5.5.tar.gz) = osm3MFB2iCRVeRGJVw2VpeE4RIFkfVM6xISwfcwMmO8=
|
||||
SIZE (lftp-4.5.5.tar.gz) = 2621174
|
||||
SHA256 (lftp-4.6.0.tar.gz) = 4jErIXXVdQOnTU90dO3LJ3JWFrb4/E5iwOLQZ20nqaE=
|
||||
SIZE (lftp-4.6.0.tar.gz) = 2626600
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2014/09/16 12:35:18 sthen Exp $
|
||||
$OpenBSD: patch-configure,v 1.6 2014/12/21 21:22:52 sthen Exp $
|
||||
|
||||
Use GNU readline as our base readline lacks add_history_time().
|
||||
Fix failing test for libssl, LibreSSL doesn't provide RAND_egd.
|
||||
|
||||
--- configure.orig Thu Sep 4 12:29:23 2014
|
||||
+++ configure Tue Sep 16 13:21:48 2014
|
||||
@@ -48071,7 +48071,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
--- configure.orig Mon Oct 13 11:41:55 2014
|
||||
+++ configure Sun Dec 21 22:01:12 2014
|
||||
@@ -48087,7 +48087,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
else
|
||||
|
||||
old_LIBS="$LIBS"
|
||||
@ -14,7 +14,7 @@ Fix failing test for libssl, LibreSSL doesn't provide RAND_egd.
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
extern int (*rl_getc_function)();
|
||||
@@ -48111,7 +48111,7 @@ if test $lftp_cv_precompiled_readline = yes; then
|
||||
@@ -48127,7 +48127,7 @@ if test $lftp_cv_precompiled_readline = yes; then
|
||||
READLINE_DIR=''
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
@ -23,7 +23,7 @@ Fix failing test for libssl, LibreSSL doesn't provide RAND_egd.
|
||||
READLINE_DEPEND=''
|
||||
COMPILE_READLINE=no
|
||||
else
|
||||
@@ -48404,7 +48404,7 @@ else
|
||||
@@ -48420,7 +48420,7 @@ else
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user