Update of /cvsroot/fink/fink/perlmod/Fink
In directory vz-cvs-3.sog:/tmp/cvs-serv19940

Modified Files:
        Bootstrap.pm ChangeLog 
Log Message:
recognize darwin 11.0.0


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- Bootstrap.pm        15 Jul 2011 04:23:18 -0000      1.206
+++ Bootstrap.pm        15 Jul 2011 04:49:25 -0000      1.207
@@ -281,6 +281,9 @@
                        "of Mac OS X might work with Fink, but there are no " .
                        "guarantees.");
                $distribution = "10.6";
+       } elsif ($host =~ /^i386-apple-darwin11\.0\.0/) {
+               &print_breaking("This system is supported and tested.");
+               $distribution = "10.7";
        } elsif ($host =~ /^i386-apple-darwin11\./) {
                &print_breaking("This system was not released at the time " .
                        "this Fink release was made.  Prerelease versions " .

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1725
retrieving revision 1.1726
diff -u -d -r1.1725 -r1.1726
--- ChangeLog   15 Jul 2011 04:23:18 -0000      1.1725
+++ ChangeLog   15 Jul 2011 04:49:25 -0000      1.1726
@@ -1,6 +1,7 @@
 2011-07-14  Dave Morrison  <d...@finkproject.org>
 
        * Bootstrap.pm: build libgettext8 during bootstrap
+       * Bootstrap.pm: recognize darwin 11.0.0
 
 2011-07-11  Dave Morrison  <d...@finkproject.org>
 


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to