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: 04-Oct-2006 12:30:16
Branch: HEAD Handle: 2006100411301500
Modified files:
openpkg-src/subversion subversion.spec
Log:
do not link against a vendor Kerberos GSSAPI; fix dependencies
according to neon.spec; explicitly state that we are building against
OpenSSL and LibXML2
Summary:
Revision Changes Path
1.113 +6 -4 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.112 -r1.113 subversion.spec
--- openpkg-src/subversion/subversion.spec 20 Sep 2006 10:07:17 -0000
1.112
+++ openpkg-src/subversion/subversion.spec 4 Oct 2006 10:30:15 -0000
1.113
@@ -41,7 +41,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20060920
+Release: 20061004
# package options
%option with_cvs2svn no
@@ -67,8 +67,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig
PreReq: OpenPKG, openpkg >= 20060823
-BuildPreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
-PreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
+BuildPreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib,
libiconv
+PreReq: diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib,
libiconv
%if "%{with_cvs2svn}" == "yes"
PreReq: rcs, python, python::with_dbm = yes
%endif
@@ -158,8 +158,10 @@
--prefix=%{l_prefix} \
--with-berkeley-db=%{l_prefix} \
--with-dbm=db44 \
- --with-ssl \
+ --with-ssl=openssl \
--with-zlib \
+ --without-gssapi \
+ --with-libxml2 \
--enable-static \
%if "%{with_perl}" == "yes" || "%{with_python}" == "yes"
--with-swig=%{l_prefix}/bin/swig \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]