Changeset d8069d7 for basicnet/netprogs


Ignore:
Timestamp:
10/26/2011 04:34:14 AM (13 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:
955b7fd2
Parents:
20e6cade
Message:

Update to Berkeley DB-5.2.36.
Add sharutils-4.11.
Update to tcl-8.5.10.
Update to libpng-1.5.5.
Update to jpeg-8c.
Update to libffi-3.0.10.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r20e6cade rd8069d7  
    4444    is covered at <xref linkend="svnserver"/>.</para>
    4545
     46    &lfs70_checked;
     47
    4648    <bridgehead renderas="sect3">Package Information</bridgehead>
    4749    <itemizedlist spacing="compact">
     
    6567      </listitem>
    6668    </itemizedlist>
    67 
    68     <!--
    69     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    70     <itemizedlist spacing="compact">
    71       <listitem>
    72         <para>Required patch if using
    73         <application>Swig</application>-1.3.25 and you wish
    74         to build the <application>Perl</application> bindings: <ulink
    75         url="&patch-root;/patches/subversion-&subversion-version;-swig_1.3.25-1.patch"/></para>
    76       </listitem>
    77     </itemizedlist>
    78     -->
    7969
    8070    <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
     
    115105    <ulink url="http://code.google.com/p/serf/">serf</ulink></para>
    116106
    117     <!-- <para>* The <command>configure</command> script will warn that the
    118     installed <application>neon</application> version is not supported if the
    119     version is greater than &svn-neon-version;. You can circumvent this
    120     warning by passing <option>-disable-neon-version-check</option> to the
    121     <command>configure</command> command. Note that this may or may not work,
    122     depending on the version of <application>neon</application> you have
    123     installed, but <application>neon</application>-0.26.3 is known to
    124     work.</para> -->
    125 
    126107    <bridgehead renderas="sect4">Optional to Build the Java Bindings</bridgehead>
    127108    <para role="optional">One of <xref linkend="icedtea6"/>,
     
    142123    <application>SWIG</application> up to 2.0.1 are known to work.</para>
    143124
    144     <!-- <para>Note that the <application>Python</application>,
    145     <application>Perl</application> and <application>Ruby</application>
    146     bindings will not compile properly with the current version of
    147     <application>SWIG</application>. To build the bindings, you must have
    148     <application>SWIG</application>-1.3.{24,25} installed. Complete
    149     instructions for building the <application>SWIG</application> bindings
    150     can be found in the <application>Subversion</application> source tree
    151     file <filename>./subversion/bindings/swig/INSTALL</filename>.</para> -->
    152 
    153125    <para condition="html" role="usernotes">User Notes:
    154126    <ulink url="&blfs-wiki;/subversion"/></para>
     
    159131    <title>Installation of Subversion</title>
    160132
    161     <!-- <caution>
    162       <para>For reasons that are not yet fully understood,
    163       <application>Subversion</application> repositories based on some versions
    164       of <application>Berkeley DB</application> (notably 4.4.x) may not perform
    165       reliably. Though there have been no reports of corrupted databases caused
    166       by this issue, the <application>Subversion</application> test suite may
    167       report a failure in one of the tests due to problems opening a repository
    168       based on <application>Berkeley DB</application>. This issue only affects
    169       BDB-based repositories on a local installation and does not affect access
    170       to a BDB-based repository on a remote system built with older versions of
    171       <application>Subversion</application> or
    172       <application>Berkeley DB</application>.</para>
    173 
    174       <para>For these reasons, the <application>Berkeley DB</application>
    175       back-end is disabled, and any local BDB-based repositories you may have
    176       will be unavailable after installing <application>Subversion</application>
    177       using the following instructions. Please reference the information at
    178       <ulink
    179       url="http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5"/>
    180       if you need to migrate your repositores.</para>
    181     </caution> -->
    182 
    183133    <para>Install <application>Subversion</application> by running the
    184134    following commands:</para>
    185135
    186 <screen><userinput>sed -i 's/version" !=/version" &lt;/' \
    187     build/ac-macros/berkeley-db.m4 &amp;&amp;
    188 autoconf &amp;&amp;
    189 
    190 ./configure --prefix=/usr &amp;&amp;
     136<screen><userinput>./configure --prefix=/usr &amp;&amp;
    191137make</userinput></screen>
    192138
     
    194140    build the API documentation, issue:
    195141    <command>doxygen doc/doxygen.conf</command>.</para>
    196 
    197     <!-- <note>
    198       <para>If you have <application>Apache</application> installed, pass
    199       the <option>-with-apr=/usr</option> and
    200       <option>-with-apr-util=/usr</option> switches to the
    201       <command>configure</command> script. Otherwise,
    202       <application>Subversion</application> will overwrite APR and APR-utils
    203       from the <application>Apache</application> installation with the source
    204       distribution files. You may also need to pass
    205       <option>-with-apxs=/usr/sbin/apxs</option> as <command>apxs</command>
    206       might not be in an unprivileged user's <envar>PATH</envar> and won't be
    207       properly discovered. Additionally if you have
    208       <application>Apache</application> installed, you may safely remove the
    209       <parameter>-with-installbuilddir=/usr/lib/apr-0</parameter> parameter
    210       as it will have no effect.</para>
    211     </note> -->
    212142
    213143    <para>If you passed the <option>--enable-javahl</option> parameter to
     
    272202  <sect2 role="commands">
    273203    <title>Command Explanations</title>
    274 
    275     <para><command>sed -i '...' build/ac-macros/berkeley-db.m4</command>:
    276     This command fixes the <application>Berkeley-DB</application> discovery
    277     if the <application>Berkeley-DB</application> version is greater than
    278     4.x.</para>
    279 
    280     <para><command>autoconf</command>: This command is used to generate a new
    281     <command>configure</command> script to incorporate the changes from the
    282     previous command.</para>
    283204
    284205    <para><option>--with-apr=<replaceable>&lt;prefix&gt;</replaceable>
     
    294215    <command>apxs</command> might not be in an unprivileged user's
    295216    <envar>PATH</envar> and won't be properly discovered.</para>
    296 
    297     <!-- <para><parameter>-with-installbuilddir=/usr/lib/apr-0</parameter>:
    298     This parameter is used (and only has an effect if you used the
    299     <application>Subversion dependencies</application> package) to force the
    300     installation of some APR-related support programs to
    301     <filename class="directory">/usr/lib/apr-0</filename> instead of
    302     <filename class="directory">/usr/build</filename>.</para> -->
    303217
    304218  </sect2>
Note: See TracChangeset for help on using the changeset viewer.