Alexander Hansen
2010-01-10 22:19:20 UTC
It's probably time to deprecate the 10.1, 10.2, and 10.3 update
instructions, so I've removed them from the navigation bar on the
Download list.
I've added a 10.6-upgrade document that should be translated.
- -------- Original Message --------
Subject: [cvs] web/download 10.6-upgrade.en.php, NONE, 1.1
10.6-upgrade.php, NONE, 1.1 nav.en.inc, 1.4, 1.5
Date: Sun, 10 Jan 2010 22:12:58 +0000
From: Alexander Hansen <***@users.sourceforge.net>
Reply-To: fink-***@lists.sourceforge.net
To: fink-***@lists.sourceforge.net
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel
Update of /cvsroot/fink/web/download
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12430
Modified Files:
nav.en.inc
Added Files:
10.6-upgrade.en.php 10.6-upgrade.php
Log Message:
Add some 10.6 update instructions to main docs.
Get rid of 10.1, 10.2, and 10.3 update instructions.
(Maybe it might be worth dredging up the 10.4->10.5 ones, too)
- --- NEW FILE: 10.6-upgrade.php ---
<? include_once "../phpLang.inc.php"; ?>
- --- NEW FILE: 10.6-upgrade.en.php ---
<?
$title = "Upgrade Instructions for Mac OS X 10.6";
$cvs_author = '$Author: alexkhansen $';
$cvs_date = '$Date: 2010/01/10 22:12:56 $';
include "header.inc";
?>
<h1>Upgrade Instructions for Mac OS X 10.6</h1>
<h2>Important Notes:</h2>
<p>If you've been using Xquartz 2.4 on 10.5, you will probably find it
easier to do a <a href="./srcdist.php">clean install</a> from source
instead.<p><br>
<p>To upgrade your Fink installation from 10.5/32 bit to 10.6/32 bit
(there is no direct upgrade path from earlier OS versions), follow the
sequence below:</p>
<ol>
<li>Before installing OS X 10.6, run <pre>fink selfupdate</pre> with
rsync or cvs updating turned on to bring <em>fink</em> to a current
version.<br>
Use <pre>fink -V</pre> to check your package manager version, which
needs to be at least 0.29.10 before updating.</li>
<li>Edit the file <em>/sw/etc/fink.conf</em>, adding a line to it
which reads <strong>NoAutoIndex: true</strong>.
(You may need to use <em>sudo</em> to obtain the correct permissions
to edit this file.)</li>
<li>Install OS X 10.6, as well as Xcode 3.2.</li>
<li>Run the command <pre>fink reinstall fink</pre> in order to tell
<em>fink</em> that you are now on 10.6.
(If you encounter a message about package database corruption, run
<pre>fink index -f</pre> and try this step again.)</li>
<li>Run the command <pre>fink update fink</pre> to get the latest
<em>fink</em> for 10.6.</li>
<li>Run the command <pre>fink install perl588-core</pre> in case you
have Fink packages which depend on it, as the system's Perl version was
changed during the upgrade.</li>
<li>Remove the <strong>NoAutoIndex: true</strong> line from
<em>fink.conf</em>.</li>
<li>Run the command <pre>find /sw/lib -name *.la -delete</pre> to
remove references to files that don't exist any more on 10.6.</li>
</ol>
<p>After the upgrade, you may wish to run <pre>fink configure</pre> to
do some cleanup.</p>
<?
include "footer.inc";
?>
Index: nav.en.inc
===================================================================
RCS file: /cvsroot/fink/web/download/nav.en.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
- --- nav.en.inc 28 Jun 2006 16:00:04 -0000 1.4
+++ nav.en.inc 10 Jan 2010 22:12:56 -0000 1.5
@@ -8,9 +8,7 @@
"download/bindist.php?phpLang=en", "Binary Release",
"download/srcdist.php?phpLang=en", "Source Release",
"download/upgrade.php?phpLang=en", "Upgrade Matrix",
- - "download/10.1-upgrade.php?phpLang=en", "10.1 Upgrades",
- - "download/10.2-upgrade.php?phpLang=en", "10.2 Upgrades",
- - "download/10.3-upgrade.php?phpLang=en", "10.3 Upgrades",
+ "download/10.6-upgrade.php?phpLang=en", "10.6 Upgrades",
"download/sources_for_binaries.php?phpLang=en", "Sources for Binaries",
"http://bindist.finkmirrors.net/bindist/dists/", "Archive Browser"
);
-
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
instructions, so I've removed them from the navigation bar on the
Download list.
I've added a 10.6-upgrade document that should be translated.
- -------- Original Message --------
Subject: [cvs] web/download 10.6-upgrade.en.php, NONE, 1.1
10.6-upgrade.php, NONE, 1.1 nav.en.inc, 1.4, 1.5
Date: Sun, 10 Jan 2010 22:12:58 +0000
From: Alexander Hansen <***@users.sourceforge.net>
Reply-To: fink-***@lists.sourceforge.net
To: fink-***@lists.sourceforge.net
Newsgroups: gmane.os.apple.fink.cvs
Followup-To: gmane.os.apple.fink.devel
Update of /cvsroot/fink/web/download
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12430
Modified Files:
nav.en.inc
Added Files:
10.6-upgrade.en.php 10.6-upgrade.php
Log Message:
Add some 10.6 update instructions to main docs.
Get rid of 10.1, 10.2, and 10.3 update instructions.
(Maybe it might be worth dredging up the 10.4->10.5 ones, too)
- --- NEW FILE: 10.6-upgrade.php ---
<? include_once "../phpLang.inc.php"; ?>
- --- NEW FILE: 10.6-upgrade.en.php ---
<?
$title = "Upgrade Instructions for Mac OS X 10.6";
$cvs_author = '$Author: alexkhansen $';
$cvs_date = '$Date: 2010/01/10 22:12:56 $';
include "header.inc";
?>
<h1>Upgrade Instructions for Mac OS X 10.6</h1>
<h2>Important Notes:</h2>
<p>If you've been using Xquartz 2.4 on 10.5, you will probably find it
easier to do a <a href="./srcdist.php">clean install</a> from source
instead.<p><br>
<p>To upgrade your Fink installation from 10.5/32 bit to 10.6/32 bit
(there is no direct upgrade path from earlier OS versions), follow the
sequence below:</p>
<ol>
<li>Before installing OS X 10.6, run <pre>fink selfupdate</pre> with
rsync or cvs updating turned on to bring <em>fink</em> to a current
version.<br>
Use <pre>fink -V</pre> to check your package manager version, which
needs to be at least 0.29.10 before updating.</li>
<li>Edit the file <em>/sw/etc/fink.conf</em>, adding a line to it
which reads <strong>NoAutoIndex: true</strong>.
(You may need to use <em>sudo</em> to obtain the correct permissions
to edit this file.)</li>
<li>Install OS X 10.6, as well as Xcode 3.2.</li>
<li>Run the command <pre>fink reinstall fink</pre> in order to tell
<em>fink</em> that you are now on 10.6.
(If you encounter a message about package database corruption, run
<pre>fink index -f</pre> and try this step again.)</li>
<li>Run the command <pre>fink update fink</pre> to get the latest
<em>fink</em> for 10.6.</li>
<li>Run the command <pre>fink install perl588-core</pre> in case you
have Fink packages which depend on it, as the system's Perl version was
changed during the upgrade.</li>
<li>Remove the <strong>NoAutoIndex: true</strong> line from
<em>fink.conf</em>.</li>
<li>Run the command <pre>find /sw/lib -name *.la -delete</pre> to
remove references to files that don't exist any more on 10.6.</li>
</ol>
<p>After the upgrade, you may wish to run <pre>fink configure</pre> to
do some cleanup.</p>
<?
include "footer.inc";
?>
Index: nav.en.inc
===================================================================
RCS file: /cvsroot/fink/web/download/nav.en.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
- --- nav.en.inc 28 Jun 2006 16:00:04 -0000 1.4
+++ nav.en.inc 10 Jan 2010 22:12:56 -0000 1.5
@@ -8,9 +8,7 @@
"download/bindist.php?phpLang=en", "Binary Release",
"download/srcdist.php?phpLang=en", "Source Release",
"download/upgrade.php?phpLang=en", "Upgrade Matrix",
- - "download/10.1-upgrade.php?phpLang=en", "10.1 Upgrades",
- - "download/10.2-upgrade.php?phpLang=en", "10.2 Upgrades",
- - "download/10.3-upgrade.php?phpLang=en", "10.3 Upgrades",
+ "download/10.6-upgrade.php?phpLang=en", "10.6 Upgrades",
"download/sources_for_binaries.php?phpLang=en", "Sources for Binaries",
"http://bindist.finkmirrors.net/bindist/dists/", "Archive Browser"
);
-
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev