Changeset 4d6e546


Ignore:
Timestamp:
04/12/2005 04:02:01 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e5243605
Parents:
d0a1a90
Message:

Updated to Subversion-1.1.4

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    rd0a1a90 r4d6e546  
    77  <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "a09c2b2fa1a09566c024547954a48478">
     9  <!ENTITY subversion-md5sum        "6e557ae65b6b8d7577cc7704ede85a23">
    1010  <!ENTITY subversion-size          "6.7 MB">
    11   <!ENTITY subversion-buildsize     "663 MB">
    12   <!ENTITY subversion-time          "1.44 SBU (additional 7.51 SBU to run test suite)">
     11  <!ENTITY subversion-buildsize     "182 MB (additional 577 MB to run all test suites)">
     12  <!ENTITY subversion-time          "1.24 SBU (add 0.90 SBU for SWIG bindings and 6.45 SBU to run test suites)">
    1313  <!ENTITY svn-neon-version         "0.24.7">
    1414]>
     
    5656<sect3><title><application>Subversion</application> dependencies</title>
    5757<sect4><title>Required</title>
    58 <para><xref linkend="libxml2"/></para>
     58<para><xref linkend="libxml2"/> (only if using the bundled version of
     59<application>neon</application>)</para>
    5960</sect4>
    6061
    6162<sect4><title>Optional</title>
     63<para><xref linkend="python"/> (required to run the full test suite),
     64<xref linkend="apache"/>,
     65<xref linkend="openssh"/> (runtime only),
     66<ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
     67<xref linkend="j2sdk"/> (to build the <application>JAVA</application>
     68bindings),
     69<ulink url="http://www.junit.org/">JUnit</ulink> (for running the
     70<application>JAVA</application> bindings test suite and requires
     71<xref linkend="unzip"/>),
     72<ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate
     73<application>JAVA</application> compiler),
     74<ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
     75Jikes</ulink> (another alternate
     76<application>JAVA</application> compiler) and
     77inetd or <xref linkend="xinetd"/> (server only)</para>
     78</sect4>
     79
     80<sect4><title>Optional for the bundled version of
     81<application>neon</application></title>
    6282<para><xref linkend="expat"/>,
    6383<xref linkend="pkgconfig"/>,
    64 <xref linkend="db"/>,
    65 <xref linkend="gdbm"/>,
    66 <xref linkend="python"/>,
    67 <xref linkend="apache"/>,
    68 <xref linkend="j2sdk"/>,
    6984<xref linkend="openssl"/>,
    70 <xref linkend="openssh"/>,
    71 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    72 <ulink url="http://www.swig.org">SWIG</ulink>,
    73 <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
    74 <ulink url="http://www.junit.org/">JUnit</ulink> (requires
    75 <xref linkend="unzip"/>),
    76 <ulink url="http://www.inet.no/dante/">Dante</ulink>,
    77 <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
    78 Jikes</ulink> and
    79 inetd or <xref linkend="xinetd"/> (server only)</para>
     85<xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
     86</sect4>
     87
     88<sect4><title>Optional for the bundled version of
     89<application>Apache Portable Runtime</application></title>
     90<para><xref linkend="expat"/> and
     91<xref linkend="gdbm"/></para>
     92</sect4>
     93
     94<sect4><title>Optional to build the <application>SWIG</application>
     95bindings</title>
     96<para><ulink url="http://www.swig.org">SWIG</ulink> and
     97<xref linkend="python"/></para>
    8098</sect4>
    8199</sect3>
     
    91109<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    92110make</command></userinput></screen>
     111
     112<para>If you passed the <option>--enable-javahl</option> parameter to
     113<command>configure</command> and wish to build the
     114<application>JAVA</application> <application>Subversion</application>
     115bindings, issue the following command:</para>
     116
     117<screen><userinput><command>make javahl</command></userinput></screen>
     118
     119<para>If you passed the <option>--with-swig</option> and
     120<option>--enable-swig-bindings</option> parameters to
     121<command>configure</command> and wish to build the
     122<application>SWIG</application> <application>Perl</application> and
     123<application>Python</application> <application>Subversion</application>
     124bindings, issue the following commands:</para>
     125
     126<screen><userinput><command>make swig-pl &amp;&amp;
     127make swig-py</command></userinput></screen>
    93128
    94129<para>Now, as the root user:</para>
     
    99134
    100135<note><para>If you have <application>Apache</application> installed, pass
    101 the <parameter>--with-apr=/usr</parameter> and
    102 <parameter>--with-apr-util=/usr</parameter> switches to the
    103 <command>configure</command> script. Otherwise,
     136the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option>
     137switches to the <command>configure</command> script. Otherwise,
    104138<application>Subversion</application> will overwrite
    105139<acronym>APR</acronym> and <acronym>APR</acronym>-utils from the
    106140<application>Apache</application> installation with its own
    107 files.</para></note>
     141files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option>
     142as <command>apxs</command> might not be in an unprivileged user's
     143<envar>PATH</envar> and won't be properly discovered.</para></note>
     144
     145<para>If you built the <application>JAVA</application>
     146<application>Subversion</application> bindings, issue the following command
     147as the root user to install them:</para>
     148
     149<screen><userinput role='root'><command>make install-javahl</command></userinput></screen>
     150
     151<para>If you built the <application>SWIG</application>
     152<application>Perl</application> and <application>Python</application>
     153<application>Subversion</application> bindings, issue the following commands
     154as the root user to install them:</para>
     155
     156<screen><userinput role='root'><command>make install-swig-pl &amp;&amp;
     157make install-swig-py &amp;&amp;
     158echo /usr/lib/svn-python \
     159    > /usr/lib/python2.4/site-packages/subversion.pth</command></userinput></screen>
    108160
    109161</sect2>
     
    114166<para><option>--with-ssl</option>: This switch enables
    115167<application>Open<acronym>SSL</acronym></application> support in
    116 <application>neon</application>.</para>
     168<application>neon</application> (only required if you use the bundled version
     169of <application>neon</application>).</para>
    117170
    118171</sect2>
     
    156209<seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnversion and
    157210optionally, neon-config</seg>
    158 <seg>libsvn_*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so
     211<seg>libsvn*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so
    159212and mod_authz_svn.so <application>Apache
    160213<acronym>HTTP</acronym></application> <acronym>DSO</acronym> modules</seg>
    161214<seg>/etc/subversion, /usr/include/neon (optional), /usr/include/subversion-1,
     215/usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/SVN (optional),
     216/usr/lib/perl5/site_perl/5.8.6/i686-linux/SVN (optional),
     217/usr/lib/svn-javahl (optional), /usr/lib/svn-python (optional),
    162218/usr/share/doc/neon-&svn-neon-version; (optional) and
    163219/usr/share/doc/subversion-&subversion-version;</seg>
  • general.ent

    rd0a1a90 r4d6e546  
    213213<!ENTITY rsync-version                "2.6.3">
    214214<!ENTITY cvs-version                  "1.11.18"> 
    215 <!ENTITY subversion-version           "1.1.3">
     215<!ENTITY subversion-version           "1.1.4">
    216216<!ENTITY wget-version                 "1.9.1"> 
    217217<!ENTITY tcpwrappers-version          "7.6"> 
  • general/genlib/slib.xml

    rd0a1a90 r4d6e546  
    99<!ENTITY slib-md5sum        "dc1aa0ffb9e2414223ceefc315f6baf9">
    1010<!ENTITY slib-size          "705 KB">
    11 <!ENTITY slib-buildsize     "8.5 MB">
    12 <!ENTITY slib-time          "0.02 SBU">
     11<!ENTITY slib-buildsize     "8.6 MB">
     12<!ENTITY slib-time          "0.01 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rd0a1a90 r4d6e546  
    2626Configuration' page.</para></listitem>
    2727
    28 <listitem><para>April 11th, 2005 [randy]: Updated to Nail-11.22 and
    29 Guile-1.6.7; moved Guile instructions from 'Chapter 8 - General Libraries'
    30 to 'Chapter 12 - Programming'.</para></listitem>
     28<listitem><para>April 11th, 2005 [randy]: Updated to Nail-11.22,
     29Guile-1.6.7 and Subversion-1.1.4; moved Guile instructions from 'Chapter 8 -
     30General Libraries' to 'Chapter 12 - Programming'.</para></listitem>
    3131
    3232<listitem><para>April 10th, 2005 [randy]: Updated to NASM-0.98.39 and
Note: See TracChangeset for help on using the changeset viewer.