[109079] trunk/dports/aqua/aquaterm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 15:45:28 PDT 2013


Revision: 109079
          https://trac.macports.org/changeset/109079
Author:   jeremyhu at macports.org
Date:     2013-08-07 15:45:28 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
aquaterm: Only works on legacy OS versions due to use of deprecated 32bit-only APIs

Modified Paths:
--------------
    trunk/dports/aqua/aquaterm/Portfile

Modified: trunk/dports/aqua/aquaterm/Portfile
===================================================================
--- trunk/dports/aqua/aquaterm/Portfile	2013-08-07 21:28:46 UTC (rev 109078)
+++ trunk/dports/aqua/aquaterm/Portfile	2013-08-07 22:45:28 UTC (rev 109079)
@@ -33,6 +33,19 @@
                         LOCAL_FRAMEWORKS_DIR=${frameworks_dir}
 xcode.destroot.type     mixed
 
+platform darwin {
+    supported_archs i386 ppc
+
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name is not supported on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 post-patch {
     # Try to open the right version of AquaTerm.app.
     # (If incompatible version is installed in /Applications,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/0061ac5f/attachment.html>


More information about the macports-changes mailing list