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: 22-Sep-2005 15:40:40
Branch: HEAD Handle: 2005092214404000
Modified files:
openpkg-src/findutils findutils.spec
Log:
requires gcc on some platforms, at least FreeBSD 4.x
Summary:
Revision Changes Path
1.68 +2 -2 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 findutils.spec
--- openpkg-src/findutils/findutils.spec 3 Sep 2005 17:43:03 -0000
1.67
+++ openpkg-src/findutils/findutils.spec 22 Sep 2005 13:40:40 -0000
1.68
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 4.2.25
-Release: 20050903
+Release: 20050922
# list of sources
Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -43,7 +43,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
PreReq: OpenPKG, openpkg >= 20040130, coreutils
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]