<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/d89cf0caf771ecf5b17c9eb86edad5d782c5c656">https://github.com/macports/macports-ports/commit/d89cf0caf771ecf5b17c9eb86edad5d782c5c656</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 d89cf0c  jtc: extend blacklist to clang < 900
</span>d89cf0c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d89cf0caf771ecf5b17c9eb86edad5d782c5c656
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri May 8 16:00:24 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    jtc: extend blacklist to clang < 900
</span>---
 textproc/jtc/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/jtc/Portfile b/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 93149ff..f7dcb95 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,11 @@ compiler.cxx_standard 2014
</span> # https://github.com/macports/macports-base/pull/162
 compiler.blacklist-append {clang < 602}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fails on 10.10 and 10.11 as well with
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/map:634:11: error: no matching constructor for initialization of 'value_type' (aka 'pair<const std::__1::basic_string<char>, Json::JnEntry>')
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#        : __cc(std::forward<_Args>(__args)...) {}
</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> installs_libs       no
 use_configure       no
 
</pre><pre style='margin:0'>

</pre>