<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/cd8cacd9a256779a8dc4c79b0fabdf40a313f0b7">https://github.com/macports/macports-ports/commit/cd8cacd9a256779a8dc4c79b0fabdf40a313f0b7</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 cd8cacd9a25 mlt: Add compiler blacklist
</span>cd8cacd9a25 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cd8cacd9a256779a8dc4c79b0fabdf40a313f0b7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Apr 24 21:05:21 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mlt: Add compiler blacklist
</span>---
 multimedia/mlt/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mlt/Portfile b/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c6ca28dcfd1..9c0ee410ba8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           muniversal 1.0
 PortGroup           github 1.0
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        mltframework mlt 6.24.0 v
 github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +53,9 @@ variant qt5 conflicts qt4 description "build Qt5 version of ${name}" {
</span> 
     compiler.cxx_standard 2011
     configure.cxxflags-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # fatal error: 'stdatomic.h' file not found
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append  {clang < 700}
</span> }
 
 # somewhat arbitrary boundary for Qt versions
</pre><pre style='margin:0'>

</pre>