Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv22533

Modified Files:
        Bootstrap.pm ChangeLog 
Log Message:
Move the code which enables the 10.3 distribution to a new branch, "10.3_test"


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Bootstrap.pm        14 Aug 2003 19:07:23 -0000      1.28
+++ Bootstrap.pm        14 Aug 2003 19:13:42 -0000      1.29
@@ -171,8 +171,11 @@
                $distribution = "10.2";
        } elsif ($host =~ /^powerpc-apple-darwin(7\.[0-9]\.)/) {
                &print_breaking("This system was not released at the time " .
-                       "this Fink release was made, but should work.");
-               $distribution = "10.3";
+                       "this Fink release was made.  Prerelease versions " .
+                       "of Mac OS X may work with Fink, but there are no " .
+                       "guarantees.");
+#              $distribution = "10.3";
+               $distribution = "10.2";
        } elsif ($host =~ /^i386-apple-darwin(6\.[0-6]|[7-9]\.)/) {
                &print_breaking("Fink is currently not supported on x86 ".
                        "Darwin. Various parts of Fink hardcode 'powerpc' ".

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- ChangeLog   14 Aug 2003 19:07:23 -0000      1.312
+++ ChangeLog   14 Aug 2003 19:13:42 -0000      1.313
@@ -4,7 +4,9 @@
        is > 10.2.
        * Bootstrap.pm, SelfUpdate.pm: Add gettext-bin to the bootstrap and
        update lists (in preparation for making it non-essential)
-
+       * Bootstrap.pm: Move the code which enables the 10.3 distribution to
+       a new branch, "10.3_test"
+       
 2003-07-17  Benjamin Reed  <[EMAIL PROTECTED]>
 
        * VirtPackage.pm: Don't print the output of linking the




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to