Add more versions of grep in order to track down -i failure. It broke on Haiku between 2.5.4 and 2.6.1.

This commit is contained in:
Scott McCreary
2013-02-17 20:35:44 +00:00
parent f62f76379d
commit e90f0c12c3
5 changed files with 70 additions and 0 deletions

View File

@@ -22,5 +22,11 @@ INSTALL {
cd grep-2.12
make install
}
TEST {
cd grep-2.12
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2012 Free Software Foundation, Inc."

View File

@@ -16,5 +16,11 @@ INSTALL {
cd grep-2.5.4
make install
}
TEST {
cd grep-2.5.4
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."

View File

@@ -0,0 +1,26 @@
DESCRIPTION="GNU regular expression matcher"
HOMEPAGE="http://www.gnu.org/software/grep/"
SRC_URI="http://ftp.gnu.org/gnu/grep/grep-2.6.3.tar.gz"
CHECKSUM_MD5="3095b57837b312f087c0680559de7f13"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd grep-2.6.3
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd grep-2.6.3
make install
}
TEST {
cd grep-2.6.3
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."

View File

@@ -0,0 +1,26 @@
DESCRIPTION="GNU regular expression matcher"
HOMEPAGE="http://www.gnu.org/software/grep/"
SRC_URI="http://ftp.gnu.org/gnu/grep/grep-2.6.3.tar.gz"
CHECKSUM_MD5="3095b57837b312f087c0680559de7f13"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd grep-2.6.3
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd grep-2.6.3
make install
}
TEST {
cd grep-2.6.3
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."

View File

@@ -22,5 +22,11 @@ INSTALL {
cd grep-2.7
make install
}
TEST {
cd grep-2.7
make check
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."