upgrade to lftp 3.2.1
This commit is contained in:
parent
609a50a01b
commit
d4916d9484
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2005/04/16 18:18:53 niallo Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2005/06/07 02:49:58 kevlo Exp $
|
||||
|
||||
COMMENT= "shell-like command line ftp and sftp client"
|
||||
|
||||
DISTNAME= lftp-3.1.3
|
||||
DISTNAME= lftp-3.2.1
|
||||
CATEGORIES= net
|
||||
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/ \
|
||||
@ -23,7 +23,8 @@ WANTLIB= c crypto curses m readline ssl stdc++ util
|
||||
LIB_DEPENDS= expat.4::textproc/expat
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-ssl
|
||||
CONFIGURE_ARGS= --with-openssl \
|
||||
--without-gnutls
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (lftp-3.1.3.tar.bz2) = 4f5016eb8e7f2f731d95c27ed0c6e8ad
|
||||
RMD160 (lftp-3.1.3.tar.bz2) = e4ca381308921502f30f401156ca8d25aed38d1f
|
||||
SHA1 (lftp-3.1.3.tar.bz2) = dc065707ec6b5c88d7636deae3f7dbc55899d2e3
|
||||
SIZE (lftp-3.1.3.tar.bz2) = 1232798
|
||||
MD5 (lftp-3.2.1.tar.bz2) = d1c6749655991b5049897e6105973763
|
||||
RMD160 (lftp-3.2.1.tar.bz2) = cfad943ff48a718a9bb759590157ea0d3faf6ffc
|
||||
SHA1 (lftp-3.2.1.tar.bz2) = 7bd0ecca43e97887d9b0cd80c269ecd313f5e3f0
|
||||
SIZE (lftp-3.2.1.tar.bz2) = 1238136
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Filter_cc,v 1.2 2004/05/24 07:04:46 kevlo Exp $
|
||||
--- src/Filter.cc.orig Sat May 8 22:52:07 2004
|
||||
+++ src/Filter.cc Sat May 8 22:52:37 2004
|
||||
@@ -178,7 +178,7 @@ int OutputFilter::getfd()
|
||||
}
|
||||
if(a)
|
||||
execvp(a->a0(),a->GetVNonConst());
|
||||
- execl("/bin/sh","sh","-c",name,NULL);
|
||||
+ execl("/bin/sh","sh","-c",name,(void *)NULL);
|
||||
fprintf(stderr,_("execl(/bin/sh) failed: %s\n"),strerror(errno));
|
||||
fflush(stderr);
|
||||
_exit(1);
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_PtyShell_cc,v 1.4 2004/05/24 07:04:46 kevlo Exp $
|
||||
--- src/PtyShell.cc.orig Sat May 8 22:53:10 2004
|
||||
+++ src/PtyShell.cc Sat May 8 22:53:39 2004
|
||||
@@ -150,7 +150,7 @@ int PtyShell::getfd()
|
||||
putenv((char*)"LANGUAGE=C");
|
||||
if(a)
|
||||
execvp(a->a0(),a->GetVNonConst());
|
||||
- execl("/bin/sh","sh","-c",name,NULL);
|
||||
+ execl("/bin/sh","sh","-c",name,(void *)NULL);
|
||||
fprintf(stderr,_("execl(/bin/sh) failed: %s\n"),strerror(errno));
|
||||
fflush(stderr);
|
||||
_exit(1);
|
Loading…
Reference in New Issue
Block a user