Update of /cvsroot/fink/web/download
In directory vz-cvs-3.sog:/tmp/cvs-serv28100

Added Files:
        10.7-upgrade.en.php 10.7-upgrade.php 
Log Message:
10.7-upgrade files

--- NEW FILE: 10.7-upgrade.en.php ---
<?
$title = "Upgrade Instructions for Mac OS X 10.7";
$cvs_author = '$Author: nieder $';
$cvs_date = '$Date: 2011/10/13 20:27:08 $';

include "header.inc";
?>

<h1>Upgrade Instructions for Mac OS X 10.7</h1>
<h2>Important Notes:</h2>
<p>There is no supported upgrade path for Fink from 10.6 to 10.7.  There have 
been reports of successful upgrading from a 10.6/64 bit Fink install to 10.7, 
but there is no guarantee that the updated Fink tree will work correctly.  
Upgrading from 10.6/i386 will not work.</p>

<p>The instructions here are an abridged version of those found in the <a 
href="http://finkers.wordpress.com/2011/09/26/fink-and-lion/";>Fink blog</a>. 
The entries there provide a more detailed upgrade explanation.</p>

<p>This process collects the list of packages that you have installed on 10.6 
(32 or 64 bit) and saves them for later use during the Fink install on 10.7</p>
<p>To collect the list of packages, follow the sequence below:</p>
<ol>
    <li>Before installing OS X 10.7, run <pre>fink selfupdate</pre> with rsync 
or cvs updating turned on, i.e. use <pre>fink selfupdate-rsync</pre> or 
<pre>fink selfupdate-cvs</pre>, 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.31.0 before updating.<br>
    <strong>Do not proceed if your package manager version is not at least 
0.31.0!</strong>.
    </li>
    <li>Collect the list of installed packages with the following command: 
<pre>dpkg --get-selections | cut -f1 > fink_packages.txt</pre> before updating 
to 10.7 to dump the package names to a text file.</li>
    <li>Install OS X 10.7, as well as Xcode 4.1 (or a later released 
version).</li>
    <li><a href="./srcdist.php">Install Fink</a> on your new 10.7 system.</li>
    <li>Run the command: <pre>cat fink_packages.txt | xargs fink install</pre> 
to have your new Fink setup install the packages that you previously had 
installed on 10.6.</li>
</ol>
<p>Not all of the packages available on 10.6 are available on 10.7 due to 
several underlying changes in the system. Work is ongoing to make as many 
packages available as possible. If your favorite pacakge is not available on 
10.7, please contact the package maintainer and ask if it can be migrated to 
10.7.</p>

<?
include "footer.inc";
?>

--- NEW FILE: 10.7-upgrade.php ---
<? include_once "../phpLang.inc.php"; ?>


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to