<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a8cd5491f06d1f98c189e07f0643c772543e1135">https://github.com/macports/macports-ports/commit/a8cd5491f06d1f98c189e07f0643c772543e1135</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a8cd5491f06d1f98c189e07f0643c772543e1135
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Jan 26 08:13:50 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave: remove deprecated PortGroup cxx11
</span>---
 math/octave/Portfile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 151d78b..a272dee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,6 @@ PortGroup           compilers  1.0
</span> PortGroup           muniversal 1.0
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           linear_algebra 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see https://lists.gnu.org/archive/html/octave-maintainers/2016-05/msg00286.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 name                octave
 version             5.1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +28,10 @@ checksums           rmd160  b8b4469d70f1b67be688e12ff551e6b614c70213 \
</span>                     sha256  e36b1124cac27c7caa51cc57de408c31676d5f0096349b4d50b57bfe1bcd7495 \
                     size    32034788
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://lists.gnu.org/archive/html/octave-maintainers/2016-05/msg00286.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # if there is an error bulding octave package, avoid
 #    error: structure has no member 'dir'
 patchfiles-append patch-better_error.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -233,10 +235,6 @@ depends_build-append \
</span> 
 compilers.choose    fc f77 f90 cc cxx
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# overrule cxx11 PortGroup because octave can use GCC compilers
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#    even if configure.cxx_stdlib is libc++
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-delete *gcc*
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # GCC 6 fails in several ways
 #  in order to use the Carbon framework, -fpermissive is required
 #  GCC does not understand Xcode's use of __attribute__
</pre><pre style='margin:0'>

</pre>