[113218] trunk/dports/science/gr-fosphor/Portfile

michaelld at macports.org michaelld at macports.org
Tue Nov 12 08:12:35 PST 2013


Revision: 113218
          https://trac.macports.org/changeset/113218
Author:   michaelld at macports.org
Date:     2013-11-12 08:12:35 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
gr-fosphor:
+ update to 32a28fc4 (20131111);
+ wxPython is required for configure and runtime, so move it from depends_run to depends_lib;
+ make sure the installed GNU Radio port has the same +python2X variant as this port.

Modified Paths:
--------------
    trunk/dports/science/gr-fosphor/Portfile

Modified: trunk/dports/science/gr-fosphor/Portfile
===================================================================
--- trunk/dports/science/gr-fosphor/Portfile	2013-11-12 16:09:58 UTC (rev 113217)
+++ trunk/dports/science/gr-fosphor/Portfile	2013-11-12 16:12:35 UTC (rev 113218)
@@ -21,11 +21,11 @@
 long_description    ${description}  \
     This port is kept up with the gr-fosphor GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
 
-version             20131110
+version             20131111
 
 fetch.type          git
 git.url             git://git.osmocom.org/gr-fosphor
-git.branch          a2011455f492591b72c9b10a91648f748410655b
+git.branch          32a28fc495291faa3a89f98e529e27c92551e56b
 
 depends_lib-append \
     port:boost \
@@ -93,9 +93,16 @@
             depends_lib-append \
                 port:${p}
 
-            depends_run-append \
+            # wxPython is required for configure and runtime
+
+            depends_lib-append \
                 port:py${s}-wxpython-3.0
 
+            # require gnuradio to also have this Python variant
+
+            require_active_variants \
+                path:lib/libgnuradio-runtime.dylib:gnuradio ${p}
+
             # specify the Python version to use
 
             configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/1e09c5c2/attachment.html>


More information about the macports-changes mailing list