<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/440cd12b80d95762e2ef60e5073ce46602a2cf3c">https://github.com/macports/macports-ports/commit/440cd12b80d95762e2ef60e5073ce46602a2cf3c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 440cd12b80d xxhash: blacklist clang < 900
</span>440cd12b80d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 440cd12b80d95762e2ef60e5073ce46602a2cf3c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Dec 30 20:09:37 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> xxhash: blacklist clang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/71687
</span>---
devel/xxhash/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/xxhash/Portfile b/devel/xxhash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f18ffe2c477..320d0950265 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/xxhash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/xxhash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
PortGroup makefile 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,12 +11,14 @@ maintainers {mps @Schamschula} openmaintainer
</span> description xxHash is an Extremely fast Hash algorithm, running at RAM speed \
limits.
long_description {*}${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
checksums rmd160 05ecf7f2a5fe9aecf278112517f842f84a80294f \
sha256 9889f6b3e6f2ea01a557048ccdfde77b4ac14bb6037cbb487bbd881ddebcc1ed \
size 1147640
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[string match "*gcc-4.*" ${configure.compiler}]} {
# See https://trac.macports.org/ticket/60710 for why this is needed.
patchfiles-append \
</pre><pre style='margin:0'>
</pre>