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: 18-Aug-2006 13:31:01
Branch: HEAD Handle: 2006081812305901
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
try to workaround "grep -e" Autoconf issues on Solaris with OSSP uuid.
Summary:
Revision Changes Path
1.357 +2 -0 openpkg-src/openpkg/HISTORY
1.510 +2 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.356 -r1.357 HISTORY
--- openpkg-src/openpkg/HISTORY 15 Aug 2006 19:29:40 -0000 1.356
+++ openpkg-src/openpkg/HISTORY 18 Aug 2006 11:30:59 -0000 1.357
@@ -2,6 +2,8 @@
2006
====
+20060818 try to workaround "grep -e" Autoconf issues on Solaris with OSSP
uuid.
+
20060815 **** RELEASE AS PART OF OPENPKG 2.20060815 ***
20060815 upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build" to
really run under miniperl)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.509 -r1.510 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 15 Aug 2006 19:29:40 -0000 1.509
+++ openpkg-src/openpkg/openpkg.spec 18 Aug 2006 11:31:00 -0000 1.510
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20060815
+%define V_openpkg 20060818
# the used software versions
%define V_rpm 4.2.1
@@ -726,6 +726,7 @@
( cd uuid-%{V_uuid}
CC="${l_cc}" \
CFLAGS="-O" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--disable-shared
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]