[109091] trunk/dports/devel/zeroc-ice33/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 17:30:52 PDT 2013


Revision: 109091
          https://trac.macports.org/changeset/109091
Author:   jeremyhu at macports.org
Date:     2013-08-07 17:30:52 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
zeroc-ice33: Don't use on Mavericks

Modified Paths:
--------------
    trunk/dports/devel/zeroc-ice33/Portfile

Modified: trunk/dports/devel/zeroc-ice33/Portfile
===================================================================
--- trunk/dports/devel/zeroc-ice33/Portfile	2013-08-08 00:25:27 UTC (rev 109090)
+++ trunk/dports/devel/zeroc-ice33/Portfile	2013-08-08 00:30:52 UTC (rev 109091)
@@ -112,6 +112,17 @@
 # TODO: Apply the fix: https://trac.macports.org/ticket/37810
 compiler.blacklist-append clang
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name is not supported on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 build {
     set jobsargs ""
     if {${build.jobs} > 1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/543c2660/attachment.html>


More information about the macports-changes mailing list