Update of /cvsroot/fink/web/faq
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29528/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:
Additional update


Index: usage-general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.en.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- usage-general.en.php        20 Jul 2010 22:25:19 -0000      1.98
+++ usage-general.en.php        20 Jul 2010 22:32:01 -0000      1.99
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- usage-fink.en.php   20 Jul 2010 22:25:19 -0000      1.100
+++ usage-fink.en.php   20 Jul 2010 22:32:01 -0000      1.101
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Fink Usage";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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)">';
 
 

Index: mirrors.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/mirrors.en.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- mirrors.en.php      20 Jul 2010 22:25:19 -0000      1.97
+++ mirrors.en.php      20 Jul 2010 22:32:01 -0000      1.98
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Mirrors";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- upgrade-fink.en.php 20 Jul 2010 22:25:19 -0000      1.97
+++ upgrade-fink.en.php 20 Jul 2010 22:32:01 -0000      1.98
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Upgrading Fink";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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">';
 
 
@@ -35,7 +35,9 @@
     </a>
     <a name="stuck-gettext">
       <div class="question"><p><b><? echo FINK_Q ; ?>4.3: Fink tells me to run 
'sudo apt-get install libgettext3-dev=0.14.5-2' to clear up inconsistent 
dependencies but I'm still stuck.</b></p></div>
-      <div class="answer"><p><b><? echo FINK_A ; ?>:</b> There is a timestamp 
issue with the <b>libgettext3</b> package description:  0.14.5-2 is an outdated 
version.  Run</p><pre>fink index -f</pre><p>to update the package description 
cache.</p></div>
+      <div class="answer"><p><b><? echo FINK_A ; ?>:</b> There is a timestamp 
issue with the <b>libgettext3</b> package description:  0.14.5-2 is an outdated 
version.  Run</p><pre>fink index -f
+fink update libgettext3-dev    
+       </pre><p>to update the package description cache and then the 
package.</p></div>
     </a>
   <p align="right"><? echo FINK_NEXT ; ?>:
 <a href="usage-fink.php?phpLang=en">5. Installing, Using and Maintaining 
Fink</a></p>

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.en.php,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- index.en.php        20 Jul 2010 22:25:19 -0000      1.103
+++ index.en.php        20 Jul 2010 22:32:01 -0000      1.104
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q.";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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">';
 
 
@@ -67,7 +67,7 @@
         window pops up but is unresponsive.</a></li><li><a 
href="usage-packages.php?phpLang=en#xdarwin-start">9.3 Help! When I start 
XDarwin, it immediately quits!</a></li><li><a 
href="usage-packages.php?phpLang=en#no-server">9.4 When I try to start XDarwin 
I get the message "xinit: No such file
         or directory (errno 2): no server "/usr/X11R6/bin/X" in 
PATH".</a></li><li><a href="usage-packages.php?phpLang=en#apple-x-delete">9.5 I 
want the delete key in Apple's X11.app to behave like that in
         XDarwin.</a></li><li><a 
href="usage-packages.php?phpLang=en#apple-x11-wants-xfree86">9.6 I'm having 
problems with X11 and Fink.</a></li><li><a 
href="usage-packages.php?phpLang=en#special-x11-debug">9.7 I'm still having 
problems with X11 and Fink.</a></li><li><a 
href="usage-packages.php?phpLang=en#tiger-gtk">9.8 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.9 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.106 2010/07/20 22:24:20 alexkhansen 
Exp $-->
+<!--Generated from $Fink: faq.en.xml,v 1.107 2010/07/20 22:30:59 alexkhansen 
Exp $-->
 <? include_once "../footer.inc"; ?>
 
 

Index: relations.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.en.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- relations.en.php    20 Jul 2010 22:25:19 -0000      1.97
+++ relations.en.php    20 Jul 2010 22:32:01 -0000      1.98
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Relations";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- comp-packages.en.php        20 Jul 2010 22:25:19 -0000      1.98
+++ comp-packages.en.php        20 Jul 2010 22:32:01 -0000      1.99
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- comp-general.en.php 20 Jul 2010 22:25:19 -0000      1.99
+++ comp-general.en.php 20 Jul 2010 22:32:01 -0000      1.100
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (1)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- faq.en.html 20 Jul 2010 22:25:19 -0000      1.110
+++ faq.en.html 20 Jul 2010 22:32:01 -0000      1.111
@@ -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.106 2010/07/20 22:24:20 alexkhansen Exp $
+Generated from $Fink: faq.en.xml,v 1.107 2010/07/20 22:30:59 alexkhansen Exp $
 -->
 <title>Fink Documentation - The Fink F.A.Q.</title></head><body>
 <table width="100%" cellspacing="0">
@@ -198,7 +198,9 @@
     </a>
     <a name="upgrade-fink.stuck-gettext">
       <div class="question"><p><b>Q4.3: Fink tells me to run 'sudo apt-get 
install libgettext3-dev=0.14.5-2' to clear up inconsistent dependencies but I'm 
still stuck.</b></p></div>
-      <div class="answer"><p><b>A:</b> There is a timestamp issue with the 
<b>libgettext3</b> package description:  0.14.5-2 is an outdated version.  
Run</p><pre>fink index -f</pre><p>to update the package description 
cache.</p></div>
+      <div class="answer"><p><b>A:</b> There is a timestamp issue with the 
<b>libgettext3</b> package description:  0.14.5-2 is an outdated version.  
Run</p><pre>fink index -f
+fink update libgettext3-dev    
+       </pre><p>to update the package description cache and then the 
package.</p></div>
     </a>
   <h2><a name="usage-fink">5 Installing, Using and Maintaining Fink</a></h2>
     
@@ -1439,4 +1441,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.106 2010/07/20 22:24:20 alexkhansen 
Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: faq.en.xml,v 1.107 2010/07/20 22:30:59 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.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- usage-packages.en.php       20 Jul 2010 22:25:19 -0000      1.98
+++ usage-packages.en.php       20 Jul 2010 22:32:01 -0000      1.99
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (2)";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- general.en.php      20 Jul 2010 22:25:19 -0000      1.97
+++ general.en.php      20 Jul 2010 22:32:01 -0000      1.98
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - General";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/07/20 22:24:20';
+$cvs_date = 'Date: 2010/07/20 22:30:59';
 $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">';
 
 


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to