grep: bump version to 2.24.

This commit is contained in:
fbrosson
2016-03-12 23:52:19 +00:00
parent 6dbffbaf5d
commit 75c614bb6b
2 changed files with 13 additions and 13 deletions

View File

@@ -1,18 +1,17 @@
SUMMARY="GNU regular expression matcher" SUMMARY="GNU regular expression matcher"
DESCRIPTION=" DESCRIPTION="The grep command searches one or more input files for lines \
The grep command searches one or more input files for lines containing a match \ containing a match to a specified pattern. By default, grep prints the \
to a specified pattern. By default, grep prints the matching lines. matching lines."
" HOMEPAGE="https://www.gnu.org/software/grep/"
HOMEPAGE="http://www.gnu.org/software/grep/" COPYRIGHT="1992-2016 Free Software Foundation, Inc."
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
COPYRIGHT="1992-2014 Free Software Foundation, Inc."
SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz"
CHECKSUM_SHA256="54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf"
REVISION="1" REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm" SOURCE_URI="http://ftp.gnu.org/gnu/grep/grep-$portVersion.tar.xz"
CHECKSUM_SHA256="f248beb9098c5aab94d2fdd03b5a21d705e5ba8a3ce4d8c9f607a670498eec14"
PATCHES="grep-$portVersion.patchset" PATCHES="grep-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
PROVIDES=" PROVIDES="
grep = $portVersion compat >= 2 grep = $portVersion compat >= 2
cmd:egrep = $portVersion compat >= 2 cmd:egrep = $portVersion compat >= 2
@@ -24,6 +23,7 @@ REQUIRES="
lib:libiconv lib:libiconv
lib:libintl lib:libintl
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
devel:libiconv devel:libiconv
devel:libintl devel:libintl

View File

@@ -1,4 +1,4 @@
From d2fc4a2aac245c78c2ab8dc9aa97ec283db65360 Mon Sep 17 00:00:00 2001 From caa9ffa4f1340056db4dc3ce7d63b29393d676d7 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com> From: Jerome Duval <jerome.duval@gmail.com>
Date: Wed, 4 Jun 2014 19:20:57 +0000 Date: Wed, 4 Jun 2014 19:20:57 +0000
Subject: gcc2 patch Subject: gcc2 patch
@@ -57,7 +57,7 @@ index adc5de3..f397ff2 100644
{ {
dm = xmalloc (sizeof *dm); dm = xmalloc (sizeof *dm);
diff --git a/src/dfasearch.c b/src/dfasearch.c diff --git a/src/dfasearch.c b/src/dfasearch.c
index e04a2df..815d4f6 100644 index d348d44..cd33148 100644
--- a/src/dfasearch.c --- a/src/dfasearch.c
+++ b/src/dfasearch.c +++ b/src/dfasearch.c
@@ -95,11 +95,11 @@ kwsmusts (void) @@ -95,11 +95,11 @@ kwsmusts (void)
@@ -110,7 +110,7 @@ index e04a2df..815d4f6 100644
mb_start = buf; mb_start = buf;
buflim = buf + size; buflim = buf + size;
@@ -444,7 +447,7 @@ EGexecute (char *buf, size_t size, size_t *match_size, @@ -445,7 +448,7 @@ EGexecute (char *buf, size_t size, size_t *match_size,
success: success:
len = end - beg; len = end - beg;
success_in_len:; success_in_len:;