<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/1d453e5234dce6f2d5c592bc114346b16b6ff61a">https://github.com/macports/macports-ports/commit/1d453e5234dce6f2d5c592bc114346b16b6ff61a</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 1d453e5  py-pyicu: Requires C++11
</span>1d453e5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1d453e5234dce6f2d5c592bc114346b16b6ff61a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 6 11:22:03 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-pyicu: Requires C++11
</span>---
 python/py-pyicu/Portfile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyicu/Portfile b/python/py-pyicu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 53b9d95..40387ab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyicu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyicu/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           python 1.0
 
 name                py-pyicu
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,13 +30,8 @@ if {${name} ne ${subport}} {
</span> 
     depends_lib-append  port:icu
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # attempt to define nullptr for gcc < 4.8 fails on 10.6 (and probably earlier)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # In file included from _icu.cpp:27:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # common.h:38: error: ISO C++ forbids declaration of ‘decltype’ with no type
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # common.h:38: error: typedef ‘std::decltype’ is initialized (use __typeof__ instead)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # common.h:38: error: ‘nullptr’ was not declared in this scope
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # error: command '/usr/bin/gcc-4.2' failed with exit status 1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # icu requires C++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span> 
     pre-test {
         test.env    PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</pre><pre style='margin:0'>

</pre>