<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6980eec871f1c0cbaa8b4c64bfa5f1fa74dd40ba">https://github.com/macports/macports-ports/commit/6980eec871f1c0cbaa8b4c64bfa5f1fa74dd40ba</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6980eec871f1c0cbaa8b4c64bfa5f1fa74dd40ba
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Sep 25 15:24:45 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    darktable: blacklist macports clang up to clang-19
</span>---
 graphics/darktable/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<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 eaffefd271c..a8c37ae0fb0 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;'>@@ -191,10 +191,10 @@ compiler.blacklist-append      *gcc*
</span> compiler.blacklist-append {clang < 1200}
 
 #--------------------------------------------------------------------------------------------------
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Blacklist MacPorts Clang 14 and 15 for now, due to compilation crashes.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist MacPorts Clang 14 and newer (up to 19) for now, due to compilation crashes.
</span> # See: https://trac.macports.org/ticket/65246
 #--------------------------------------------------------------------------------------------------
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {macports-clang-1[4-5]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {macports-clang-1[4-9]}
</span> 
 variant x11 conflicts quartz {
     patchfiles-append       patch-darktable-no-quartz.diff
</pre><pre style='margin:0'>

</pre>