<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/cc092871ba783dcf71604f0bb76ffabf90c2b95c">https://github.com/macports/macports-ports/commit/cc092871ba783dcf71604f0bb76ffabf90c2b95c</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 cc092871ba7 ruby32: blacklist clang < 500, as done in ruby33+
</span>cc092871ba7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cc092871ba783dcf71604f0bb76ffabf90c2b95c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Feb 24 09:32:48 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ruby32: blacklist clang < 500, as done in ruby33+
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - Fixes build failures on 10.7
</span>---
 lang/ruby32/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ruby32/Portfile b/lang/ruby32/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4466ed71556..e005796b6ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ruby32/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ruby32/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,6 +78,9 @@ patchfiles-append   patch-sources.diff
</span> compiler.blacklist-append \
                     { clang >= 900 < 901 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Ruby doesn't build with Xcode clang 425 on 10.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append { clang < 500 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if { [string match macports-clang-* ${configure.compiler}] } {
     # clang-mp-14 => dsymutil-mp-14; fix POSTLINK
     configure.env-append dsymutil=[string map {clang dsymutil} ${configure.cc}]
</pre><pre style='margin:0'>

</pre>