<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f97cbf8212d7a494448c951545bb06fb36b85ed0">https://github.com/macports/macports-ports/commit/f97cbf8212d7a494448c951545bb06fb36b85ed0</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 f97cbf8212d xaos: restrict compilers to supported by qt64
</span>f97cbf8212d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f97cbf8212d7a494448c951545bb06fb36b85ed0
</span>Author: Phil Krylov <phil@krylov.eu>
AuthorDate: Sat Jan 4 16:15:02 2025 +0100

<span style='display:block; white-space:pre;color:#404040;'>    xaos: restrict compilers to supported by qt64
</span>---
 graphics/xaos/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/xaos/Portfile b/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e32b99bd56a..a362d1bb4f7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               github 1.0
</span> PortGroup               cmake 1.1
 PortGroup               qt6 1.0
 PortGroup               legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 github.setup            xaos-project XaoS 4.3.3 release-
 revision                0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +48,9 @@ compiler.thread_local_storage yes
</span> 
 compiler.cxx_standard   2017
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Same as qt64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {clang < 1100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> cmake.module_path-append \
                         ${qt6.dir}/lib/cmake/Qt6LinguistTools
 
</pre><pre style='margin:0'>

</pre>