[98372] trunk/dports/editors/textmate2/Portfile

cal at macports.org cal at macports.org
Wed Oct 3 14:47:43 PDT 2012


Revision: 98372
          http://trac.macports.org//changeset/98372
Author:   cal at macports.org
Date:     2012-10-03 14:47:43 -0700 (Wed, 03 Oct 2012)
Log Message:
-----------
textmate2: require at least Xcode 4.4, see #36443

Modified Paths:
--------------
    trunk/dports/editors/textmate2/Portfile

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2012-10-03 20:50:18 UTC (rev 98371)
+++ trunk/dports/editors/textmate2/Portfile	2012-10-03 21:47:43 UTC (rev 98372)
@@ -29,6 +29,10 @@
         ui_error "${name} only works with Mac OS X 10.7 Lion or later."
         return -code error "incompatible Mac OS X version"
     }
+    if {[vercmp $xcodeversion 4.4] < 0} {
+        ui_error "${name} needs to build against the 10.8 SDK not available in Xcode prior 4.4. Please update your Xcode."
+        return -code error "incompatible Xcode version"
+    }
 }
 fetch.type              git
 post-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121003/5a7103d1/attachment.html>


More information about the macports-changes mailing list