[123470] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Sat Aug 9 06:42:59 PDT 2014


Revision: 123470
          https://trac.macports.org/changeset/123470
Author:   michaelld at macports.org
Date:     2014-08-09 06:42:59 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
gnuradio:
+ update devel to 2e691d87 and next to 4e7a9964, both 20140808;
+ remove dependencies on Zeroc ICE: All CTRLPORT calls are temporarily noops because of an issue with ICE.  So, allow +ctrlport, but it won't do anything until this is fixed.

Modified Paths:
--------------
    trunk/dports/science/gnuradio/Portfile

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2014-08-09 13:40:47 UTC (rev 123469)
+++ trunk/dports/science/gnuradio/Portfile	2014-08-09 13:42:59 UTC (rev 123470)
@@ -90,14 +90,14 @@
         This port is kept up with the GNU Radio GIT 'master' branch, which is typically updated daily to weekly.  This version of GNU Radio generally contains fixes to, and its API is compatible with, the current GNU Radio release, and will be incorporated in an upcoming release.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
     name                gnuradio-devel
-    github.setup        gnuradio gnuradio 41d0844328800cfc84c97e3961c39b5fafab11bb
-    version             3.7.5_20140731
+    github.setup        gnuradio gnuradio 2e691d87c12e7c465c26a13787e4b57d7fc62b7c
+    version             3.7.5_20140808
 
     conflicts           gnuradio-legacy gnuradio gnuradio-next
 
     checksums \
-        rmd160 8371cd0a6991e395eff555668f25f050e28a3155 \
-        sha256 c768107ed842d2830c9b36dafee28aafc5f75d829ad49aa368007d88c8312147
+        rmd160 8ce5ff6dc35e314b17b864b6c5563e34bbb1dfb4 \
+        sha256 38a0cbd31db05416324f0151e30abc29749a9d81e7c9a76e131a33980650512e
 
 }
 
@@ -107,14 +107,14 @@
         This port is kept up with the GNU Radio GIT 'next' branch, which is typically updated daily to weekly.  This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by either gnuradio or gnuradio-devel.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
     name                gnuradio-next
-    github.setup        gnuradio gnuradio fecc85c24a96c1e25d53e0e0a6fd914853dc7e3c
-    version             3.8.0_20140731
+    github.setup        gnuradio gnuradio 4e7a996423141a6f85c1eb15f6aa8b6c0efe114e
+    version             3.8.0_20140808
 
     conflicts           gnuradio-legacy gnuradio gnuradio-devel
 
     checksums \
-        rmd160 4ddea16bb73a55ac5ccd5ed74f5af9e58a76142c \
-        sha256 68d0ef2af8dd345ef02133878dd93e8d3b96fada26ecdce3612f1c95fa7dbd72
+        rmd160 c1a275ba3078fe9514dde186735732724310aabb \
+        sha256 3b235cf95a061bfbd0201f4e9130f0b8245a4940042016f7c7065fc57de3706f
 
     # overload the github livecheck URL with the correct branch
 
@@ -157,7 +157,11 @@
 
     if {[variant_isset ctrlport]} {
 
-        depends_lib-append port:zeroc-ice35
+# as of commit 2e691d87 (2014-08-08), all CTRLPORT calls are noops
+# because of an issue with ICE.  So, allow +ctrlport, but it won't do
+# anything until this is fixed.
+
+#        depends_lib-append port:zeroc-ice35
         configure.args-append -DENABLE_GR_CTRLPORT=ON
 
     } else {
@@ -372,8 +376,8 @@
                 # pyice is not checked for at configure, but is
                 # required for runtime; so use depends_run.
 
-                depends_run-append \
-                    port:py${s}-zeroc-ice35
+#                depends_run-append \
+#                    port:py${s}-zeroc-ice35
 
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/167ed5f7/attachment.html>


More information about the macports-changes mailing list