<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/82929efc899166eebdcd257f8cec9cc6fb831a61">https://github.com/macports/macports-ports/commit/82929efc899166eebdcd257f8cec9cc6fb831a61</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 82929efc899 inkscape: blacklist mp clang 15+
</span>82929efc899 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 82929efc899166eebdcd257f8cec9cc6fb831a61
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Apr 30 15:43:46 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: blacklist mp clang 15+
</span>---
 graphics/inkscape/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 255d1f57dd6..face580348b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,9 +50,11 @@ set python_version  ${python_major}${python_minor}
</span> # See: https://trac.macports.org/ticket/65002
 compiler.blacklist-append \
                     {clang < 1001}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# FIXME: Avoid Clang 15 for now, until upstream cleans up issues
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist macports-clang-15+ to prevent
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  error: no template named 'unary_function' in namespace 'std'
</span> compiler.blacklist-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    {macports-clang-15}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {macports-clang-1[5-9]}
</span> 
 # this port only uses boost headers during build
 # and does not link with any boost libraries
</pre><pre style='margin:0'>

</pre>