<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div><br></div><div><br>On Nov 4, 2016, at 15:18, Marius Schamschula &lt;<a href="mailto:Schamschula@users.noreply.github.com">Schamschula@users.noreply.github.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><pre style="margin:0">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1119466ab172e47ff602563e691649f1cbcae0cc">https://github.com/macports/macports-ports/commit/1119466ab172e47ff602563e691649f1cbcae0cc</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 1119466  octave-image: add cxx11 portgroup, remove gcc-4.2 from compiler blacklist
</span>1119466 is described below

<span style="display:block; white-space:pre;color:#808000;">commit 1119466ab172e47ff602563e691649f1cbcae0cc
</span>Author: Marius Schamschula &lt;<a href="mailto:mps@macports.org">mps@macports.org</a>&gt;
AuthorDate: Fri Nov 4 15:16:37 2016 -0500

<span style="display:block; white-space:pre;color:#404040;">    octave-image: add cxx11 portgroup, remove gcc-4.2 from compiler blacklist
</span>---
 math/octave-image/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/math/octave-image/Portfile b/math/octave-image/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index 4da7048..ff6cc88 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/math/octave-image/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/math/octave-image/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style="display:block; white-space:pre;background:#e0ffe0;">+PortGroup           cxx11 1.0
</span> PortGroup           octave 1.0
 
 octave.setup        image 2.6.1
<span style="display:block; white-space:pre;background:#e0e0e0;">@@ -27,4 +28,4 @@ patchfiles-append   patch-src-Makefile.in.diff \
</span> configure.env-append "PREFIX_BIN=${prefix}/bin"
 
 # <a href="https://savannah.gnu.org/bugs/?45096">https://savannah.gnu.org/bugs/?45096</a>
<span style="display:block; white-space:pre;background:#ffe0e0;">-compiler.blacklist-append       gcc-4.2 gcc-5.0 gcc-5.1
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+compiler.blacklist-append   gcc-5.0 gcc-5.1
</span></pre><pre style="margin:0"><br></pre></div></blockquote><br><div>There is no compiler "gcc-5.0" nor "gcc-5.1". It's called "macports-gcc-5". There's also probably no reason to blacklist any MacPorts FSF GCC compiler because there is no circumstance in which MacPorts would automatically select it.&nbsp;</div></body></html>