Author: bdubbs
Date: 2012-10-29 20:00:02 -0600 (Mon, 29 Oct 2012)
New Revision: 10824

Modified:
   trunk/BOOK/general/prog/cvs.xml
Log:
Update cvs for LFS-7.2

Modified: trunk/BOOK/general/prog/cvs.xml
===================================================================
--- trunk/BOOK/general/prog/cvs.xml     2012-10-29 21:22:54 UTC (rev 10823)
+++ trunk/BOOK/general/prog/cvs.xml     2012-10-30 02:00:02 UTC (rev 10824)
@@ -35,7 +35,7 @@
     These instructions install the client used to manipulate the repository,
     creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
 
-    &lfs71_checked;
+    &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -124,6 +124,10 @@
 
 <screen><userinput>patch -Np1 -i 
../cvs-&cvs-version;-zlib-1.patch</userinput></screen>
 
+    <para>Now fix a conflict with newer libraries:</para>
+
+<screen><userinput>sed -i -e 's/getline /get_line /' 
lib/getline.{c,h}</userinput></screen>
+
     <para>Install <application>CVS</application> by running
     the following commands:</para>
 
@@ -131,10 +135,10 @@
 make</userinput></screen>
 
     <para>If you have <xref linkend="texlive"/>
-    installed and wish to create DVI, Postscript, HTML or text docs from the
+    installed and wish to create HTML or text docs from the
     documentation source files, issue the following command:</para>
 
-<screen><userinput>make -C doc html txt dvi ps</userinput></screen>
+<screen><userinput>make -C doc html txt</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>. This will
     take quite a while. If you don't have <command>rsh</command> configured for
@@ -152,20 +156,21 @@
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role='root'><userinput>make install &amp;&amp;
-install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
+install -v -m755 -d         /usr/share/doc/cvs-&cvs-version; &amp;&amp;
 install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
-install -v -m644 doc/*.pdf 
/usr/share/doc/cvs-&cvs-version;</userinput></screen>
+install -v -m644 doc/*.pdf  
/usr/share/doc/cvs-&cvs-version;</userinput></screen>
 
     <para>If you created any additional documentation, install it by issuing
     the following commands as the
     <systemitem class="username">root</systemitem> user:</para>
 
-<screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,txt} 
/usr/share/doc/cvs-&cvs-version; &amp;&amp;
-install -v -m755 -d /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} 
&amp;&amp;
+<screen role='root'><userinput>i
+install -v -m644 doc/*.txt /usr/share/doc/cvs-&cvs-version;                   
&amp;&amp;
+install -v -m755 -d        /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} 
&amp;&amp;
 install -v -m644 doc/cvs.html/* \
-                 /usr/share/doc/cvs-&cvs-version;/html/cvs &amp;&amp;
+                           /usr/share/doc/cvs-&cvs-version;/html/cvs          
&amp;&amp;
 install -v -m644 doc/cvsclient.html/* \
-                 
/usr/share/doc/cvs-&cvs-version;/html/cvsclient</userinput></screen>
+                           
/usr/share/doc/cvs-&cvs-version;/html/cvsclient</userinput></screen>
 
   </sect2>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to