In OpenPKG 2.3.0, there are (still) two problems with the subversion package.

Firstly, in order to successfully build it (under RHEL3/ia64), I had to 
disable mod_dav_svn.so by specifying --without-axps. 

Secondly, subversion's configure doesn't pass --with-ssl to the configure 
script of the included neon package, and thus the svn client doesn't contain 
support for the https scheme. While this has imho to be fixed upstream, it 
can be worked around by using OpenPKG's neon package.

--- subversion.spec.orig        2005-02-21 18:02:32.000000000 +0100
+++ subversion.spec     2005-03-02 15:14:13.000000000 +0100
@@ -58,8 +58,8 @@
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 2.3.0, make
 PreReq:       OpenPKG, openpkg >= 2.3.0
-BuildPreReq:  diffutils, libxml, db, openssl, zlib
-PreReq:       diffutils, libxml, db, openssl, zlib
+BuildPreReq:  diffutils, libxml, db, openssl, zlib, neon
+PreReq:       diffutils, libxml, db, openssl, zlib, neon
 %if "%{with_cvs2svn}" == "yes"
 PreReq:       rcs, python
 %endif
@@ -114,7 +114,9 @@
         --with-zlib \
         --enable-static \
         --disable-nls \
-        --disable-shared
+        --disable-shared \
+        --without-apxs \
+        --with-neon=%{l_prefix}

     #   build package
     %{l_make} %{l_mflags}

Regards, Thomas.

Attachment: pgpTJqdTrbtEI.pgp
Description: PGP signature

Reply via email to