OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Jun-2006 11:54:23
Branch: HEAD Handle: 2006061910542300
Modified files:
openpkg-src/curl curl.spec
Log:
add GNU grep as dependency as no other suitable grep(1) is found on
Solaris core installations
Summary:
Revision Changes Path
1.81 +2 -2 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 curl.spec
--- openpkg-src/curl/curl.spec 12 Jun 2006 19:16:55 -0000 1.80
+++ openpkg-src/curl/curl.spec 19 Jun 2006 09:54:23 -0000 1.81
@@ -33,7 +33,7 @@
Group: Web
License: MIT-style
Version: 7.15.4
-Release: 20060612
+Release: 20060619
# package options
%option with_ssl yes
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, grep
PreReq: OpenPKG, openpkg >= 20040130
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl >= 0.9.7
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]