[112886] trunk/dports/science/uhd/Portfile

michaelld at macports.org michaelld at macports.org
Sun Nov 3 04:47:31 PST 2013


Revision: 112886
          https://trac.macports.org/changeset/112886
Author:   michaelld at macports.org
Date:     2013-11-03 04:47:31 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
uhd*: configure.cxx_stdlib works with the SVN trunk, not the current release; so, do something else until both work.

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

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2013-11-03 11:51:16 UTC (rev 112885)
+++ trunk/dports/science/uhd/Portfile	2013-11-03 12:47:31 UTC (rev 112886)
@@ -53,11 +53,19 @@
 
 # patches to fix use of boost::lexical_cast and libc++
 
-if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]} {
-    patchfiles-append patch-host_lib_usrp_dboard_id.cpp.diff
-    if {${subport} eq "uhd-devel"} {
-        patchfiles-append patch-host_utils_b2xx_fx3_utils.cpp.diff
-    }
+# configure.cxx_stdlib works with MacPorts SVN trunk, not release;
+# do something else until both work.
+
+# if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]}
+
+# dboard_id.cpp is common to both uhd* ports
+
+patchfiles-append patch-host_lib_usrp_dboard_id.cpp.diff
+
+# b2xx_fx3_utils.cpp is in the GIT master only for now
+
+if {${subport} eq "uhd-devel"} {
+    patchfiles-append patch-host_utils_b2xx_fx3_utils.cpp.diff
 }
 
 # set last configure argument to the reletive path
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/6086e99e/attachment.html>


More information about the macports-changes mailing list