Skip to content

Commit

Permalink
xxhash: update to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Dec 30, 2024
1 parent cc69361 commit d98cc8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
12 changes: 4 additions & 8 deletions devel/xxhash/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,24 @@ 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 \
limits.
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.
patchfiles-append \
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

Expand Down
11 changes: 0 additions & 11 deletions devel/xxhash/files/lion-clang-segfault-fix.diff

This file was deleted.

0 comments on commit d98cc8a

Please sign in to comment.