<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/ae5c95fb19527b38ba4b228bee22047b91eb5050">https://github.com/macports/macports-ports/commit/ae5c95fb19527b38ba4b228bee22047b91eb5050</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 ae5c95f  mu: Add c++14 blacklist as port considers MacPorts base selection insufficient
</span>ae5c95f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae5c95fb19527b38ba4b228bee22047b91eb5050
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 27 13:47:17 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mu: Add c++14 blacklist as port considers MacPorts base selection insufficient
</span>---
 mail/mu/Portfile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/mu/Portfile b/mail/mu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0adff99..fd274a1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/mu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/mu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                mu
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,6 +40,17 @@ if {${subport} eq ${name}} {
</span> 
     compiler.c_standard   1999
     compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Configure check thinks above is not enough on OSX 10.9 (using /usr/bin/clang++)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -std=gnu++14... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -std=gnu++1y... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -std=c++14... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with +std=c++14... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -h std=c++14... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -std=c++1y... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with +std=c++1y... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # checking whether /usr/bin/clang++ supports C++14 features with -h std=c++1y... no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # configure: error: *** A compiler with support for C++14 language features is required.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 700}
</span> 
     depends_build-append \
         port:pkgconfig
</pre><pre style='margin:0'>

</pre>