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: 26-Oct-2008 23:20:14 Branch: HEAD Handle: 2008102622201301 Modified files: openpkg-src/subversion subversion.patch subversion.spec Log: try to fix building of Perl bindings once again Summary: Revision Changes Path 1.23 +1 -1 openpkg-src/subversion/subversion.patch 1.149 +3 -0 openpkg-src/subversion/subversion.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.patch ============================================================================ $ cvs diff -u -r1.22 -r1.23 subversion.patch --- openpkg-src/subversion/subversion.patch 26 Oct 2008 19:13:22 -0000 1.22 +++ openpkg-src/subversion/subversion.patch 26 Oct 2008 22:20:13 -0000 1.23 @@ -75,7 +75,7 @@ fs_util fs_fs/)); -my @ldmodules = map {"-lsvn_$_-1"} (@modules, qw/diff subr/); -+my @ldmodules = map {"-lsvn_$_-1"} (@modules, qw/diff subr delta client ra_dav subr ra_local ra_serf ra_neon ra_svn fs_base fs_fs fs_util wc/); ++my @ldmodules = map {"-lsvn_$_-1"} (@modules, qw/diff subr delta client subr ra_local ra_serf ra_neon ra_svn fs_base fs_fs fs_util wc/); my $apr_shlib_path_var = '@SVN_APR_SHLIB_PATH_VAR@'; my $cppflags = '@CPPFLAGS@'; @@ . patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.spec ============================================================================ $ cvs diff -u -r1.148 -r1.149 subversion.spec --- openpkg-src/subversion/subversion.spec 26 Oct 2008 08:29:45 -0000 1.148 +++ openpkg-src/subversion/subversion.spec 26 Oct 2008 22:20:14 -0000 1.149 @@ -130,6 +130,7 @@ %setup -q -T -D -a 2 cp %{SOURCE svn2cvs.pl-%{V_svn2cvs}} svn2cvs.pl %patch -p0 + rm -rf serf # substitute path from applied patch %{l_shtool} subst %{l_value -s -a} \ @@ -168,7 +169,9 @@ --with-ssl=openssl \ --with-zlib=%{l_prefix} \ --without-libxml2 \ + --without-sasl \ --without-gssapi \ + --without-serf \ %if "%{with_apache}" == "yes" --with-apxs \ --disable-mod-activation \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org