<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/642a988efbf587db10145e7ed95133a513f9b78a">https://github.com/macports/macports-ports/commit/642a988efbf587db10145e7ed95133a513f9b78a</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 642a988efbf darktable/darktable-devel: blacklist macports clang-14 for now, due to compilation crash See: https://trac.macports.org/ticket/65246
</span>642a988efbf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 642a988efbf587db10145e7ed95133a513f9b78a
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun May 29 08:22:04 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    darktable/darktable-devel: blacklist macports clang-14 for now, due to compilation crash
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65246
</span>---
 graphics/darktable-devel/Portfile | 8 ++++++++
 graphics/darktable/Portfile       | 8 ++++++++
 2 files changed, 16 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable-devel/Portfile b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d3afc1d5ad..7e6106def68 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -156,6 +156,14 @@ compiler.blacklist-append      *gcc*
</span> # NOTE: Now requires a minimum of Xcode Clang 10.0.1, as of v3.6.x
 compiler.blacklist-append {clang < 1001}
 
<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 14.0.3 crashes during compilation. Hopefully will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   fixed with release 14.0.4.
</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 {macports-clang-14}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant x11 conflicts quartz {
     patchfiles-append       patch-darktable-no-quartz.diff
     require_active_variants gtk3 x11 quartz
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable/Portfile b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 18bd5c99968..a35f7a7d7ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -156,6 +156,14 @@ compiler.blacklist-append      *gcc*
</span> # NOTE: Now requires a minimum of Xcode Clang 10.0.1, as of v3.6.x
 compiler.blacklist-append {clang < 1001}
 
<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 14.0.3 crashes during compilation. Hopefully will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   fixed with release 14.0.4.
</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 {macports-clang-14}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant x11 conflicts quartz {
     patchfiles-append       patch-darktable-no-quartz.diff
     require_active_variants gtk3 x11 quartz
</pre><pre style='margin:0'>

</pre>