<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fc0f206a3330062dd3591e1a128637dd0070cd2a">https://github.com/macports/macports-ports/commit/fc0f206a3330062dd3591e1a128637dd0070cd2a</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 fc0f206  libmspub: minimal C++11 build fixes
</span>fc0f206 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc0f206a3330062dd3591e1a128637dd0070cd2a
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Sep 1 15:45:44 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libmspub: minimal C++11 build fixes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * requires support for C++11, use cxx11 1.1 PortGroup
</span><span style='display:block; white-space:pre;color:#404040;'>    * blacklist compilers with known problems on older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/57069
</span>---
 graphics/libmspub/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libmspub/Portfile b/graphics/libmspub/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6d4e9d0..cbd8e26 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libmspub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libmspub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,10 @@
</span> 
 PortSystem          1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# requires support for C++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> name                libmspub
 version             0.1.4
 categories          graphics
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +33,9 @@ depends_lib         port:librevenge \
</span>                     port:icu \
                     port:zlib
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# blacklist compilers with known problems on older systems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-werror \
                     --disable-silent-rules \
                     --without-docs
</pre><pre style='margin:0'>

</pre>