From da55d2f02f36e3db8b6fc0521b700780a5da7627 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 18 Jan 2023 22:39:37 +0000 Subject: [PATCH] diffutils: update to 3.9. --- srcpkgs/diffutils/patches/ppc-musl.patch | 14 -------------- srcpkgs/diffutils/template | 8 ++++---- 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/diffutils/patches/ppc-musl.patch diff --git a/srcpkgs/diffutils/patches/ppc-musl.patch b/srcpkgs/diffutils/patches/ppc-musl.patch deleted file mode 100644 index 6ba37f233591..000000000000 --- a/srcpkgs/diffutils/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/diffutils/template b/srcpkgs/diffutils/template index b5954a0db2ce..47ad5680d713 100644 --- a/srcpkgs/diffutils/template +++ b/srcpkgs/diffutils/template @@ -1,17 +1,17 @@ # Template file for 'diffutils' pkgname=diffutils -version=3.8 +version=3.9 revision=1 bootstrap=yes build_style=gnu-configure configure_args="gl_cv_func_gettimeofday_clobber=no gl_cv_func_tzset_clobber=no" checkdepends="perl" -short_desc="The GNU diff utilities" +short_desc="GNU diff utilities" maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/diffutils" -distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec +distfiles="${GNU_SITE}/diffutils/diffutils-${version}.tar.xz" +checksum=d80d3be90a201868de83d78dad3413ad88160cc53bcc36eb9eaf7c20dbf023f1 if [ "$XBPS_TARGET_LIBC" = musl ]; then export ac_cv_lib_error_at_line=no