<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/72ad9baa9d5bb7e59bf3a96416c88671051fa52c">https://github.com/macports/macports-ports/commit/72ad9baa9d5bb7e59bf3a96416c88671051fa52c</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 72ad9baa9d5 warzone2100: blacklist clang < 900 - 800 might be sufficient, but use 900 just-in-case - Change being made per offline discussion with maintainer - CC: @jasonliu--
</span>72ad9baa9d5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 72ad9baa9d5bb7e59bf3a96416c88671051fa52c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Jan 19 11:25:16 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    warzone2100: blacklist clang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>    - 800 might be sufficient, but use 900 just-in-case
</span><span style='display:block; white-space:pre;color:#404040;'>    - Change being made per offline discussion with maintainer
</span><span style='display:block; white-space:pre;color:#404040;'>    - CC: @jasonliu--
</span>---
 games/warzone2100/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/warzone2100/Portfile b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4426249e9d2..2e8809d0f8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/warzone2100/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,7 @@ if {$subport eq ${name} || $subport eq "${name}-music"} {
</span> }
 if {$subport eq ${name}} {
     PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup           compiler_blacklist_versions 1.0
</span>     PortGroup           legacysupport 1.1
 
     github.setup        Warzone2100 ${name} 4.2.4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,6 +91,11 @@ if {$subport eq ${name}} {
</span>     legacysupport.newest_darwin_requires_legacy 14
     legacysupport.use_mp_libcxx yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Newer Clang needed, for thread-local storage. And while 800 might be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # usable as the floor, use 900 in case anything else is necessary.
</span><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>     post-patch {
         # Prevent the upstream source from trying to compile these as
         # internal libraries, since we have made them available as
</pre><pre style='margin:0'>

</pre>