chroot-grep: update to 3.8.
This commit is contained in:
parent
d7f837c184
commit
4fd1097b85
|
@ -1,14 +0,0 @@
|
||||||
--- a/lib/sigsegv.c
|
|
||||||
+++ b/lib/sigsegv.c
|
|
||||||
@@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;
|
|
||||||
/* both should be equivalent */
|
|
||||||
# if 0
|
|
||||||
# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.regs->gpr[1]
|
|
||||||
-# else
|
|
||||||
+# elif defined(__GLIBC__)
|
|
||||||
# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
|
|
||||||
+# else
|
|
||||||
+# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.gregs[1]
|
|
||||||
# endif
|
|
||||||
# endif
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chroot-grep'
|
# Template file for 'chroot-grep'
|
||||||
pkgname=chroot-grep
|
pkgname=chroot-grep
|
||||||
version=3.7
|
version=3.8
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -8,9 +8,9 @@ configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
|
||||||
short_desc="GNU grep utility - for use with xbps-src"
|
short_desc="GNU grep utility - for use with xbps-src"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/grep/"
|
homepage="https://www.gnu.org/software/grep/"
|
||||||
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
||||||
checksum=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
|
checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
|
||||||
conflicts="grep>=0"
|
conflicts="grep>=0"
|
||||||
provides="grep-${version}_${revision}"
|
provides="grep-${version}_${revision}"
|
||||||
make_check=no # Infinate loop in hash-collision-perf without perl
|
make_check=no # Infinate loop in hash-collision-perf without perl
|
||||||
|
|
Loading…
Reference in New Issue