mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
check: bump to 0.12.0, bring back 0.10.0 for x86_gcc2. (#2238)
0.10.0 is the last release that works on x86_gcc2 primary arch.
This commit is contained in:
@@ -5,13 +5,14 @@ Tests are run in a separate address space, so both assertion failures and code \
|
||||
errors that cause segmentation faults or other signals can be caught. Test \
|
||||
results are reportable in the following: Subunit, TAP, XML, and a generic \
|
||||
logging format."
|
||||
HOMEPAGE="http://check.sourceforge.net/"
|
||||
COPYRIGHT="2001-2014 Arien Malec, Branden Archer, Chris Pickett, Fredrik \
|
||||
HOMEPAGE="https://libcheck.github.io/check/"
|
||||
COPYRIGHT="2001-2017 Arien Malec, Branden Archer, Chris Pickett, Fredrik \
|
||||
Hugosson, and Robert Lemmen."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://sourceforge.net/projects/check/files/check/$portVersion/check-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a"
|
||||
SOURCE_URI="https://github.com/libcheck/check/releases/download/$portVersion/check-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052"
|
||||
PATCHES="check-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -51,7 +52,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-static
|
||||
MAKEINFO=true runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -6,15 +6,14 @@ errors that cause segmentation faults or other signals can be caught. Test \
|
||||
results are reportable in the following: Subunit, TAP, XML, and a generic \
|
||||
logging format."
|
||||
HOMEPAGE="https://libcheck.github.io/check/"
|
||||
COPYRIGHT="2001-2015 Arien Malec, Branden Archer, Chris Pickett, Fredrik \
|
||||
COPYRIGHT="2001-2017 Arien Malec, Branden Archer, Chris Pickett, Fredrik \
|
||||
Hugosson, and Robert Lemmen."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libcheck/check/releases/download/$portVersion/check-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616"
|
||||
PATCHES="check-$portVersion.patch"
|
||||
CHECKSUM_SHA256="464201098bee00e90f5c4bdfa94a5d3ead8d641f9025b560a27755a83b824234"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user