OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 16:16:42
Branch: HEAD Handle: 2003070215164001
Modified files:
openpkg-src/di di.spec
openpkg-web news.txt
Log:
requires gcc for correct configuration
Summary:
Revision Changes Path
1.12 +4 -3 openpkg-src/di/di.spec
1.5154 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/di/di.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 di.spec
--- openpkg-src/di/di.spec 25 May 2003 17:45:56 -0000 1.11
+++ openpkg-src/di/di.spec 2 Jul 2003 14:16:41 -0000 1.12
@@ -33,7 +33,7 @@
Group: System
License: MIT-style
Version: 3.9
-Release: 20030525
+Release: 20030702
# list of sources
Source0: http://www.gentoo.com/di/di-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -56,7 +56,8 @@
%setup -q
%build
- CC="%{l_cc}" \
+ # start compiler as 'gcc' to hint the configure script
+ CC="%{l_prefix}/bin/gcc" \
CFLAGS="%{l_cflags}" \
./configure \
--prefix=%{l_prefix}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5153 -r1.5154 news.txt
--- openpkg-web/news.txt 2 Jul 2003 14:01:48 -0000 1.5153
+++ openpkg-web/news.txt 2 Jul 2003 14:16:40 -0000 1.5154
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<di-3.9-20030702>
02-Jul-2003: Upgraded package: P<jikes-1.18-20030702>
02-Jul-2003: Upgraded package: P<prngd-0.9.27-20030702>
02-Jul-2003: Upgraded package: P<openpkg-tool-20030702-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]