<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/323ed0baa87267c3507ddbad48f4202eac52b6a1">https://github.com/macports/macports-ports/commit/323ed0baa87267c3507ddbad48f4202eac52b6a1</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 323ed0b  octave: Append to blacklist instead of overwriting
</span>323ed0b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 323ed0baa87267c3507ddbad48f4202eac52b6a1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 6 14:31:20 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave: Append to blacklist instead of overwriting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/57269
</span>---
 math/octave/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 203e54e..f1f9475 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;'>@@ -239,7 +239,7 @@ compiler.blacklist-delete *gcc*
</span> #  as of Octave 4.4, GCC 6 also fails with
 #     error: call of overloaded 'abs(signed char)' is ambiguous
 #     see https://lists.gnu.org/archive/html/octave-maintainers/2016-02/msg00168.html
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist macports-gcc-6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append macports-gcc-6
</span> 
 # for now, limit the number of variants
 # some of these compilers may work fine
</pre><pre style='margin:0'>

</pre>