<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/d8b7dea4e5ba84f2c2d941cecaa17b22bdb45519">https://github.com/macports/macports-ports/commit/d8b7dea4e5ba84f2c2d941cecaa17b22bdb45519</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 d8b7dea4e5b libopenraw: blacklist macports clang-14 for now, due to link crash See: https://trac.macports.org/ticket/65246
</span>d8b7dea4e5b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d8b7dea4e5ba84f2c2d941cecaa17b22bdb45519
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Jul 4 13:23:56 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libopenraw: blacklist macports clang-14 for now, due to link crash
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65246
</span>---
 graphics/libopenraw/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libopenraw/Portfile b/graphics/libopenraw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 874840a78ea..0ff8c122f21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libopenraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libopenraw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           boost 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                libopenraw
 version             0.3.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +46,14 @@ depends_lib         port:libxml2 \
</span>                     port:curl \
                     path:include/turbojpeg.h:libjpeg-turbo
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#--------------------------------------------------------------------------------------------------
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist MacPorts Clang 14 for now, as crashes during link.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# See: https://trac.macports.org/ticket/65246
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#--------------------------------------------------------------------------------------------------
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {macports-clang-14}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # as of version 0.3.0 requires C++14 to build
 compiler.cxx_standard 2014
 
</pre><pre style='margin:0'>

</pre>