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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4ef5188e63d944da472a176fed96eee22b0c85b9">https://github.com/macports/macports-ports/commit/4ef5188e63d944da472a176fed96eee22b0c85b9</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 4ef5188e63d mu: Remove additional compiler blacklisting
</span>4ef5188e63d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ef5188e63d944da472a176fed96eee22b0c85b9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Aug 19 00:30:50 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mu: Remove additional compiler blacklisting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts base C++14 compiler selection on OS X 10.9 was fixed in
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts 2.6.3.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-base/pull/162
</span>---
 mail/mu/Portfile | 12 ------------
 1 file changed, 12 deletions(-)

<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 4a272d411d1..223d2a46ab4 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,7 +1,6 @@
</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:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           elisp 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,17 +25,6 @@ homepage            https://www.djcbsoftware.nl/code/mu/
</span> 
     compiler.c_standard   1999
     compiler.cxx_standard 2014
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Configure check thinks above is not enough on OSX 10.9 (using /usr/bin/clang++)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -std=gnu++14... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -std=gnu++1y... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -std=c++14... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with +std=c++14... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -h std=c++14... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -std=c++1y... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with +std=c++1y... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # checking whether /usr/bin/clang++ supports C++14 features with -h std=c++1y... no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # configure: error: *** A compiler with support for C++14 language features is required.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {clang < 700}
</span> 
     depends_build-append \
         port:pkgconfig
</pre><pre style='margin:0'>

</pre>