[107760] trunk/dports/lang/apple-gcc40/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jul 5 02:02:37 PDT 2013


Revision: 107760
          https://trac.macports.org/changeset/107760
Author:   jeremyhu at macports.org
Date:     2013-07-05 02:02:37 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
apple-gcc40: Drop support with Mavericks

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc40/Portfile

Modified: trunk/dports/lang/apple-gcc40/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc40/Portfile	2013-07-05 09:00:53 UTC (rev 107759)
+++ trunk/dports/lang/apple-gcc40/Portfile	2013-07-05 09:02:37 UTC (rev 107760)
@@ -20,6 +20,17 @@
                     rmd160  d7a5d15d312b9d7295564cf3862ec63296e769a3 \
                     sha256  86b9c1d48c30042ba23d181a58ceeb3afb850b595206d976f78c985baea4b5ad
 
+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"
+        }
+    }
+}
+
 post-extract { file mkdir ${workpath}/build }
 
 set nprefix ${prefix}/lib/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130705/59ec9e06/attachment.html>


More information about the macports-changes mailing list