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

michaelld at macports.org michaelld at macports.org
Thu Apr 30 06:38:58 PDT 2015


Revision: 135716
          https://trac.macports.org/changeset/135716
Author:   michaelld at macports.org
Date:     2015-04-30 06:38:58 -0700 (Thu, 30 Apr 2015)
Log Message:
-----------
gnuradio:
+ update devel to efd2116f and next to 4bf227c0, both 20150429;
+ tweak SIZE_T_32 patch to be for release only, since a fix is in place for devel and next as of 2015-04-28;
+ slight rearrangement of variables to keep changed-ones together.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2015-04-30 11:56:15 UTC (rev 135715)
+++ trunk/dports/science/gnuradio/Portfile	2015-04-30 13:38:58 UTC (rev 135716)
@@ -89,14 +89,13 @@
         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 1425e4828ab61d0579d39e8e6b6f362cba1017d8
-    version             20150426
-
     conflicts           gnuradio-legacy gnuradio gnuradio-next
 
+    github.setup        gnuradio gnuradio efd2116fdf27892b93078be5b019b0d9bf3943aa
+    version             20150429
     checksums \
-        rmd160 7725422b8052692d16ad660ed0b1cda65e92dd30 \
-        sha256 b0a9cfbdbee0c1b5616e9d01259ad0d0de75ea080cb25536e7af2b00002ccc07
+        rmd160 f7c57bc79ff178b2c532e7e95246da9b674f86d4 \
+        sha256 e249869d212f030ba30fd845dcfa847e0c0f38177590ba3f81efa7105cae182a
 
 }
 
@@ -106,14 +105,13 @@
         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 aff9b97e60f6e45d326e2d2532962298ae2926a1
-    version             20150426
-
     conflicts           gnuradio-legacy gnuradio gnuradio-devel
 
+    github.setup        gnuradio gnuradio 4bf227c02c6f4ae59f285510b8faaa1686163894
+    version             20150429
     checksums \
-        rmd160 bda279a0b4465880ccb2b1c685b5f6543b692b75 \
-        sha256 a1a2c829ad9acda22a460efb9fca111af83459cd4912384cac6168c2395fc0c2
+        rmd160 63763a0c057991478fd4718f5ee95466be370284 \
+        sha256 40c61b1ce733d91f0a791d225f01a4d5a8ca48ea98022cfed39086b59db199be
 
     # overload the github livecheck URL with the correct branch
 
@@ -173,9 +171,13 @@
 
     depends_lib-append port:log4cpp
 
-    # remove SIZE_T_32 check for SWIG; seems to help on older 32/64 OSs
+    # remove SIZE_T_32 check for SWIG; seems to help on older
+    # 32/64 OSs; this is fixed for SWIG >= 3.0.0 in GNU Radio
+    # devel and next as of 2015-04-28 (6277665c).
 
-    patchfiles-append patch-remove-SIZE_T_32.diff
+    if {${subport} eq "gnuradio"} {
+        patchfiles-append patch-remove-SIZE_T_32.diff
+    }
 
     # temporary patch to fix header creation to be before dependencies
     # are determined, such that local (to the build) headers are found
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150430/19d9286f/attachment.html>


More information about the macports-changes mailing list