From a17e9f35d0fe0e5c09c7e7a204bbb61b177a65df Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 2 Jun 2016 01:04:38 +0200 Subject: [PATCH] swig: don't depend on every possible language. * enable x86. --- dev-lang/swig/swig-2.0.11.recipe | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/dev-lang/swig/swig-2.0.11.recipe b/dev-lang/swig/swig-2.0.11.recipe index eec07fb7c..7696ebcb0 100644 --- a/dev-lang/swig/swig-2.0.11.recipe +++ b/dev-lang/swig/swig-2.0.11.recipe @@ -22,49 +22,38 @@ COPYRIGHT="1995-1998 University of Utah and the Regents of the University of Cal 2005-2006 Arizona Board of Regents (University of Arizona) 1995-2013 The SWIG Developers" HOMEPAGE="http://www.swig.org/" -SOURCE_URI="http://sourceforge.net/projects/swig/files/swig/swig-2.0.11/swig-2.0.11.tar.gz" +SOURCE_URI="http://sourceforge.net/projects/swig/files/swig/swig-$portVersion/swig-$portVersion.tar.gz" CHECKSUM_SHA256="63780bf29f53937ad399a1f68bccb3730c90f65746868c4cdfc25cafcd0a424e" -REVISION="1" -ARCHITECTURES="?x86 ?x86_gcc2" +REVISION="2" +ARCHITECTURES="x86 ?x86_gcc2 ?x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" swig${secondaryArchSuffix} = $portVersion - cmd:swig${secondaryArchSuffix} = $portVersion + cmd:swig${secondaryArchSuffix} = $portVersion compat >= 2 cmd:ccache_swig${secondaryArchSuffix} = $portVersion " REQUIRES=" haiku${secondaryArchSuffix} lib:libpcre${secondaryArchSuffix} + lib:libz${secondaryArchSuffix} " -#TODO add ruby and chicken when they get updated recipes -#TODO fix lua and tcl detection BUILD_REQUIRES=" - devel:libtclstub8.5 - devel:libpython2.7 - devel:liblua devel:libpcre${secondaryArchSuffix} + devel:libz${secondaryArchSuffix} " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel - cmd:libtoolize + cmd:libtoolize${secondaryArchSuffix} cmd:make cmd:gcc${secondaryArchSuffix} cmd:g++${secondaryArchSuffix} cmd:ld${secondaryArchSuffix} cmd:bison - cmd:python - cmd:perl - cmd:lua - ocaml${secondaryArchSuffix} - ruby${secondaryArchSuffix} - openjdk${secondaryArchSuffix} - boost${secondaryArchSuffix}_devel - golang${secondaryArchSuffix} " BUILD()