[54124] trunk/dports/graphics/tiff/Portfile

toby at macports.org toby at macports.org
Tue Jul 21 11:19:39 PDT 2009


Revision: 54124
          http://trac.macports.org/changeset/54124
Author:   toby at macports.org
Date:     2009-07-21 11:19:39 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
remove faulty Xcode version check (#20382)

Modified Paths:
--------------
    trunk/dports/graphics/tiff/Portfile

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2009-07-21 18:16:36 UTC (rev 54123)
+++ trunk/dports/graphics/tiff/Portfile	2009-07-21 18:19:39 UTC (rev 54124)
@@ -72,17 +72,6 @@
             }
         }
     }
-    pre-extract {
-        if {9 == ${os.major}} {
-            # http://developer.apple.com/qa/qa2007/qa1567.html
-            set minimum_xcodeversion 3.1
-            set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
-            if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
-                ui_msg "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}."
-                return -code error "incompatible Xcode version"
-            }
-        }
-    }
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090721/c5304a96/attachment.html>


More information about the macports-changes mailing list