Merge work on CMake 2.8.5 to 2.8.11

* The testsuite does not deadlock anymore
 * However, we only get 49% passing tests. Still some workto do there.
This commit is contained in:
Adrien Destugues
2013-10-03 09:31:22 +02:00
parent 6419a8dc1d
commit 2a68df0986
2 changed files with 279 additions and 4 deletions

View File

@@ -11,23 +11,24 @@ COPYRIGHT="2002-2013 Kitware, Inc., Insight Consortium, All rights reserved."
SRC_URI="http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz"
CHECKSUM_MD5="6f5d7b8e7534a5d9e1a7664ba63cf882"
REVISION="1"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
PROVIDES="
cmake = $portVersion compat >= 2.8
cmd:cmake = $portVersion compat >= 2.8
cmd:ccmake = $portVersion compat >= 2.8
cmd:cpack = $portVersion compat >= 2.8
cmd:ctest = $portVersion compat >= 2.8
"
REQUIRES="
haiku >= $haikuVersion
lib:libncurses
"
BUILD_REQUIRES="
lib:libncurses
devel:libncurses
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
ncurses_devel
cmd:gcc
cmd:grep
cmd:ld
@@ -49,10 +50,14 @@ BUILD()
INSTALL()
{
make install
# No way to tell this to configure...
mv $prefix/share/aclocal $dataDir
rmdir $prefix/share
}
TEST()
{
make test
make test VERBOSE=1
}