OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 29-Dec-2002 20:37:24
Branch: HEAD Handle: 2002122919372102
Added files:
openpkg-src/lftp lftp.patch
Modified files:
openpkg-re/vcheck vc.lftp
openpkg-src/lftp lftp.spec
openpkg-web news.txt
Log:
finally upgrade after patching to get running
Summary:
Revision Changes Path
1.10 +1 -1 openpkg-re/vcheck/vc.lftp
1.1 +30 -0 openpkg-src/lftp/lftp.patch
1.36 +5 -3 openpkg-src/lftp/lftp.spec
1.2413 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.lftp
============================================================================
$ cvs diff -u -r1.9 -r1.10 vc.lftp
--- openpkg-re/vcheck/vc.lftp 4 Nov 2002 21:38:41 -0000 1.9
+++ openpkg-re/vcheck/vc.lftp 29 Dec 2002 19:37:21 -0000 1.10
@@ -2,7 +2,7 @@
}
prog lftp = {
- version = 2.6.3
+ version = 2.6.4
url = http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/
regex = lftp-(__VER__)\.tar\.bz2
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.patch
============================================================================
$ cvs diff -u -r0 -r1.1 lftp.patch
--- /dev/null 2002-12-29 20:37:23.000000000 +0100
+++ lftp.patch 2002-12-29 20:37:23.000000000 +0100
@@ -0,0 +1,30 @@
+--- lib/trio.c.orig 2002-07-10 11:54:30.000000000 +0200
++++ lib/trio.c 2002-12-29 20:24:40.000000000 +0100
+@@ -74,6 +74,7 @@
+ #include <assert.h>
+ #include <ctype.h>
+ #if !defined(TRIO_COMPILER_SUPPORTS_C99)
++# undef isblank
+ # define isblank(x) (((x)==32) || ((x)==9))
+ #endif
+ #include <math.h>
+--- include/trio.h.orig 2002-07-10 11:36:33.000000000 +0200
++++ include/trio.h 2002-12-29 20:23:44.000000000 +0100
+@@ -188,6 +188,7 @@
+ # define fscanf trio_fscanf
+ #endif
+ #ifndef HAVE_VFSCANF
++# undef vfscanf
+ # define vfscanf trio_vfscanf
+ #endif
+ #ifndef HAVE_SSCANF
+--- src/NetAccess.cc.orig 2002-12-25 14:44:31.000000000 +0100
++++ src/NetAccess.cc 2002-12-29 20:22:24.000000000 +0100
+@@ -25,6 +25,7 @@
+ #include <errno.h>
+ #include <assert.h>
+ #include <math.h>
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include "NetAccess.h"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 lftp.spec
--- openpkg-src/lftp/lftp.spec 20 Dec 2002 19:31:51 -0000 1.35
+++ openpkg-src/lftp/lftp.spec 29 Dec 2002 19:37:23 -0000 1.36
@@ -32,11 +32,12 @@
Distribution: OpenPKG [BASE]
Group: FTP
License: GPL
-Version: 2.6.3
-Release: 20021204
+Version: 2.6.4
+Release: 20021229
# list of sources
Source0:
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
+Patch0: lftp.patch
# build information
Prefix: %{l_prefix}
@@ -47,12 +48,13 @@
AutoReqProv: no
%description
- LFTP is an interactive FTP and HTTP client.
+ LFTP is a full-featured interactive FTP and HTTP command-line client.
Options: none
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2412 -r1.2413 news.txt
--- openpkg-web/news.txt 29 Dec 2002 19:13:09 -0000 1.2412
+++ openpkg-web/news.txt 29 Dec 2002 19:37:22 -0000 1.2413
@@ -1,3 +1,4 @@
+29-Dec-2002: Upgraded package: P<lftp-2.6.4-20021229>
29-Dec-2002: Upgraded package: P<perl-dbi-20021229-20021229>
29-Dec-2002: Upgraded package: P<calc-2.11.6-20021229>
29-Dec-2002: Upgraded package: P<cvs-1.11.4-20021229>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]