From d98cc8a78f2522d9a8a623e307bf4bf9e10ecb54 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Mon, 30 Dec 2024 08:16:29 -0600 Subject: [PATCH] xxhash: update to 0.8.3 --- devel/xxhash/Portfile | 12 ++++-------- devel/xxhash/files/lion-clang-segfault-fix.diff | 11 ----------- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 devel/xxhash/files/lion-clang-segfault-fix.diff diff --git a/devel/xxhash/Portfile b/devel/xxhash/Portfile index 7d30e296b657f..f18ffe2c47700 100644 --- a/devel/xxhash/Portfile +++ b/devel/xxhash/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup makefile 1.0 -github.setup Cyan4973 xxhash 0.8.2 v +github.setup Cyan4973 xxhash 0.8.3 v categories devel maintainers {mps @Schamschula} openmaintainer description xxHash is an Extremely fast Hash algorithm, running at RAM speed \ @@ -12,9 +12,9 @@ description xxHash is an Extremely fast Hash algorithm, running at RAM s long_description {*}${description} platforms darwin -checksums rmd160 d43e9dec217723faa4c2d86f044cec04d484c303 \ - sha256 2de0721e622b5eb38585f165641e0fb05dab07aae31fb1db41d7ae4cb9ac57cd \ - size 1141201 +checksums rmd160 05ecf7f2a5fe9aecf278112517f842f84a80294f \ + sha256 9889f6b3e6f2ea01a557048ccdfde77b4ac14bb6037cbb487bbd881ddebcc1ed \ + size 1147640 if {[string match "*gcc-4.*" ${configure.compiler}]} { # See https://trac.macports.org/ticket/60710 for why this is needed. @@ -22,10 +22,6 @@ if {[string match "*gcc-4.*" ${configure.compiler}]} { patch-Makefile-gcc.diff } -# see https://trac.macports.org/ticket/67963 -# clang: error: unable to execute command: Segmentation fault: 11 -patchfiles-append lion-clang-segfault-fix.diff - subport ${name} { revision 2 diff --git a/devel/xxhash/files/lion-clang-segfault-fix.diff b/devel/xxhash/files/lion-clang-segfault-fix.diff deleted file mode 100644 index 6212ea9add764..0000000000000 --- a/devel/xxhash/files/lion-clang-segfault-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- xxhash.h.orig 2023-08-15 15:58:56.000000000 +0200 -+++ xxhash.h 2023-08-15 16:06:18.000000000 +0200 -@@ -3416,7 +3416,7 @@ - - #ifndef XXH_HAS_INCLUDE - # ifdef __has_include --# define XXH_HAS_INCLUDE(x) __has_include(x) -+# define XXH_HAS_INCLUDE __has_include - # else - # define XXH_HAS_INCLUDE(x) 0 - # endif