[Erp5-report] r40471 luke - /erp5/trunk/buildout/software-profiles/subversion.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 22 16:02:49 CET 2010


Author: luke
Date: Mon Nov 22 16:02:48 2010
New Revision: 40471

URL: http://svn.erp5.org?rev=40471&view=rev
Log:
 - go back to neon useage as on some platforms there is no (yet) known way to
   make subversion build system detect that serf, which is really available
   and working, is available and working
 - remove ssl, as there is nothing to do with ssl on subversion
 - add gentoo patch which removes a lot of automatically detected garbage from
   subversion build system

Modified:
    erp5/trunk/buildout/software-profiles/subversion.cfg

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=40471&r1=40470&r2=40471&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Mon Nov 22 16:02:48 2010
@@ -3,29 +3,35 @@ extends =
   ../software-profiles/apache.cfg
   ../software-profiles/libdb.cfg
   ../software-profiles/libexpat.cfg
-  ../software-profiles/serf.cfg
   ../software-profiles/sqlite3.cfg
   ../software-profiles/zlib.cfg
-  ../software-profiles/openssl.cfg
+  ../software-profiles/neon.cfg
   ../software-profiles/libuuid.cfg
 parts =
   subversion
 
+[subversion-1.6.0-disable_linking_against_unneeded_libraries]
+recipe = hexagonit.recipe.download
+download-only = true
+filename = ${:_buildout_section_name_}.patch
+url = http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-vcs/subversion/files/subversion-1.6.0-disable_linking_against_unneeded_libraries.patch?revision=1.1
+md5sum = 8d911ec2422dc4c08a00693ac915a07a
+
 [subversion]
 recipe = hexagonit.recipe.cmmi
 url = http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2
 md5sum = 7ae1c827689f21cf975804005be30aeb
+patches =
+  ${subversion-1.6.0-disable_linking_against_unneeded_libraries:location}/${subversion-1.6.0-disable_linking_against_unneeded_libraries:filename}
 configure-options =
   --with-apr=${apache:location}/bin/apr-1-config
   --with-apr-util=${apache:location}/bin/apu-1-config
   --with-apxs=${apache:location}/bin/apxs
   --with-zlib=${zlib:location}
   --with-sqlite=${sqlite3:location}
+  --with-neon=${neon:location}
   --without-berkeley-db
-  --without-neon
-  --without-ssl
   --without-sasl
-  --with-serf=${serf:location}
   --without-apr_memcache
   --without-gnome-keyring
   --without-kwallet
@@ -40,4 +46,4 @@ configure-options =
 
 environment =
   CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
-  LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib
+  LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib




More information about the Erp5-report mailing list