mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Grep: bump (#3500)
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="1992-2016 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e"
|
||||
CHECKSUM_SHA256="b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64 ?arm"
|
||||
|
||||
@@ -47,6 +47,7 @@ BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
automake --add-missing
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--disable-perl-regexp --disable-gcc-warnings
|
||||
@@ -56,12 +57,22 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/charset.alias
|
||||
rmdir $libDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
# SKIPPED: big-hole, big-match, fmbtest, long-line-vs-2GiB-read, \
|
||||
# long-pattern-perf, mb-non-UTF8-performance, pcre*, proc \
|
||||
# turkish-eyes, write-error-msg
|
||||
# FAILED: surrogate-pair
|
||||
#
|
||||
# TOTAL: 110
|
||||
# PASS: 85
|
||||
# SKIP: 22
|
||||
# XFAIL: 2
|
||||
# FAIL: 1
|
||||
# XPASS: 0
|
||||
# ERROR: 0
|
||||
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user