Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12971
Modified Files:
news.de.xml
Log Message:
Updated news.de.xml to newest English version
Index: news.de.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/news/news.de.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- news.de.xml 9 Jun 2006 14:50:12 -0000 1.19
+++ news.de.xml 18 Jun 2006 17:57:13 -0000 1.20
@@ -1,8 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE news SYSTEM "finknews.dtd">
-
<news lang="de">
<cvsid>$Id$</cvsid>
+
+ <newsitem>
+ <date>2006-06-15</date>
+ <headline>New Fink release.</headline>
+ <body>
+ <p>
+A new Fink release for OS X 10.4 (Tiger) is
+<varlink url="download/index.php">available</varlink>
+ today: version 0.8.1, which can be installed on either Intel or PowerPC
+hardware.
+The release includes source files, binary packages, and Fink
+installers for both kinds of hardware.
+</p>
+ <p>
+Fink on the Intel platform is still considered "beta" quality, and a number of
+packages (particularly packages in the "unstable" tree) either do not compile,
+or compile but do not run. Work to improve this situation is ongoing.
+</p>
+<p>
+Fink users on PowerPC whose existing fink installation uses the
+10.4-transitional tree (from the 0.8.0 distribution) may upgrade in
+one of two ways. The upgrade process is problematic, due to the change
+in ABI of g++ libraries which requires many libraries to be recompiled.
+Many users will simply wish to remove their fink installations and
+start anew with the 0.8.1 installer. Others may wish to use the new
+<link
url="http://prdownloads.sourceforge.net/fink/scripts-10.4-update-0.2.tar.gz?download">10.4-update
tarball (v. 0.2)</link> (around 12 MB), which includes
+precompiled versions of the basic fink packages as well as a script which
+will attempt to update an existing fink installation.
+</p>
+</body>
+ </newsitem>
<newsitem>
<date>2006-05-10</date>
<headline>CVS Troubles</headline>
@@ -40,7 +70,7 @@
</newsitem>
<newsitem>
<date>2006-03-03</date>
- <headline>Problem with Apple's latest Security Update</headline>
+ <headline>Problem with Apple's Security Update 2006-001</headline>
<body>
<p>
The Fink team has received reports of problems with the <code>rsync</code>
@@ -56,9 +86,6 @@
Extended Attributes), another workaround is <code>fink selfupdate-cvs</code>
to switch from rsync to cvs updating.
</p>
- <p>
-This news item will be updated as the situation changes.
-</p>
<p>Update 3/13/06: This has been resolved by security update 2006-002,
<link url="http://docs.info.apple.com/article.html?artnum=303453">according
to Apple's documentation</link>.
@@ -74,10 +101,10 @@
No binary packages are available, and things are still rough around
the edges, but it should be usable if you are patient!
</p>
-<p>
-To install, you need to get the file <code>fink-0.24.12.tar.gz</code>
-from <link
-url="http://sourceforge.net/project/showfiles.php?group_id=17203&package_id=13043">the
+ <p>
+To install it, you need to install the XCode compiler and SDK packages (at
minimum). Then you need to get the file
+<code>fink-0.24.16.tar.gz</code> (or a later version, if it's available)
+from <link
url="http://sourceforge.net/project/showfiles.php?group_id=17203&package_id=13043">the
Sourceforge file release page for Fink</link>, expand the file, and
run the command <code>./bootstrap.sh</code> . At the end of the
bootstrap process, run <code>fink selfupdate</code> and you'll get
@@ -159,11 +186,16 @@
We don't recommend bootstrapping at the moment, since bootstrapping does
not work with the newly-released XCode 2.1 from Apple.
</p>
-
-</body>
-</newsitem>
-
-<newsitem>
+ <p>
+Note added 6/19/05: If the Fink-0.8.0 binary installer complains that the
+volume does not support symlinks, try launching Disk Utility (from the
+Utilities folder inside the Applications folder), selecting the
+problematic volume and clicking on "repair disk permissions." Also, the
installer requires you to have administrative privileges, so be sure that
you're running it as such a user.
+</p>
+ <p>Note added 6/30/05: To avoid contamination with obsolete headers and
the like, we recommend that people who want to build packages from source
should perform a clean install of XCode via running the
<code>/Developer/Tools/uninstall-devtools.pl</code> script. For best results,
you may want to do this before updating your OS.</p>
+ </body>
+ </newsitem>
+ <newsitem>
<date>2005-04-29</date>
<headline>Fink and Tiger.</headline>
<body>
@@ -172,21 +204,30 @@
</p><ul>
<li>
A binary installer will be available within a few weeks, for binary-only
-users.
-</li><li>
+users. In the meantime, new users should bootstrap fink 0.23.10, just
+as stable users, below.
+</li>
+ <li>
For users of the stable tree, we recommend that you delete your current
fink with <code>sudo rm -Rf /sw</code> and then "bootstrap" an
-installation of fink-0.23.9 using
-<varlink
-url="http://sourceforge.net/project/showfiles.php?group_id=17203&package_id=13043&release_id=323774">
-fink-0.23.9.tar.gz</varlink>--download that file and expand it,
+installation of fink-0.23.10 using
+<varlink
url="http://sourceforge.net/project/showfiles.php?group_id=17203&package_id=13043&release_id=326600">
+fink-0.23.10.tar.gz</varlink>--download that file and expand it,
eg. via
-<code>tar -xvzf fink-0.23.9.tar.gz</code>. After running the command
+<code>tar -xvzf fink-0.23.10.tar.gz</code>. After running the command
<code> ./bootstrap.sh </code> in the resulting
-<filename>fink-0.23.9</filename> directory,
+<filename>fink-0.23.10</filename> directory,
you'll need to run <code>fink selfupdate</code>
-</li><li>
-For users of the unstable tree, you may be able to upgrade just by running
<code>fink selfupdate</code> if your version of fink is less than 0.24.5. It
will install fink-0.24.5 for you. After upgrading to 10.4, first check that
you have the right version of fink by issuing <code>fink --version</code>. If
your version is less than 0.24.5, run <code>fink selfupdate</code> to get the
right version of fink. Then, whether you selfupdated or not, reinstall the
fink package using <code>fink reinstall fink</code>, followed by <code>fink
selfupdate</code>.
+</li>
+ <li>
+For users of the unstable tree, you may be able to upgrade just by running
+<code>fink selfupdate</code> if your version of fink is less than 0.24.6.
+It will install fink-0.24.6 for you. After upgrading to 10.4, first check
+that you have the right version of fink by issuing <code>fink --version</code>
+. If your version is less than 0.24.6, run <code>fink selfupdate</code> to
+get the right version of fink. Then, whether you selfupdated or not,
+reinstall the fink package using <code>fink rebuild fink</code>,
+and follow that with another <code>fink selfupdate</code>.
</li>
</ul>
<p>Not all packages are working yet under 10.4, but that situation will
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits