Update to lftp 4.4.10.
ok kevlo@ (maintainer)
This commit is contained in:
parent
3a5ae702be
commit
91cc9c9905
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.94 2013/05/29 14:10:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.95 2013/10/22 06:03:54 benoit Exp $
|
||||
|
||||
COMMENT= shell-like command line ftp and sftp client
|
||||
|
||||
DISTNAME= lftp-4.4.5
|
||||
DISTNAME= lftp-4.4.10
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://lftp.yar.ru/
|
||||
@ -12,14 +12,12 @@ MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c crypto curses expat m ereadline ssl stdc++ util
|
||||
WANTLIB= c crypto curses expat m ereadline ssl stdc++ util z
|
||||
|
||||
# lftp needs add_history_time()
|
||||
LIB_DEPENDS= devel/readline>=6.1p2
|
||||
|
||||
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
|
||||
http://ftp.yars.free.net/pub/source/lftp/old/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/
|
||||
MASTER_SITES= http://lftp.yar.ru/ftp/
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-shared
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lftp-4.4.5.tar.gz) = eUY5t5wI+HmOViDCS9FFM2hxvod4gTeERRjs1Zn+rfE=
|
||||
SIZE (lftp-4.4.5.tar.gz) = 2485893
|
||||
SHA256 (lftp-4.4.10.tar.gz) = dhHFyPppAqgDRgYevdj+tgM//u2mU/QbdFgvKCU8vdk=
|
||||
SIZE (lftp-4.4.10.tar.gz) = 2524814
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2013/05/29 14:08:06 jasper Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2013/10/22 06:03:54 benoit Exp $
|
||||
|
||||
Use GNU readline as our base readline lacks add_history_time().
|
||||
|
||||
--- configure.orig Thu May 16 10:57:56 2013
|
||||
+++ configure Thu May 16 10:58:22 2013
|
||||
@@ -46793,7 +46793,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
--- configure.orig Fri Oct 11 08:26:48 2013
|
||||
+++ configure Sun Oct 20 11:52:53 2013
|
||||
@@ -48034,7 +48034,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
else
|
||||
|
||||
old_LIBS="$LIBS"
|
||||
@ -13,7 +13,7 @@ Use GNU readline as our base readline lacks add_history_time().
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
extern int (*rl_getc_function)();
|
||||
@@ -46833,7 +46833,7 @@ if test $lftp_cv_precompiled_readline = yes; then
|
||||
@@ -48074,7 +48074,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; }
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.7 2013/05/29 14:08:06 jasper Exp $
|
||||
--- src/Makefile.in.orig Thu Mar 14 09:40:49 2013
|
||||
+++ src/Makefile.in Thu May 16 09:53:26 2013
|
||||
@@ -193,7 +193,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.8 2013/10/22 06:03:54 benoit Exp $
|
||||
--- src/Makefile.in.orig Fri Oct 11 08:26:47 2013
|
||||
+++ src/Makefile.in Sun Oct 20 11:52:53 2013
|
||||
@@ -223,7 +223,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
|
||||
"$(DESTDIR)$(pkgdatadir)"
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
|
||||
$(pkgverlib_LTLIBRARIES)
|
||||
@ -9,4 +9,4 @@ $OpenBSD: patch-src_Makefile_in,v 1.7 2013/05/29 14:08:06 jasper Exp $
|
||||
+cmd_mirror_la_LIBADD = $(GNULIB)
|
||||
am_cmd_mirror_la_OBJECTS = MirrorJob.lo
|
||||
cmd_mirror_la_OBJECTS = $(am_cmd_mirror_la_OBJECTS)
|
||||
cmd_mirror_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
AM_V_lt = $(am__v_lt_@AM_V@)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Resolver_cc,v 1.10 2013/05/29 14:08:06 jasper Exp $
|
||||
--- src/Resolver.cc.orig Mon Sep 24 11:16:03 2012
|
||||
+++ src/Resolver.cc Thu May 16 09:53:26 2013
|
||||
@@ -800,8 +800,6 @@ void Resolver::LookupOne(const char *name)
|
||||
$OpenBSD: patch-src_Resolver_cc,v 1.11 2013/10/22 06:03:54 benoit Exp $
|
||||
--- src/Resolver.cc.orig Tue Mar 19 14:00:26 2013
|
||||
+++ src/Resolver.cc Sun Oct 20 11:52:53 2013
|
||||
@@ -798,8 +798,6 @@ void Resolver::LookupOne(const char *name)
|
||||
# undef h_errno // it could be a macro, but we want it to be local variable.
|
||||
int h_errno=0;
|
||||
ha=getipnodebyname(name,af,0,&h_errno);
|
||||
|
Loading…
x
Reference in New Issue
Block a user