Update of /cvsroot/fink/web/faq
In directory sc8-pr-cvs1:/tmp/cvs-serv15998/xml/web/faq

Modified Files:
        comp-general.php comp-packages.php faq.html general.php 
        index.php relations.php upgrade-fink.php usage-fink.php 
        usage-general.php usage-packages.php 
Log Message:


A couple of FAQ things:

4.8:  (unstable packages)  local/main must be enabled in Trees: line to
use it.

4.14:  (package version not available) Added downloading from 
Master mirrors -- per pogma's suggestion.  Removed a -cvs from 
selfupdate.  


Index: comp-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-general.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- comp-general.php    3 Dec 2003 17:25:55 -0000       1.132
+++ comp-general.php    6 Dec 2003 01:43:35 -0000       1.133
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-packages.php" title="Compile Problems - Specific Packages"><link 
rel="prev" href="usage-fink.php" title="Installing, Using and Maintaining Fink">';
 

Index: comp-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-packages.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- comp-packages.php   3 Dec 2003 17:25:55 -0000       1.132
+++ comp-packages.php   6 Dec 2003 01:43:35 -0000       1.133
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-general.php" title="Package Usage Problems - General"><link 
rel="prev" href="comp-general.php" title="Compile Problems - General">';
 

Index: faq.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- faq.html    3 Dec 2003 17:25:55 -0000       1.145
+++ faq.html    6 Dec 2003 01:43:35 -0000       1.146
@@ -379,12 +379,12 @@
 problems or just won't compile.
 That is why Fink doesn't search the unstable tree by default.
 </p><p>
-If you only want one or two specific packages, and nothing else from unstable, then 
you need to switch over to CVS updating, because rsync only updates the trees that are 
active in your <tt style="white-space: nowrap;">fink.conf</tt>. Then you'll need to 
run <tt style="white-space: nowrap;">fink selfupdate</tt> to download the package 
description files. Now copy the relevant <tt style="white-space: nowrap;">.info</tt> 
files (and their associated <tt style="white-space: nowrap;">.patch</tt> files, if 
there are
+If you only want one or two specific packages, and nothing else from unstable, then 
you need to switch over to CVS updating, because rsync only updates the trees that are 
active in your <tt style="white-space: nowrap;">fink.conf</tt>. Edit <tt 
style="white-space: nowrap;">/sw/etc/fink.conf</tt> and add <tt style="white-space: 
nowrap;">local/main</tt> to the <tt style="white-space: nowrap;">Trees:</tt> line, if 
not present.  Then you'll need to run <tt style="white-space: nowrap;">fink 
selfupdate</tt> to download the package description files. Now copy the relevant <tt 
style="white-space: nowrap;">.info</tt> files (and their associated <tt 
style="white-space: nowrap;">.patch</tt> files, if there are
 any) from <tt style="white-space: nowrap;">/sw/fink/dists/unstable/main/finkinfo</tt>
 to <tt style="white-space: nowrap;">/sw/fink/dists/local/main/finkinfo</tt>. However, 
note that your package may depend on other packages (or particular versions) which are 
also only in unstable. You will have to move their .info and .patch files as well. 
After you move all of the files, make sure to run <tt style="white-space: 
nowrap;">fink index</tt>, so that Fink's record of available packages is 
updated.</p><p>If you want Fink to use all of unstable, 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 beginning of the <tt style="white-space: nowrap;">Trees:</tt>
+to the <tt style="white-space: nowrap;">Trees:</tt>
 line, and then run <tt style="white-space: nowrap;">fink selfupdate; fink index</tt>.
 </p></div>
 </a>
@@ -474,10 +474,10 @@
 <a name="usage-fink.not-found">
 <div class="question"><p><b>Q4.14: I'm trying to install a package, but Fink can't 
download it. The download site shows a later version number of the package than what 
Fink has. What do I do?</b></p></div>
 <div class="answer"><p><b>A:</b> The package sources get moved around by the upstream 
sites when new
-versions are released.</p><p>The first thing you should do is run <tt 
style="white-space: nowrap;">fink selfupdate-cvs</tt>.
+versions are released.</p><p>The first thing you should do is run <tt 
style="white-space: nowrap;">fink selfupdate</tt>.
 It may be that the package maintainer has already fixed this, and you will
 get an updated package description with either a more recent version or a
-revised download URL.</p><p>If this doesn't work, please let the package maintainer 
(available from "<tt style="white-space: nowrap;">fink describe <b>packagename</b>
+revised download URL.</p><p>If this doesn't work, most sources are available on <a 
href="http://distfiles.opendarwin.org";>http://distfiles.opendarwin.org</a> (thanks to 
Rob Braun) , and you can run <tt style="white-space: nowrap;">fink configure</tt> to 
choose to search "Master" source mirrors so that Fink will automatically look 
there.</p><p>If this doesn't work, please let the package maintainer (available from 
"<tt style="white-space: nowrap;">fink describe <b>packagename</b>
 </tt>") know that the URL is broken; not all maintainers read the mailing lists all 
of the time.</p><p>To get a usable source, first try hunting around the remote site in
 other directories for the same version of the source that Fink wants 
 (e.g. in an "old"
@@ -965,4 +965,4 @@
 You may distribute this document in print for private purposes,
 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.xml,v 1.154 2003/12/03 17:25:19 alexkhansen Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
faq.xml,v 1.155 2003/12/06 01:41:36 alexkhansen Exp $</i></p></body></html>

Index: general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/general.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- general.php 3 Dec 2003 17:25:56 -0000       1.149
+++ general.php 6 Dec 2003 01:43:35 -0000       1.150
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - General";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="relations.php" title="Relations with Other Projects"><link rel="prev" 
href="index.php" title="F.A.Q. Contents">';
 

Index: index.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.php,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- index.php   3 Dec 2003 17:25:56 -0000       1.168
+++ index.php   6 Dec 2003 01:43:35 -0000       1.169
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q.";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="general.php" title="General Questions">';
 
@@ -142,7 +142,7 @@
 <li><a href="usage-packages.php#apple-x11-wants-xfree86">8.11 I installed Apple's X11 
in Panther but Fink keeps asking to install xfree86.</a></li>
 <li><a href="usage-packages.php#apple-x11-beta-wants-xfree86">8.12 I installed 
Apple's X11 with the 10.2-gcc3.3 version of Fink but Fink keeps asking to install 
xfree86.</a></li>
 </ul>
-</ul><p>Generated from <i>$Fink: faq.xml,v 1.154 2003/12/03 17:25:19 alexkhansen Exp 
$</i></p>
+</ul><p>Generated from <i>$Fink: faq.xml,v 1.155 2003/12/06 01:41:36 alexkhansen Exp 
$</i></p>
 
 
 <?

Index: relations.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.php,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- relations.php       3 Dec 2003 17:25:56 -0000       1.134
+++ relations.php       6 Dec 2003 01:43:35 -0000       1.135
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Relations";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="upgrade-fink.php" title="Upgrading Fink (version-specific 
troubleshooting)"><link rel="prev" href="general.php" title="General Questions">';
 

Index: upgrade-fink.php
===================================================================
RCS file: /cvsroot/fink/web/faq/upgrade-fink.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- upgrade-fink.php    3 Dec 2003 17:25:56 -0000       1.22
+++ upgrade-fink.php    6 Dec 2003 01:43:35 -0000       1.23
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Upgrading Fink";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-fink.php" title="Installing, Using and Maintaining Fink"><link 
rel="prev" href="relations.php" title="Relations with Other Projects">';
 

Index: usage-fink.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-fink.php,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- usage-fink.php      3 Dec 2003 17:25:56 -0000       1.136
+++ usage-fink.php      6 Dec 2003 01:43:35 -0000       1.137
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Fink Usage";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-general.php" title="Compile Problems - General"><link rel="prev" 
href="upgrade-fink.php" title="Upgrading Fink (version-specific troubleshooting)">';
 
@@ -146,12 +146,12 @@
 problems or just won't compile.
 That is why Fink doesn't search the unstable tree by default.
 </p><p>
-If you only want one or two specific packages, and nothing else from unstable, then 
you need to switch over to CVS updating, because rsync only updates the trees that are 
active in your <code>fink.conf</code>. Then you'll need to run <code>fink 
selfupdate</code> to download the package description files. Now copy the relevant 
<code>.info</code> files (and their associated <code>.patch</code> files, if there are
+If you only want one or two specific packages, and nothing else from unstable, then 
you need to switch over to CVS updating, because rsync only updates the trees that are 
active in your <code>fink.conf</code>. Edit <code>/sw/etc/fink.conf</code> and add 
<code>local/main</code> to the <code>Trees:</code> line, if not present.  Then you'll 
need to run <code>fink selfupdate</code> to download the package description files. 
Now copy the relevant <code>.info</code> files (and their associated 
<code>.patch</code> files, if there are
 any) from <code>/sw/fink/dists/unstable/main/finkinfo</code>
 to <code>/sw/fink/dists/local/main/finkinfo</code>. However, note that your package 
may depend on other packages (or particular versions) which are also only in unstable. 
You will have to move their .info and .patch files as well. After you move all of the 
files, make sure to run <code>fink index</code>, so that Fink's record of available 
packages is updated.</p><p>If you want Fink to use all of unstable, edit
 <code>/sw/etc/fink.conf</code>, add
 <code>unstable/main</code> and <code>unstable/crypto</code> 
-to the beginning of the <code>Trees:</code>
+to the <code>Trees:</code>
 line, and then run <code>fink selfupdate; fink index</code>.
 </p></div>
 </a>
@@ -241,10 +241,10 @@
 <a name="not-found">
 <div class="question"><p><b>Q4.14: I'm trying to install a package, but Fink can't 
download it. The download site shows a later version number of the package than what 
Fink has. What do I do?</b></p></div>
 <div class="answer"><p><b>A:</b> The package sources get moved around by the upstream 
sites when new
-versions are released.</p><p>The first thing you should do is run <code>fink 
selfupdate-cvs</code>.
+versions are released.</p><p>The first thing you should do is run <code>fink 
selfupdate</code>.
 It may be that the package maintainer has already fixed this, and you will
 get an updated package description with either a more recent version or a
-revised download URL.</p><p>If this doesn't work, please let the package maintainer 
(available from "<code>fink describe <b>packagename</b>
+revised download URL.</p><p>If this doesn't work, most sources are available on <a 
href="http://distfiles.opendarwin.org";>http://distfiles.opendarwin.org</a> (thanks to 
Rob Braun) , and you can run <code>fink configure</code> to choose to search "Master" 
source mirrors so that Fink will automatically look there.</p><p>If this doesn't work, 
please let the package maintainer (available from "<code>fink describe 
<b>packagename</b>
 </code>") know that the URL is broken; not all maintainers read the mailing lists all 
of the time.</p><p>To get a usable source, first try hunting around the remote site in
 other directories for the same version of the source that Fink wants 
 (e.g. in an "old"

Index: usage-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- usage-general.php   3 Dec 2003 17:25:56 -0000       1.132
+++ usage-general.php   6 Dec 2003 01:43:35 -0000       1.133
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-packages.php" title="Package Usage Problems - Specific 
Packages"><link rel="prev" href="comp-packages.php" title="Compile Problems - Specific 
Packages">';
 

Index: usage-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-packages.php,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- usage-packages.php  3 Dec 2003 17:25:56 -0000       1.133
+++ usage-packages.php  6 Dec 2003 01:43:35 -0000       1.134
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2003/12/03 17:25:19';
+$cvs_date = 'Date: 2003/12/06 01:41:36';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="prev" href="usage-general.php" title="Package Usage Problems - General">';
 




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to