Update of /cvsroot/fink/fink
In directory usw-pr-cvs1:/tmp/cvs-serv28917
Modified Files:
ChangeLog bootstrap.pl postinstall.pl.in
Log Message:
Recognize 10.2.1 / Darwin 6.1; also fixed some heavily outdated regex.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 25 Sep 2002 19:14:21 -0000 1.89
+++ ChangeLog 3 Oct 2002 10:50:44 -0000 1.90
@@ -1,7 +1,12 @@
+2002-10-03 Max Horn <[EMAIL PROTECTED]>
+
+ * bootstrap.pl, postinstall.pl.in: Recognize 10.2.1 / Darwin 6.1; also fixed
+ some heavily outdated regex.
+
2002-09-18 Dave Morrison <[EMAIL PROTECTED]>
* bootstrap.pl: modified so that bootstrap can be run twice in the
- same directory
+ same directory.
2002-09-08 Dave Morrison <[EMAIL PROTECTED]>
Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bootstrap.pl 18 Sep 2002 22:07:18 -0000 1.19
+++ bootstrap.pl 3 Oct 2002 10:50:44 -0000 1.20
@@ -89,10 +89,10 @@
} elsif ($host =~ /^powerpc-apple-darwin5\.[0-5]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.1";
-} elsif ($host =~ /^powerpc-apple-darwin6\.0/) {
+} elsif ($host =~ /^powerpc-apple-darwin6\.[01]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
-} elsif ($host =~ /^powerpc-apple-darwin(1\.[3-9]|[2-9]\.)/) {
+} elsif ($host =~ /^powerpc-apple-darwin(6\.[2-9]|[7-9]\.)/) {
&print_breaking("This system was not released at the time this Fink ".
"release was made, but should work.");
$distribution = "10.2";
Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postinstall.pl.in 9 Sep 2002 00:11:38 -0000 1.1
+++ postinstall.pl.in 3 Oct 2002 10:50:45 -0000 1.2
@@ -69,10 +69,10 @@
} elsif ($host =~ /^powerpc-apple-darwin5\.[0-5]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.1";
-} elsif ($host =~ /^powerpc-apple-darwin6\.0/) {
+} elsif ($host =~ /^powerpc-apple-darwin6\.[01]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
-} elsif ($host =~ /^powerpc-apple-darwin(1\.[3-9]|[2-9]\.)/) {
+} elsif ($host =~ /^powerpc-apple-darwin(6\.[2-9]|[7-9]\.)/) {
&print_breaking("This system was not released at the time this Fink ".
"release was made, but should work.");
$distribution = "10.2";
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits