Commit 9a11a7f7 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove old urls

 - explain why patch (at least for now) is stored locally


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2a93f80
...@@ -23,17 +23,14 @@ configure-options = --without-mecab --enable-nfkc=no ...@@ -23,17 +23,14 @@ configure-options = --without-mecab --enable-nfkc=no
[mysql-tritonn-5.0] [mysql-tritonn-5.0]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
#url = http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.1/mysql-5.1.35.tar.gz
url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.87.tar.gz url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.87.tar.gz
pre-configure-hook = ${buildout:directory}/mysql-tritonn-5.0/src/mysql_pre_configure.py:hook pre-configure-hook = ${buildout:directory}/mysql-tritonn-5.0/src/mysql_pre_configure.py:hook
configure-options = --with-senna --without-mecab configure-options = --with-senna --without-mecab
patch-options = -p1 patch-options = -p1
# XXX: maybe download patches and use downloads directory? # might be better to download patch from
patches = # http://sourceforge.jp/frs/redir.php?m=iij&f=%2Ftritonn%2F44472%2Ftritonn-1.0.12-mysql-5.0.87.diff
# would be nice if the Senna or Tritonn folks released patches for more # but putting in url downloads to redir.php instead of proper file name
# recent versions of MySQL patches = ${buildout:directory}/mysql-tritonn-5.0/patches/tritonn-1.0.12-mysql-5.0.87.diff
# ${buildout:directory}/patches/mysql-5.0.67-add-ylwrap.diff is really required?
${buildout:directory}/mysql-tritonn-5.0/patches/tritonn-1.0.12-mysql-5.0.87.diff
environment = environment =
PATH =${senna:location}/bin:%(PATH)s PATH =${senna:location}/bin:%(PATH)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment