<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/319a368e862501dfd75ab8c75bb0b65422f8499d">https://github.com/macports/macports-ports/commit/319a368e862501dfd75ab8c75bb0b65422f8499d</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 319a368e862 htslib: Blacklist clang < 503 due to cpuid
</span>319a368e862 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 319a368e862501dfd75ab8c75bb0b65422f8499d
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Apr 19 13:37:27 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    htslib: Blacklist clang < 503 due to cpuid
</span>---
 science/htslib/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/htslib/Portfile b/science/htslib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3e828fe1999..dfabf3c68a6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/htslib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/htslib/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
 
 github.setup            samtools htslib 1.20
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +32,9 @@ depends_lib             port:bzip2 \
</span>                         port:xz \
                         port:zlib
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# cpuid_count, get_cpuid_max
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 503}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
 configure.checks.implicit_function_declaration.whitelist-append strchr
 
</pre><pre style='margin:0'>

</pre>