<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/ec7992c0c80edd1e94f71cc630c8d21a25d4cb11">https://github.com/macports/macports-ports/commit/ec7992c0c80edd1e94f71cc630c8d21a25d4cb11</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 ec7992c0c80 darktable: use blacklist-append
</span>ec7992c0c80 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ec7992c0c80edd1e94f71cc630c8d21a25d4cb11
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sun Dec 20 16:02:59 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    darktable: use blacklist-append
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    we don't want to overwrite base's settings
</span>---
 graphics/darktable/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 b5fd65002c3..2785d82a97a 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;'>@@ -126,7 +126,7 @@ universal_variant       no
</span> compiler.cxx_standard   2014
 
 # compiling src/osx/osx.mm with GCC results in a cascade of errors
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist      *gcc*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append      *gcc*
</span> 
 variant x11 conflicts quartz {
     patchfiles-append       patch-darktable-no-quartz.diff
</pre><pre style='margin:0'>

</pre>