[Erp5-report] r40258 romain - in /erp5/trunk/buildout/software-profiles: patch.cfg varnish.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 15 10:20:18 CET 2010


Author: romain
Date: Mon Nov 15 10:20:18 2010
New Revision: 40258

URL: http://svn.erp5.org?rev=40258&view=rev
Log:
Patching Varnish requires latest version of the patch command.

Added:
    erp5/trunk/buildout/software-profiles/patch.cfg
Modified:
    erp5/trunk/buildout/software-profiles/varnish.cfg

Added: erp5/trunk/buildout/software-profiles/patch.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/patch.cfg?rev=40258&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/patch.cfg (added)
+++ erp5/trunk/buildout/software-profiles/patch.cfg [utf8] Mon Nov 15 10:20:18 2010
@@ -0,0 +1,8 @@
+[buildout]
+parts =
+  patch
+
+[patch]
+recipe = erp5.recipe.cmmisafe
+url = ftp://ftp.gnu.org/gnu/patch/patch-2.6.1.tar.gz
+md5sum = d758eb96d3f75047efc004a720d33daf

Modified: erp5/trunk/buildout/software-profiles/varnish.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/varnish.cfg?rev=40258&r1=40257&r2=40258&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] Mon Nov 15 10:20:18 2010
@@ -8,6 +8,7 @@ parts =
 
 extends =
   ../software-profiles/pcre.cfg
+  ../software-profiles/patch.cfg
 
 [varnish]
 <= varnish-2.0
@@ -35,4 +36,5 @@ configure-options =
 patches =
   ${varnish-2.1.4-r5467-patch:location}/${varnish-2.1.4-r5467-patch:filename}
 environment =
+  PATH=${patch:location}/bin:%(PATH)s
   LDFLAGS=-Wl,-rpath -Wl,${pcre:location}/lib




More information about the Erp5-report mailing list