OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jun-2005 12:45:15
Branch: HEAD Handle: 2005061111451500
Modified files:
openpkg-src/rrdtool rrdtool.spec
Log:
seems to require GNU make as it fails on exactly those platforms where
GNU make is not the system make
Summary:
Revision Changes Path
1.66 +2 -2 openpkg-src/rrdtool/rrdtool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rrdtool/rrdtool.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 rrdtool.spec
--- openpkg-src/rrdtool/rrdtool.spec 2 Jun 2005 20:58:47 -0000 1.65
+++ openpkg-src/rrdtool/rrdtool.spec 11 Jun 2005 10:45:15 -0000 1.66
@@ -33,7 +33,7 @@
Group: Database
License: LGPL
Version: 1.2.9
-Release: 20050602
+Release: 20050611
# package options
%option with_cgi no
@@ -44,7 +44,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, pkgconfig, perl-openpkg >=
5.8.3-20040126
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, pkgconfig,
perl-openpkg >= 5.8.3-20040126
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: perl, png, zlib, libart, freetype
PreReq: perl, png, zlib, libart, freetype
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]