[112993] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 6 06:01:14 PST 2013


Revision: 112993
          https://trac.macports.org/changeset/112993
Author:   michaelld at macports.org
Date:     2013-11-06 06:01:14 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
gr-osmosdr:
+ update port to 8b3f711f (20131105);
+ update legacy to fa75a253 (20131104);
+ remove -I${prefix}/include from configure flags, such that the internal headers are used instead of any already-installed ones.

Modified Paths:
--------------
    trunk/dports/science/gr-osmosdr/Portfile

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-11-06 13:58:32 UTC (rev 112992)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-11-06 14:01:14 UTC (rev 112993)
@@ -22,11 +22,11 @@
     long_description    ${description}.  \
         This port is kept up with the gr-osmosdr GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
 
-    version             20131030
+    version             20131105
 
     fetch.type          git
     git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          b8441496288aa319f4aeaabd9df63c58be53e916
+    git.branch          8b3f711f12b86da66ddbca11815ce8a34742fe3e
 
     conflicts           gr-osmosdr-legacy
 
@@ -60,11 +60,11 @@
     long_description    ${description}.  \
         This port is for the gr-osmosdr gr3.6 branch, providing compatibility with GNU Radio release 3.6 API: the gnuradio-legacy port.  ${description_common}
 
-    version             20131026
+    version             20131104
 
     fetch.type          git
     git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          7394251bd029e38db565e7a8303a1a11d4f3732b
+    git.branch          fa75a253c7b6b6ba209c2f3e9708f4afaf0b901d
 
     conflicts           gr-osmosdr
 
@@ -92,6 +92,13 @@
 
 configure.post_args ../${worksrcdir}
 
+# remove top-level include path, such that internal headers are used
+# instead of any already-installed ones.
+
+configure.cppflags-delete -I${prefix}/include
+configure.cflags-delete -I${prefix}/include
+configure.cxxflags-delete -I${prefix}/include
+
 # be verbose when building, for debugging purposes
 
 build.post_args VERBOSE=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/e6f25ed3/attachment-0001.html>


More information about the macports-changes mailing list