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

jeremyhu at macports.org jeremyhu at macports.org
Tue Nov 5 12:05:24 PST 2013


Revision: 112972
          https://trac.macports.org/changeset/112972
Author:   jeremyhu at macports.org
Date:     2013-11-05 12:05:24 -0800 (Tue, 05 Nov 2013)
Log Message:
-----------
gnuradio: Error out early on Mavericks

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-11-05 19:21:28 UTC (rev 112971)
+++ trunk/dports/science/gnuradio/Portfile	2013-11-05 20:05:24 UTC (rev 112972)
@@ -20,6 +20,18 @@
 
 dist_subdir         gnuradio
 
+# TODO: Support Mavericks once this port builds with clang++
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 if {${subport} eq ${name}} {
 
     version         3.7.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131105/6a6b1961/attachment.html>


More information about the macports-changes mailing list