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

michaelld at macports.org michaelld at macports.org
Fri Feb 15 13:21:56 PST 2013


Revision: 103133
          https://trac.macports.org/changeset/103133
Author:   michaelld at macports.org
Date:     2013-02-15 13:21:56 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
gnuradio:

* update devel and next to latest;

* better way to do VPATH, using 1 primary variable.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-02-15 21:21:19 UTC (rev 103132)
+++ trunk/dports/science/gnuradio/Portfile	2013-02-15 21:21:56 UTC (rev 103133)
@@ -46,13 +46,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT Master branch, which is typically updated every few days to week.  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.4_20130212
+    version             3.6.4_20130214
 
     conflicts           gnuradio gnuradio-next
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          54a850f1612537e6cd5a7e7d415bc28b959cb295
+    git.branch          6408376d7a1b59533100870bd2d1c392bfbf7864
 
     livecheck.type      none
 
@@ -63,13 +63,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT Next branch, which is typically updated every few days to week.  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_20130212
+    version             3.7.0_20130214
 
     conflicts           gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          af7d55fda43746ae187bc520952eacf420f8363f
+    git.branch          2abded0797d9a04217674285014b17422bfea1b3
 
     variant ctrlport description {Enable control port enhancements (EXPERIMENTAL)} {}
 
@@ -98,9 +98,10 @@
 
 # do VPATH build
 
-post-extract        { file mkdir ${workpath}/build }
-configure.dir       ${workpath}/build
-build.dir           ${workpath}/build
+set vpath           ${workpath}/build
+pre-configure       { file mkdir ${vpath} }
+configure.dir       ${vpath}
+build.dir           ${vpath}
 
 # VOLK compiles best with GCC of some type;
 # print a warning if using clang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/355967c1/attachment.html>


More information about the macports-changes mailing list