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 Date: 24-Jan-2004 22:14:48
Branch: HEAD Handle: 2004012421144502
Modified files:
openpkg-src/tla tla.spec
openpkg-web news.txt
Log:
fix dependencies
Summary:
Revision Changes Path
1.8 +7 -4 openpkg-src/tla/tla.spec
1.8226 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tla/tla.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 tla.spec
--- openpkg-src/tla/tla.spec 23 Jan 2004 13:14:49 -0000 1.7
+++ openpkg-src/tla/tla.spec 24 Jan 2004 21:14:47 -0000 1.8
@@ -33,7 +33,7 @@
Group: SCM
License: GPL
Version: 1.1
-Release: 20031216
+Release: 20040124
# list of sources
Source0: http://regexps.srparish.net/src/tla/tla-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc
-PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: OpenPKG, openpkg >= 20030103, diffutils, patch, make, gcc
+PreReq: OpenPKG, openpkg >= 20030103, diffutils, patch
AutoReq: no
AutoReqProv: no
@@ -67,7 +67,10 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
../configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --with-gnu-diff=%{l_prefix}/bin/diff \
+ --with-gnu-diff3=%{l_prefix}/bin/diff3 \
+ --with-gnu-patch=%{l_prefix}/bin/patch
%{l_make} %{l_mflags}
) || exit $?
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8225 -r1.8226 news.txt
--- openpkg-web/news.txt 24 Jan 2004 21:02:39 -0000 1.8225
+++ openpkg-web/news.txt 24 Jan 2004 21:14:45 -0000 1.8226
@@ -1,3 +1,4 @@
+24-Jan-2004: Upgraded package: P<tla-1.1-20040124>
24-Jan-2004: Upgraded package: P<roadrunner-0.9.1-20040124>
24-Jan-2004: Upgraded package: P<quagga-0.96.4-20040124>
24-Jan-2004: Upgraded package: P<pgpdump-0.22-20040124>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]