Changeset cc4dfdf


Ignore:
Timestamp:
10/30/2012 02:00:02 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4d98d0e
Parents:
42cd941
Message:

Update cvs for LFS-7.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10824 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cvs.xml

    r42cd941 rcc4dfdf  
    3636    creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
    3737
    38     &lfs71_checked;
     38    &lfs72_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    125125<screen><userinput>patch -Np1 -i ../cvs-&cvs-version;-zlib-1.patch</userinput></screen>
    126126
     127    <para>Now fix a conflict with newer libraries:</para>
     128
     129<screen><userinput>sed -i -e 's/getline /get_line /' lib/getline.{c,h}</userinput></screen>
     130
    127131    <para>Install <application>CVS</application> by running
    128132    the following commands:</para>
     
    132136
    133137    <para>If you have <xref linkend="texlive"/>
    134     installed and wish to create DVI, Postscript, HTML or text docs from the
     138    installed and wish to create HTML or text docs from the
    135139    documentation source files, issue the following command:</para>
    136140
    137 <screen><userinput>make -C doc html txt dvi ps</userinput></screen>
     141<screen><userinput>make -C doc html txt</userinput></screen>
    138142
    139143    <para>To test the results, issue: <command>make check</command>. This will
     
    153157
    154158<screen role='root'><userinput>make install &amp;&amp;
    155 install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
     159install -v -m755 -d         /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    156160install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    157 install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen>
     161install -v -m644 doc/*.pdf  /usr/share/doc/cvs-&cvs-version;</userinput></screen>
    158162
    159163    <para>If you created any additional documentation, install it by issuing
     
    161165    <systemitem class="username">root</systemitem> user:</para>
    162166
    163 <screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,txt} /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    164 install -v -m755 -d /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} &amp;&amp;
     167<screen role='root'><userinput>i
     168install -v -m644 doc/*.txt /usr/share/doc/cvs-&cvs-version;                   &amp;&amp;
     169install -v -m755 -d        /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} &amp;&amp;
    165170install -v -m644 doc/cvs.html/* \
    166                  /usr/share/doc/cvs-&cvs-version;/html/cvs &amp;&amp;
     171                           /usr/share/doc/cvs-&cvs-version;/html/cvs          &amp;&amp;
    167172install -v -m644 doc/cvsclient.html/* \
    168                  /usr/share/doc/cvs-&cvs-version;/html/cvsclient</userinput></screen>
     173                           /usr/share/doc/cvs-&cvs-version;/html/cvsclient</userinput></screen>
    169174
    170175  </sect2>
Note: See TracChangeset for help on using the changeset viewer.