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

cal at macports.org cal at macports.org
Wed Oct 3 14:55:57 PDT 2012


Revision: 98375
          http://trac.macports.org//changeset/98375
Author:   cal at macports.org
Date:     2012-10-03 14:55:57 -0700 (Wed, 03 Oct 2012)
Log Message:
-----------
textmate2: require Xcode >= 4.4, #36443

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

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2012-10-03 21:55:11 UTC (rev 98374)
+++ trunk/dports/editors/textmate2/Portfile	2012-10-03 21:55:57 UTC (rev 98375)
@@ -3,6 +3,7 @@
 
 PortSystem              1.0
 PortGroup               github 1.0
+PortGroup               xcodeversion 1.0
 
 github.setup            textmate textmate 9315 r
 epoch                   1
@@ -52,12 +53,7 @@
 
 set depends_skip_archcheck {ninja ragel proctools}
 
-if {[vercmp ${xcodeversion} "4.4"] < 0} {
-    depends_build-append    port:clang-3.2
-    #configure.compiler      macports-clang-3.2
-    configure.cc            ${prefix}/bin/clang-mp-3.2
-    configure.cxx           ${prefix}/bin/clang++-mp-3.2
-}
+minimum_xcodeversions   {11 4.4}
 
 depends_lib-append      port:boost \
                         port:multimarkdown \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121003/965e20a8/attachment.html>


More information about the macports-changes mailing list