OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 08-Sep-2003 14:40:08
Branch: HEAD Handle: 2003090813400602
Modified files:
openpkg-src/lftp lftp.spec
openpkg-web news.txt
Log:
Fix nested configuration, when including readline as a subdir
Summary:
Revision Changes Path
1.44 +3 -1 openpkg-src/lftp/lftp.spec
1.6451 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 lftp.spec
--- openpkg-src/lftp/lftp.spec 29 Aug 2003 18:05:50 -0000 1.43
+++ openpkg-src/lftp/lftp.spec 8 Sep 2003 12:40:08 -0000 1.44
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 2.6.7
-Release: 20030829
+Release: 20030908
# list of sources
Source0:
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
@@ -53,11 +53,13 @@
%setup -q
%build
+ srcdir=`pwd`
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
./configure \
+ --srcdir=$srcdir \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/lftp
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6450 -r1.6451 news.txt
--- openpkg-web/news.txt 8 Sep 2003 12:16:42 -0000 1.6450
+++ openpkg-web/news.txt 8 Sep 2003 12:40:06 -0000 1.6451
@@ -1,3 +1,4 @@
+08-Sep-2003: Upgraded package: P<lftp-2.6.7-20030908>
08-Sep-2003: Upgraded package: P<tomcat4-4.1.24-20030908>
08-Sep-2003: Upgraded package: P<tomcat-3.3.1a-20030908>
08-Sep-2003: Upgraded package: P<pgadmin-0.9.3.20030908-20030908>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]