<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/be6e062af505670edcf5a4d9f36487cbc944e7ec">https://github.com/macports/macports-ports/commit/be6e062af505670edcf5a4d9f36487cbc944e7ec</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit be6e062af505670edcf5a4d9f36487cbc944e7ec
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed Jan 11 00:48:18 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    clingo: blacklist Apple clang <1200 to fix build on 10.10–10.14
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/potassco/clingo/issues/404
</span>---
 math/clingo/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clingo/Portfile b/math/clingo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f70e5377f1..4998d4e2898 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clingo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clingo/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
 # posix_memalign
 PortGroup           legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +34,9 @@ checksums           rmd160  663e2df243efbf5ccca351ed5b55a82b2f1ce95c \
</span> conflicts           clasp
 
 compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/potassco/clingo/issues/404
</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> 
 # TODO: Variants for enabling the python & lua libs.
 configure.args-append \
</pre><pre style='margin:0'>

</pre>