[109795] trunk/dports/devel/openfst/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 23:28:34 PDT 2013


Revision: 109795
          https://trac.macports.org/changeset/109795
Author:   jeremyhu at macports.org
Date:     2013-08-19 23:28:34 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
openfst: Mark broken on Mavericks

Modified Paths:
--------------
    trunk/dports/devel/openfst/Portfile

Modified: trunk/dports/devel/openfst/Portfile
===================================================================
--- trunk/dports/devel/openfst/Portfile	2013-08-20 06:20:45 UTC (rev 109794)
+++ trunk/dports/devel/openfst/Portfile	2013-08-20 06:28:34 UTC (rev 109795)
@@ -43,6 +43,18 @@
     }
 }
 
+platform darwin {
+    if {${os.major} >= 13} {
+        # This project needs to be updated to build with clang++ against libc++
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/b0874df7/attachment.html>


More information about the macports-changes mailing list