Update of /cvsroot/fink/web/faq
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6664/web/faq

Modified Files:
        comp-general.en.php comp-packages.en.php faq.en.html 
        general.en.php index.en.php mirrors.en.php relations.en.php 
        upgrade-fink.en.php usage-fink.en.php usage-general.en.php 
        usage-packages.en.php 
Log Message:
Update enable unstable


Index: usage-general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- usage-general.en.php        8 Mar 2009 16:25:34 -0000       1.88
+++ usage-general.en.php        14 Mar 2009 15:17:39 -0000      1.89
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="usage-packages.php?phpLang=en" title="Package 
Usage Problems - Specific Packages"><link rel="prev" 
href="comp-packages.php?phpLang=en" title="Compile Problems - Specific 
Packages">';
 
 

Index: usage-fink.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-fink.en.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- usage-fink.en.php   8 Mar 2009 16:25:34 -0000       1.90
+++ usage-fink.en.php   14 Mar 2009 15:17:39 -0000      1.91
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Fink Usage";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="comp-general.php?phpLang=en" title="Compile 
Problems - General"><link rel="prev" href="upgrade-fink.php?phpLang=en" 
title="Upgrading Fink (version-specific troubleshooting)">';
 
 
@@ -100,11 +100,30 @@
         maintainer if something works (or even if it doesn't). Feedback from
         users like you is what we use to determine if something is ready for
         stable! To find out the maintainer of a package, run <code>fink info
-        <b>packagename</b></code>.</p><p><b>New in 
</b><code>fink-0.26</code><b>:</b>  If you run <code>fink configure</code> one 
of the questions will ask whether you want to turn the unstable trees on.  You 
will need to run <code>fink selfupdate; fink index; fink scanpackages</code> 
afterward.  <b>Note: </b>you must have either rsync or cvs updating turned on 
to get new package descriptions.</p><p>To configure Fink to use unstable when 
you have an earlier version of the <code>fink</code> tool than <b>0.26</b>, edit
-        <code>/sw/etc/fink.conf</code>, add <code>unstable/main</code>
-        and <code>unstable/crypto</code> to the <code>Trees:</code> line, and
-        then run <code>fink selfupdate; fink index; fink scanpackages</code>.  
Rsync or cvs updating is required as above.</p><p>Also note, if you don't want 
to install any more from unstable than
-        your specific package(s) and its (their) dependencies, don't use the
+        <b>packagename</b></code>.</p><p>For <code>fink-0.26</code> and later: 
 If you run
+       <code>fink configure</code> one of the questions will ask whether you
+       want to turn the unstable trees on.  </p><p>To configure Fink to use 
unstable
+       when you have an earlier version of the <code>fink</code> tool than
+       <b>0.26</b>, edit
+        <code>/sw/etc/fink.conf</code>, and add <code>unstable/main</code>
+        and <code>unstable/crypto</code> to the <code>Trees:</code> 
line.</p><p>If you use Fink Commander, then there is a Preference to use 
unstable
+       packages.</p><p>None of these options actually download the unstable 
tree's package
+       descriptions.You'll need to turn on <code>rsync</code> or
+       <code>cvs</code> updating to do this, which is not set up by default on 
a new
+       Fink installation.  The following command sequence will set you up on
+       a new Fink installation:</p><pre>fink selfupdate</pre><p>followed 
by</p><pre>fink selfupdate-rsync</pre><p>or</p><pre>fink 
selfupdate-cvs</pre><p>and then</p><pre>fink index -f
+fink scanpackages</pre><p><b>Note:</b>  There are Fink Commander analogs for 
everything except
+       <code>fink index -f</code>.  You will have to use the command line for 
that.</p><p>If you're already set up with <code>rsync</code> or <code>cvs</code>
+       updating, then the following
+       command sequence (or the Fink Commander analogs) will suffice:</p><pre>
+fink selfupdate
+fink index
+fink scanpackages
+       </pre><p>If you're not sure what your update method is, check
+       <code>fink --version</code> in at a command line
+       and see if that mentions <code>cvs</code> or 
<code>rsync</code>.</p><p>If you don't want to install any more from unstable 
than
+        your specific package(s) and its (their) dependencies, (and any base 
packages
+       that got updated) don't use the
         <code>update-all</code> command until you turn the unstable tree
         back off.</p></div>
     </a>

Index: mirrors.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/mirrors.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- mirrors.en.php      8 Mar 2009 16:25:34 -0000       1.87
+++ mirrors.en.php      14 Mar 2009 15:17:39 -0000      1.88
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Mirrors";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="upgrade-fink.php?phpLang=en" title="Upgrading 
Fink (version-specific troubleshooting)"><link rel="prev" 
href="relations.php?phpLang=en" title="Relations with Other Projects">';
 
 

Index: upgrade-fink.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/upgrade-fink.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- upgrade-fink.en.php 8 Mar 2009 16:25:34 -0000       1.87
+++ upgrade-fink.en.php 14 Mar 2009 15:17:39 -0000      1.88
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Upgrading Fink";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="usage-fink.php?phpLang=en" title="Installing, 
Using and Maintaining Fink"><link rel="prev" href="mirrors.php?phpLang=en" 
title="Fink mirrors">';
 
 

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.en.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- index.en.php        8 Mar 2009 16:25:34 -0000       1.93
+++ index.en.php        14 Mar 2009 15:17:39 -0000      1.94
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q.";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="general.php?phpLang=en" title="General 
Questions">';
 
 
@@ -77,7 +77,7 @@
         <code>gnome-session</code> won't open a window manager.</a></li><li><a 
href="usage-packages.php?phpLang=en#apple-x11-no-windowbar">9.10 I upgraded to 
Apple's X11 in Panther and now my window title bars
         are missing.</a></li><li><a 
href="usage-packages.php?phpLang=en#apple-x11-wants-xfree86">9.11 I installed 
Apple's X11 but Fink keeps asking to install
         XFree86 or X.org.</a></li><li><a 
href="usage-packages.php?phpLang=en#wants-xfree86-on-upgrade">9.12 I switched 
from the 10.2 Fink version to 10.2-gcc3.3 or 10.3, I have Apple's X11, and Fink 
asks me to install XFree86 or X.org.</a></li><li><a 
href="usage-packages.php?phpLang=en#special-x11-debug">9.13 I'm still having 
problems with X11 and Fink.</a></li><li><a 
href="usage-packages.php?phpLang=en#tiger-gtk">9.14 After updating to Tiger (OS 
10.4), whenever I use a GTK app, I get errors involving 
<code>_EVP_idea_cbc</code>.</a></li><li><a 
href="usage-packages.php?phpLang=en#yelp">9.15 I can't get the help to work for 
any GNOME application.</a></li></ul></li></ul>
-<!--Generated from $Fink: faq.en.xml,v 1.94 2009/03/08 16:24:26 alexkhansen 
Exp $-->
+<!--Generated from $Fink: faq.en.xml,v 1.95 2009/03/14 15:08:33 alexkhansen 
Exp $-->
 <? include_once "../footer.inc"; ?>
 
 

Index: relations.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- relations.en.php    8 Mar 2009 16:25:34 -0000       1.87
+++ relations.en.php    14 Mar 2009 15:17:39 -0000      1.88
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Relations";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="mirrors.php?phpLang=en" title="Fink 
mirrors"><link rel="prev" href="general.php?phpLang=en" title="General 
Questions">';
 
 

Index: comp-packages.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-packages.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- comp-packages.en.php        8 Mar 2009 16:25:34 -0000       1.88
+++ comp-packages.en.php        14 Mar 2009 15:17:37 -0000      1.89
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="usage-general.php?phpLang=en" title="Package 
Usage Problems - General"><link rel="prev" href="comp-general.php?phpLang=en" 
title="Compile Problems - General">';
 
 

Index: comp-general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-general.en.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- comp-general.en.php 8 Mar 2009 16:25:34 -0000       1.89
+++ comp-general.en.php 14 Mar 2009 15:17:37 -0000      1.90
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="comp-packages.php?phpLang=en" title="Compile 
Problems - Specific Packages"><link rel="prev" href="usage-fink.php?phpLang=en" 
title="Installing, Using and Maintaining Fink">';
 
 

Index: faq.en.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.en.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- faq.en.html 8 Mar 2009 16:25:34 -0000       1.98
+++ faq.en.html 14 Mar 2009 15:17:37 -0000      1.99
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!--
-Generated from $Fink: faq.en.xml,v 1.94 2009/03/08 16:24:26 alexkhansen Exp $
+Generated from $Fink: faq.en.xml,v 1.95 2009/03/14 15:08:33 alexkhansen Exp $
 -->
 <title>Fink Documentation - The Fink F.A.Q.</title></head><body>
 <table width="100%" cellspacing="0">
@@ -12,6 +12,7 @@
 <a href="faq.es.html">Espa&ntilde;ol</a> | 
 <a href="faq.fr.html">Fran&ccedil;ais</a> | 
 <a href="faq.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="faq.pt.html">Portugu&ecirc;s</a> | 
 <a href="faq.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; 
(Russkiy)</a> | 
 <a href="faq.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
 </td>
@@ -300,11 +301,30 @@
         maintainer if something works (or even if it doesn't). Feedback from
         users like you is what we use to determine if something is ready for
         stable! To find out the maintainer of a package, run <tt 
style="white-space: nowrap;">fink info
-        <b>packagename</b></tt>.</p><p><b>New in </b><tt style="white-space: 
nowrap;">fink-0.26</tt><b>:</b>  If you run <tt style="white-space: 
nowrap;">fink configure</tt> one of the questions will ask whether you want to 
turn the unstable trees on.  You will need to run <tt style="white-space: 
nowrap;">fink selfupdate; fink index; fink scanpackages</tt> afterward.  
<b>Note: </b>you must have either rsync or cvs updating turned on to get new 
package descriptions.</p><p>To configure Fink to use unstable when you have an 
earlier version of the <tt style="white-space: nowrap;">fink</tt> tool than 
<b>0.26</b>, edit
-        <tt style="white-space: nowrap;">/sw/etc/fink.conf</tt>, add <tt 
style="white-space: nowrap;">unstable/main</tt>
-        and <tt style="white-space: nowrap;">unstable/crypto</tt> to the <tt 
style="white-space: nowrap;">Trees:</tt> line, and
-        then run <tt style="white-space: nowrap;">fink selfupdate; fink index; 
fink scanpackages</tt>.  Rsync or cvs updating is required as above.</p><p>Also 
note, if you don't want to install any more from unstable than
-        your specific package(s) and its (their) dependencies, don't use the
+        <b>packagename</b></tt>.</p><p>For <tt style="white-space: 
nowrap;">fink-0.26</tt> and later:  If you run
+       <tt style="white-space: nowrap;">fink configure</tt> one of the 
questions will ask whether you
+       want to turn the unstable trees on.  </p><p>To configure Fink to use 
unstable
+       when you have an earlier version of the <tt style="white-space: 
nowrap;">fink</tt> tool than
+       <b>0.26</b>, edit
+        <tt style="white-space: nowrap;">/sw/etc/fink.conf</tt>, and add <tt 
style="white-space: nowrap;">unstable/main</tt>
+        and <tt style="white-space: nowrap;">unstable/crypto</tt> to the <tt 
style="white-space: nowrap;">Trees:</tt> line.</p><p>If you use Fink Commander, 
then there is a Preference to use unstable
+       packages.</p><p>None of these options actually download the unstable 
tree's package
+       descriptions.You'll need to turn on <tt style="white-space: 
nowrap;">rsync</tt> or
+       <tt style="white-space: nowrap;">cvs</tt> updating to do this, which is 
not set up by default on a new
+       Fink installation.  The following command sequence will set you up on
+       a new Fink installation:</p><pre>fink selfupdate</pre><p>followed 
by</p><pre>fink selfupdate-rsync</pre><p>or</p><pre>fink 
selfupdate-cvs</pre><p>and then</p><pre>fink index -f
+fink scanpackages</pre><p><b>Note:</b>  There are Fink Commander analogs for 
everything except
+       <tt style="white-space: nowrap;">fink index -f</tt>.  You will have to 
use the command line for that.</p><p>If you're already set up with <tt 
style="white-space: nowrap;">rsync</tt> or <tt style="white-space: 
nowrap;">cvs</tt>
+       updating, then the following
+       command sequence (or the Fink Commander analogs) will suffice:</p><pre>
+fink selfupdate
+fink index
+fink scanpackages
+       </pre><p>If you're not sure what your update method is, check
+       <tt style="white-space: nowrap;">fink --version</tt> in at a command 
line
+       and see if that mentions <tt style="white-space: nowrap;">cvs</tt> or 
<tt style="white-space: nowrap;">rsync</tt>.</p><p>If you don't want to install 
any more from unstable than
+        your specific package(s) and its (their) dependencies, (and any base 
packages
+       that got updated) don't use the
         <tt style="white-space: nowrap;">update-all</tt> command until you 
turn the unstable tree
         back off.</p></div>
     </a>
@@ -1477,4 +1497,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: faq.en.xml,v 1.94 2009/03/08 16:24:26 alexkhansen 
Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: faq.en.xml,v 1.95 2009/03/14 15:08:33 alexkhansen 
Exp $</i></p></body></html>

Index: usage-packages.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-packages.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- usage-packages.en.php       8 Mar 2009 16:25:34 -0000       1.88
+++ usage-packages.en.php       14 Mar 2009 15:17:39 -0000      1.89
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="prev" href="usage-general.php?phpLang=en" title="Package 
Usage Problems - General">';
 
 

Index: general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/general.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- general.en.php      8 Mar 2009 16:25:34 -0000       1.87
+++ general.en.php      14 Mar 2009 15:17:39 -0000      1.88
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - General";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/03/08 16:24:26';
+$cvs_date = 'Date: 2009/03/14 15:08:33';
 $metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q. 
Contents"><link rel="next" href="relations.php?phpLang=en" title="Relations 
with Other Projects"><link rel="prev" href="index.php?phpLang=en" title="F.A.Q. 
Contents">';
 
 


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to