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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b96777cab9c6d5c983a83932d306887b4ccf8391">https://github.com/macports/macports-ports/commit/b96777cab9c6d5c983a83932d306887b4ccf8391</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 b96777cab9c darktable: blacklist older clangs
</span>b96777cab9c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b96777cab9c6d5c983a83932d306887b4ccf8391
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Dec 20 21:54:14 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    darktable: blacklist older clangs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    avoids:
</span><span style='display:block; white-space:pre;color:#404040;'>    Point.h:80:23: error: no member named 'abs' in namespace 'std'
</span>---
 graphics/darktable/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<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 2785d82a97a..7fbd1203e3b 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;'>@@ -5,6 +5,7 @@ PortGroup               github 1.0
</span> PortGroup               active_variants 1.1
 PortGroup               app 1.0
 PortGroup               cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 github.setup            darktable-org darktable 3.2.1 release-
 revision                0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -128,6 +129,9 @@ compiler.cxx_standard   2014
</span> # compiling src/osx/osx.mm with GCC results in a cascade of errors
 compiler.blacklist-append      *gcc*
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#Point.h:80:23: error: no member named 'abs' in namespace 'std'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</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>