mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to CVS-1.11.20
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3945 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
51a70dfded
commit
b136a6da06
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY cvs-download-http "https://ccvs.cvshome.org/files/documents/19/534/cvs-&cvs-version;.tar.bz2">
|
||||
<!ENTITY cvs-download-http "https://ccvs.cvshome.org/files/documents/19/861/cvs-&cvs-version;.tar.bz2">
|
||||
<!ENTITY cvs-download-ftp " ">
|
||||
<!ENTITY cvs-md5sum "1dd5c16064906617e4358738bfe59b66">
|
||||
<!ENTITY cvs-size "2.3 MB">
|
||||
<!ENTITY cvs-buildsize "20 MB">
|
||||
<!ENTITY cvs-time "0.31 SBU">
|
||||
<!ENTITY cvs-md5sum "9e215c0ee3bb7dfb76515d7cd81a3742">
|
||||
<!ENTITY cvs-size "2.4 MB">
|
||||
<!ENTITY cvs-buildsize "22 MB">
|
||||
<!ENTITY cvs-time "0.3 SBU (additional 19.1 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="cvs" xreflabel="CVS-&cvs-version;">
|
||||
@ -68,9 +68,11 @@
|
||||
<bridgehead renderas="sect3">CVS Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="gdbm"/>,
|
||||
<para><xref linkend="gdbm"/>,
|
||||
<xref linkend="tcsh"/>,
|
||||
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
|
||||
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
|
||||
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
|
||||
(for the GSSAPI libraries),
|
||||
<xref linkend="gs"/> or <xref linkend="espgs"/>,
|
||||
<ulink url="../server/mail.html">MTA</ulink> and
|
||||
<xref linkend="vim"/></para>
|
||||
@ -92,8 +94,15 @@
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen>
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &&
|
||||
install -v -m644 doc/cvs{,client}.ps /usr/share/doc/cvs-&cvs-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -152,7 +161,7 @@ make install</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>cvs, cvsbug, and rcs2log</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/cvs and /usr/share/doc/cvs-&cvs-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -185,13 +194,13 @@ make install</userinput></screen>
|
||||
<varlistentry id="rcs2log">
|
||||
<term><command>rcs2log</command></term>
|
||||
<listitem>
|
||||
<para>RCS to Change Log generator.</para>
|
||||
<para>is a symlink to the contributed RCS to Change Log
|
||||
generator.</para>
|
||||
<indexterm zone="cvs rcs2log">
|
||||
<primary sortas="b-rcs2log">rcs2log</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "02">
|
||||
<!ENTITY day "03">
|
||||
<!ENTITY month "05">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "May &day;nd, &year;">
|
||||
<!ENTITY releasedate "May &day;rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
|
||||
@ -211,7 +211,7 @@
|
||||
<!ENTITY ncftp-version "3.1.7">
|
||||
<!ENTITY openssh-version "4.0p1">
|
||||
<!ENTITY rsync-version "2.6.3">
|
||||
<!ENTITY cvs-version "1.11.18">
|
||||
<!ENTITY cvs-version "1.11.20">
|
||||
<!ENTITY subversion-version "1.1.4">
|
||||
<!ENTITY wget-version "1.9.1">
|
||||
<!ENTITY tcpwrappers-version "7.6">
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>May 3rd, 2005 [randy]: Updated to
|
||||
CVS-1.11.20.</para></listitem>
|
||||
|
||||
<listitem><para>May 2nd, 2005 [randy]: Updated to
|
||||
xine Libraries-1.0.1.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user