<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ddfd3a01abcf3f502e6c55014d6f7451104947d0">https://github.com/macports/macports-ports/commit/ddfd3a01abcf3f502e6c55014d6f7451104947d0</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 ddfd3a0  gnuradio*: make +wxgui a non-default variant.
</span>ddfd3a0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ddfd3a01abcf3f502e6c55014d6f7451104947d0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Oct 3 07:46:13 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio*: make +wxgui a non-default variant.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    wx is being removed from GNU Radio in 3.8, and very few out-of-tree modules use it right now. Thus, make it available but not the default, for now.
</span>---
 science/gnuradio/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8610ca..0812241 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -268,7 +268,7 @@ post-destroot {
</span> # per user concensus: enable all variants except +ctrlport,
 # +performance_counters, +debug, and +universal.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +docs +grc +qtgui +wxgui +uhd +wavelet \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +docs +grc +qtgui +uhd +wavelet \
</span>     +jack +portaudio +swig +sdl +zeromq
 
 if {${subport} eq "gnuradio" ||
</pre><pre style='margin:0'>

</pre>