From 4fd1097b85f7d3dd8ebe947d3c0d6835cd29c468 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 22 Oct 2022 16:58:28 +0200 Subject: [PATCH] chroot-grep: update to 3.8. --- srcpkgs/chroot-grep/patches/ppc-musl.patch | 14 -------------- srcpkgs/chroot-grep/template | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/chroot-grep/patches/ppc-musl.patch diff --git a/srcpkgs/chroot-grep/patches/ppc-musl.patch b/srcpkgs/chroot-grep/patches/ppc-musl.patch deleted file mode 100644 index 6ba37f23359..00000000000 --- a/srcpkgs/chroot-grep/patches/ppc-musl.patch +++ /dev/null @@ -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 - diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template index 0c66545e07a..6a99116d4b5 100644 --- a/srcpkgs/chroot-grep/template +++ b/srcpkgs/chroot-grep/template @@ -1,6 +1,6 @@ # Template file for 'chroot-grep' pkgname=chroot-grep -version=3.7 +version=3.8 revision=1 bootstrap=yes 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" maintainer="Enno Boland " 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" -checksum=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c +checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382 conflicts="grep>=0" provides="grep-${version}_${revision}" make_check=no # Infinate loop in hash-collision-perf without perl