mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
textproc/gnugrep: update GNU grep to the latest version 3.7.
Reported by: portscout
This commit is contained in:
parent
bb2ead4d42
commit
ea8a46f5cf
@ -1,7 +1,7 @@
|
||||
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
|
||||
|
||||
PORTNAME= grep
|
||||
PORTVERSION= 3.6
|
||||
PORTVERSION= 3.7
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMEPREFIX= gnu
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604896813
|
||||
SHA256 (grep-3.6.tar.xz) = 667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e
|
||||
SIZE (grep-3.6.tar.xz) = 1589412
|
||||
TIMESTAMP = 1628970999
|
||||
SHA256 (grep-3.7.tar.xz) = 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
|
||||
SIZE (grep-3.7.tar.xz) = 1641196
|
||||
|
20
textproc/gnugrep/files/patch-configure
Normal file
20
textproc/gnugrep/files/patch-configure
Normal file
@ -0,0 +1,20 @@
|
||||
--- configure.orig 2021-08-14 19:53:52 UTC
|
||||
+++ configure
|
||||
@@ -35665,7 +35665,7 @@ else $as_nop
|
||||
elxsi | \
|
||||
fr30 | \
|
||||
h8300 | \
|
||||
- i?86 | x86_64 | \
|
||||
+ i?86 | x86_64 | amd64 | \
|
||||
i860 | \
|
||||
ia64 | \
|
||||
m32r | \
|
||||
@@ -35714,7 +35714,7 @@ find_stack_direction (int *addr, int depth)
|
||||
return dir + dummy;
|
||||
}
|
||||
int
|
||||
-main (int argc, char *argv)
|
||||
+main (int argc, char *argv[])
|
||||
{
|
||||
printf ("%d\n", find_stack_direction (NULL, argc + 20));
|
||||
return 0;
|
Loading…
Reference in New Issue
Block a user