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

michaelld at macports.org michaelld at macports.org
Wed Jun 26 19:22:55 PDT 2013


Revision: 107393
          https://trac.macports.org/changeset/107393
Author:   michaelld at macports.org
Date:     2013-06-26 19:22:55 -0700 (Wed, 26 Jun 2013)
Log Message:
-----------
gnuradio:
- update devel and next to latest;
- add temporary patch to revert commit that generates an error when using GCC on OSX.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-06-27 02:13:19 UTC (rev 107392)
+++ trunk/dports/science/gnuradio/Portfile	2013-06-27 02:22:55 UTC (rev 107393)
@@ -44,16 +44,19 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT 'maint' branch, which is typically updated weekly to monthly.  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.
 
-    version             3.6.5_20130622
+    version             3.6.5_20130625
 
     conflicts           gnuradio gnuradio-next
 
     fetch.type          git
     git.url             http://git.gnuradio.org/git/gnuradio.git
-    git.branch          8917930210b27181d5cae14277c602cdbd9bff92
+    git.branch          c0b3ce38db0eaaca05fe2f45827fcf6c9184b72b
 
     depends_lib-append  port:log4cpp
 
+    patchfiles          patch-path-order.diff patch-no-as-needed-revert.diff
+    patch.pre_args      -p1
+
     livecheck.url       http://gnuradio.org/cgit/gnuradio.git/log/?h=maint
     livecheck.version   ${git.branch}
     livecheck.regex     id=(\[a-f0-9\]+).*>maint<
@@ -65,16 +68,19 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT 'master' 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.
 
-    version             3.7.0_20130624
+    version             3.7.0_20130625
 
     conflicts           gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             http://git.gnuradio.org/git/gnuradio.git
-    git.branch          9cc667eb0da70584fa2b3c54d47ae5eee38e1af1
+    git.branch          071e8f8acdb7e38540d6d78141cae8ac64ade052
 
     depends_lib-append  port:log4cpp
 
+    patchfiles          patch-no-as-needed-revert.diff
+    patch.pre_args      -p1
+
     variant ctrlport description {Enable control port enhancements (EXPERIMENTAL)} {}
 
     if {[variant_isset ctrlport]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130626/47e7ed6e/attachment-0001.html>


More information about the macports-changes mailing list