<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/0465c8b657d9b09a3444118889833ec7858f68b9">https://github.com/macports/macports-ports/commit/0465c8b657d9b09a3444118889833ec7858f68b9</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 0465c8b  gnuradio: disable +jack and +portaudio as default variants
</span>0465c8b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0465c8b657d9b09a3444118889833ec7858f68b9
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Oct 7 11:24:48 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio: disable +jack and +portaudio as default variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    There aren't required to use GNU Radio on OSX, and add dependents with their own issues, so make them optional.
</span>---
 science/gnuradio/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<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 35c9098..e017a2a 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;'>@@ -450,11 +450,12 @@ post-destroot {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# per user concensus: enable all variants except +ctrlport,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# +ctrlport_thrift, +performance_counters, +debug, and +universal.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# per user concensus: enable all variants except +jack, +portaudio,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# +ctrlport, +ctrlport_thrift, +performance_counters,+debug, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# +universal.
</span> 
 default_variants +docs +grc +qtgui +uhd +wavelet \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    +jack +portaudio +swig +sdl +zeromq
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    +swig +sdl +zeromq
</span> 
 if {${subport} eq "gnuradio" ||
     ${subport} eq "gnuradio-devel"} {
</pre><pre style='margin:0'>

</pre>