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: 10-Mar-2006 22:30:36
Branch: HEAD Handle: 2006031021303500
Modified files:
openpkg-src/cfengine cfengine.patch cfengine.spec
Log:
I don't know it exactly, but it looks that cfengine no longer requires
OpenSSL with thread support as it builds fine against a plain OpenSSL
now, too
Summary:
Revision Changes Path
1.11 +2 -2 openpkg-src/cfengine/cfengine.patch
1.63 +5 -3 openpkg-src/cfengine/cfengine.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cfengine/cfengine.patch
============================================================================
$ cvs diff -u -r1.10 -r1.11 cfengine.patch
--- openpkg-src/cfengine/cfengine.patch 8 Apr 2005 07:01:21 -0000
1.10
+++ openpkg-src/cfengine/cfengine.patch 10 Mar 2006 21:30:35 -0000
1.11
@@ -1,6 +1,6 @@
Index: doc/Makefile.in
---- doc/Makefile.in.orig 2005-02-28 21:10:33 +0100
-+++ doc/Makefile.in 2005-04-08 08:59:54 +0200
+--- doc/Makefile.in.orig 2006-03-02 14:37:47 +0100
++++ doc/Makefile.in 2006-03-10 22:24:00 +0100
@@ -79,7 +79,7 @@
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
docDATA_INSTALL = $(INSTALL_DATA)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cfengine/cfengine.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 cfengine.spec
--- openpkg-src/cfengine/cfengine.spec 5 Mar 2006 13:27:20 -0000
1.62
+++ openpkg-src/cfengine/cfengine.spec 10 Mar 2006 21:30:35 -0000
1.63
@@ -35,7 +35,7 @@
Group: System
License: GPL
Version: 2.1.19p1
-Release: 20060305
+Release: 20060310
# package options
%option with_fsl yes
@@ -49,8 +49,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, db, openssl,
openssl::with_threads = yes, bison, flex, gcc
-PreReq: OpenPKG, openpkg >= 20040130, db, openssl,
openssl::with_threads = yes
+BuildPreReq: OpenPKG, openpkg >= 20040130, bison, flex, gcc
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: db, openssl
+PreReq: db, openssl
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]