<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/28177f30d14153f48fb0c792fadc031a1c5279db">https://github.com/macports/macports-ports/commit/28177f30d14153f48fb0c792fadc031a1c5279db</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 28177f30d14 xaos: Require c++11 and add explicit blacklist for TLS
</span>28177f30d14 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 28177f30d14153f48fb0c792fadc031a1c5279db
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Apr 19 16:35:56 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    xaos: Require c++11 and add explicit blacklist for TLS
</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 333f48b33d9..8984a00a1eb 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;'>@@ -4,6 +4,7 @@ PortSystem              1.0
</span> PortGroup               github 1.0
 PortGroup               qmake5 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.2.1 release-
 github.tarball_from     archive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +42,9 @@ qt5.depends_build_component qttools
</span> 
 compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append { clang < 800 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     # See tools/deploy-mac for the origin of the following four steps:
     file mkdir ${worksrcpath}/bin/XaoS.app/Contents/Resources/examples/
</pre><pre style='margin:0'>

</pre>