<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/dc68efb376727c0e176a709ba17b463d759939cd">https://github.com/macports/macports-ports/commit/dc68efb376727c0e176a709ba17b463d759939cd</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 dc68efb3767 creduce: use compiler.cxx_standard 2011
</span>dc68efb3767 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dc68efb376727c0e176a709ba17b463d759939cd
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Sep 4 14:51:58 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    creduce: use compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    â€¦instead of deprecated cxx11 1.1 portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use known_fail yes on macOS 10.5 and earlier
</span>---
 devel/creduce/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/creduce/Portfile b/devel/creduce/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 04329f20a1b..064c675d9bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/creduce/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/creduce/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               cxx11 1.1
</span> 
 name                    creduce
 version                 2.10.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,11 +20,11 @@ long_description        C-Reduce is a tool that takes a large C, C++, \
</span>                         process source code.
 homepage                http://embed.cs.utah.edu/creduce
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# INSTALL notes the specific version of LLVM that is required.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# INSTALL.md notes the specific version of LLVM that is required.
</span> set llvm_version        8.0
 set perl5.major         5.28
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# INSTALL mentions flex, but the tarball ships with pregenerated parsers.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# INSTALL.md mentions flex, but the tarball ships with pregenerated parsers.
</span> depends_build           port:llvm-${llvm_version}
 
 # Required by the LLVM static libraries.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,8 +47,11 @@ checksums               rmd160  183be95aec282812724ec66204952ad33dbc923b \
</span>                         sha256  db1c0f123967f24d620b040cebd53001bf3dcf03e400f78556a2ff2e11fea063 \
                         size    779318
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-fetch {
     if {${os.platform} eq "darwin" && ${os.major} <= 9} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        known_fail      yes
</span>         ui_error "${name} is only supported on 10.6 or newer."
         return -code error "unsupported macOS version"
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +62,6 @@ if {${os.platform} eq "darwin" && ${os.major} <= 12} {
</span>     depends_lib-append      port:libcxx
     configure.cxx_stdlib    libc++
     # clang < macOS 10.9 don't work. clang-5.0 tested and works.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # cannot use cxx11 1.1 PG due to other issues
</span>     # just whitelist working compilers rather than a long list of blacklisting and fallback additions
     compiler.whitelist      macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
 }
</pre><pre style='margin:0'>

</pre>