<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/909e52571eaea4139100ea3a5de785cc3e3fb594">https://github.com/macports/macports-ports/commit/909e52571eaea4139100ea3a5de785cc3e3fb594</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 909e52571ea z3: blacklist macports-clang-19 Closes: https://trac.macports.org/ticket/70852
</span>909e52571ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 909e52571eaea4139100ea3a5de785cc3e3fb594
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Sep 21 09:25:01 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    z3: blacklist macports-clang-19
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/70852
</span>---
 math/z3/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/z3/Portfile b/math/z3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90b79db439f..b1386845c98 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -229,6 +229,10 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span>                                     {macports-clang-10} \
                                     {macports-clang-11} \
                                     {*gcc*}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Currently seems to have problems with macports clang-19 so blacklist that as well
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://trac.macports.org/ticket/70852
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # macports-clang-18 is then used instead which is OK
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append {macports-clang-19}
</span> 
         configure.optflags-append   -O3 -mllvm -polly
     }
</pre><pre style='margin:0'>

</pre>