[Erp5-report] r43223 luke - /erp5/trunk/buildout/software-profiles/postfix.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 9 10:48:17 CET 2011
Author: luke
Date: Wed Feb 9 10:48:16 2011
New Revision: 43223
URL: http://svn.erp5.org?rev=43223&view=rev
Log:
- add a hook to workaround python's tarfile bug
Modified:
erp5/trunk/buildout/software-profiles/postfix.cfg
Modified: erp5/trunk/buildout/software-profiles/postfix.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/postfix.cfg?rev=43223&r1=43222&r2=43223&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/postfix.cfg [utf8] Wed Feb 9 10:48:16 2011
@@ -2,11 +2,19 @@
extends = openssl.cfg
parts = postfix
+[postfix-hooks-download]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/buildout-hooks/postfix-hooks.py-r43221
+filename = postfix-hooks.py
+md5sum = 87cb2347c2ba81093544885a5342cb09
+download-only = true
+
[postfix]
recipe = hexagonit.recipe.cmmi
url = ftp://postfix.eu.org/pub/postfix/official/postfix-2.6.5.tar.gz
md5sum = 6b954cfb3eb6141dac1e773281211717
location = ${buildout:parts-directory}/${:_buildout_section_name_}
+pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
configure-command = make
configure-options = makefiles CCARGS='-DUSE_TLS -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -lssl -lcrypto'
make-targets = ; /bin/sh postfix-install -non-interactive -package install_root=${:location}
More information about the Erp5-report
mailing list