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

michaelld at macports.org michaelld at macports.org
Tue Jun 18 11:05:54 PDT 2013


Revision: 107107
          https://trac.macports.org/changeset/107107
Author:   michaelld at macports.org
Date:     2013-06-18 11:05:54 -0700 (Tue, 18 Jun 2013)
Log Message:
-----------
gnuradio:
* update devel and next to latest for each;
* clear initial ldflags and cppflags, since they lead to improper path
  ordering for includes and libraries.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-06-18 18:03:33 UTC (rev 107106)
+++ trunk/dports/science/gnuradio/Portfile	2013-06-18 18:05:54 UTC (rev 107107)
@@ -44,13 +44,13 @@
     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_20130609
+    version             3.6.5_20130615
 
     conflicts           gnuradio gnuradio-next
 
     fetch.type          git
     git.url             git://git.gnuradio.org/gnuradio.git
-    git.branch          c8c2fe543aeed38059a45bfaa53990978577eea8
+    git.branch          149d6a75466cf052ef53f6f2d6bc276acb0991bd
 
     depends_lib-append  port:log4cpp
 
@@ -68,13 +68,13 @@
     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_20130610
+    version             3.7.0_20130616
 
     conflicts           gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             git://git.gnuradio.org/gnuradio.git
-    git.branch          69c990962b5a681ad1ce1cdc8c447603c3f329da
+    git.branch          bec07463ddb722ed22bae83577ffe4c8029ff90d
 
     depends_lib-append  port:log4cpp
 
@@ -124,6 +124,11 @@
     }
 }
 
+# let CMake figure out some flags
+
+configure.ldflags
+configure.cppflags
+
 # always enable VOLK, with or without orc
 
 configure.args-append -DENABLE_VOLK=ON
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130618/35d40a8d/attachment-0001.html>


More information about the macports-changes mailing list