<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/199f2cff8c2c34f193e283d67270a94a7ce1aeae">https://github.com/macports/macports-ports/commit/199f2cff8c2c34f193e283d67270a94a7ce1aeae</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 199f2cff8c2c34f193e283d67270a94a7ce1aeae
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed Jan 11 00:51:23 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    clingcon: blacklist Apple clang <1200, following clingo case
</span>---
 math/clingcon/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clingcon/Portfile b/math/clingcon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d6349137090..aadb47d8cdc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clingcon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clingcon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           muniversal 1.0
 
 github.setup        potassco clingcon 5.2.0 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +31,9 @@ depends_lib-append  port:clingo
</span> patchfiles          0001-catch.hpp-fix-for-aarch64-and-powerpc.patch
 
 compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Use the same blacklist as with its dependency clingo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 1200}
</span> 
 configure.args-append \
                     -DPYCLINGCON_ENABLE=OFF \
</pre><pre style='margin:0'>

</pre>