[Erp5-report] r41921 kazuhiko - /erp5/trunk/buildout/software-profiles/handlersocket.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jan 1 21:04:55 CET 2011


Author: kazuhiko
Date: Sat Jan  1 21:04:55 2011
New Revision: 41921

URL: http://svn.erp5.org?rev=41921&view=rev
Log:
add HandlerSocket-Plugin-for-MySQL-1.0.6-mariadb.patch.

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

Modified: erp5/trunk/buildout/software-profiles/handlersocket.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/handlersocket.cfg?rev=41921&r1=41920&r2=41921&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] Sat Jan  1 21:04:55 2011
@@ -11,10 +11,20 @@ extends =
 parts =
   handlersocket
 
+[handlersocket-mariadb-patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+md5sum = 2654feea2e867c898b741ac0f0aa8e14
+filename = HandlerSocket-Plugin-for-MySQL-1.0.6-mariadb.patch
+download-only = true
+
 [handlersocket]
 recipe = hexagonit.recipe.cmmi
 url = http://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/tarball/1.0.6
 md5sum = 57f5c131e3d29701b01dd92c35ed25fd
+patch-options = -p1
+patches =
+  ${handlersocket-mariadb-patch:location}/${handlersocket-mariadb-patch:filename}
 configure-command =
   ACLOCAL_ARGS=-I${libtool:location}/share/aclocal ./autogen.sh && ./configure
 configure-options =



More information about the Erp5-report mailing list