Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1:/tmp/cvs-serv18641
Modified Files:
ChangeLog bootstrap.pl postinstall.pl.in
Log Message:
Recognize Mac OS X 10.2.2.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 18 Nov 2002 12:11:24 -0000 1.97
+++ ChangeLog 18 Nov 2002 17:30:18 -0000 1.98
@@ -1,5 +1,7 @@
2002-11-18 Max Horn <[EMAIL PROTECTED]>
+ * bootstrap.pl, postinstall.pl.in: Recognize Mac OS X 10.2.2.
+
* fink.in: Patch #608920: Add --keep-root-dir and --keep-build-dir.
2002-11-05 Max Horn <[EMAIL PROTECTED]>
Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bootstrap.pl 5 Nov 2002 21:41:13 -0000 1.22
+++ bootstrap.pl 18 Nov 2002 17:30:20 -0000 1.23
@@ -89,7 +89,7 @@
} elsif ($host =~ /^powerpc-apple-darwin5\.[0-5]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.1";
-} elsif ($host =~ /^powerpc-apple-darwin6\.[01]/) {
+} elsif ($host =~ /^powerpc-apple-darwin6\.[012]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
} elsif ($host =~ /^powerpc-apple-darwin(6\.[2-9]|[7-9]\.)/) {
Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postinstall.pl.in 3 Oct 2002 10:50:45 -0000 1.2
+++ postinstall.pl.in 18 Nov 2002 17:30:22 -0000 1.3
@@ -69,7 +69,7 @@
} elsif ($host =~ /^powerpc-apple-darwin5\.[0-5]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.1";
-} elsif ($host =~ /^powerpc-apple-darwin6\.[01]/) {
+} elsif ($host =~ /^powerpc-apple-darwin6\.[012]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
} elsif ($host =~ /^powerpc-apple-darwin(6\.[2-9]|[7-9]\.)/) {
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits