<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/e76419acb7dce2e36812924b3f7ede85ed88b376">https://github.com/macports/macports-ports/commit/e76419acb7dce2e36812924b3f7ede85ed88b376</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 e76419a  faust: Use -std=gnu++11 and cxx11 1.1 portgroup
</span>e76419a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e76419acb7dce2e36812924b3f7ede85ed88b376
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 30 10:58:46 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    faust: Use -std=gnu++11 and cxx11 1.1 portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/grame-cncm/faust/issues/125
</span>---
 audio/faust/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/faust/Portfile b/audio/faust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 830ede2..c18de5f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/faust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/faust/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               cxx11 1.1
</span> PortGroup               github 1.0
 
 github.setup            grame-cncm faust 2.5.17
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +66,7 @@ use_configure           no
</span> variant universal {}
 
 build.args-append       ARCHFLAGS="[get_canonical_archflags cxx]" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        CXX="${configure.cxx} [get_canonical_archflags cxx]"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        CXX="${configure.cxx} -std=gnu++11 [get_canonical_archflags cxx]"
</span> build.target            world
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>