From 5bc49d0d80b06e3d7dd45b6d06c5510f12333524 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 16 Jun 2013 23:41:00 +0200 Subject: [PATCH] python 2.6.8: update recipe * PROVIDES: Add devel:libpython2.6. * [BUILD_]REQUIRES: Use lib:*/devel:* where appropriate. --- dev-lang/python/python-2.6.8.recipe | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/dev-lang/python/python-2.6.8.recipe b/dev-lang/python/python-2.6.8.recipe index 90e42a3f0..f4e72ac9c 100644 --- a/dev-lang/python/python-2.6.8.recipe +++ b/dev-lang/python/python-2.6.8.recipe @@ -9,7 +9,7 @@ LICENSE="Python" COPYRIGHT="1990-2012, Python Software Foundation" SRC_URI="http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tar.bz2" CHECKSUM_MD5="c6e0420a21d8b23dee8b0195c9b9a125" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 ?x86" PATCHES="python-2.6.8.patch" @@ -24,20 +24,27 @@ PROVIDES=" cmd:python2.6_config = $portVersion compat >= 2.6 cmd:python_config = $portVersion compat >= 2.6 cmd:smtpd.py = $portVersion compat >= 2.6 + devel:libpython2.6 = 1.0 lib:libpython2.6 = 1.0 " REQUIRES=" - haiku_devel >= $haikuVersion - bzip2 - ncurses - openssl - readline - sqlite - zlib + haiku >= $haikuVersion cmd:nano + lib:libbz2 + lib:libncurses + lib:libssl + lib:libreadline + lib:libsqlite3 + lib:libz " BUILD_REQUIRES=" - $REQUIRES + cmd:nano + devel:libbz2 + devel:libncurses + devel:libssl + devel:libreadline + devel:libsqlite3 + devel:libz " BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion