It checks for *greater* than or equal Darwin 13 and sets the maximum Xcode 
version to 6.2.  If you have Darwin 14/Xcode 6.3.2 it fails.

Should be equal to Darwin version 13.  There is a test for version not matched 
for greater than 14 and it throws an error.

-Scott



--- bootstrap.old       2015-05-14 11:03:37.000000000 -0400
+++ bootstrap   2015-06-12 19:00:35.000000000 -0400
@@ -363,7 +363,7 @@
        } elsif ($vers == 12) {
                $min_xcode="4.4";
                $max_xcode="5.1.1";
-       } elsif ($vers >= 13) {
+       } elsif ($vers == 13) {
                #
                # Extrapolate for future releases
                #
% 


------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to