Ignore:
Timestamp:
01/03/2011 04:11:51 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
53ed2b4
Parents:
8a67713c
Message:

Updated to Subversion-1.6.15

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r8a67713c r66d1e63  
    77  <!ENTITY subversion-download-http "http://subversion.tigris.org/downloads/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "9c30a47b1d48664e7afef68bb4834c53">
    10   <!ENTITY subversion-size          "5.4 MB">
    11 
    12   <!ENTITY subversion-buildsize     "170 MB (additional 43 MB to install all bindings and 740 MB to run all test suites)">
    13   <!ENTITY subversion-time          "2.8 SBU (add 2.3 SBU for bindings and 6.0 SBU to run test suites)">
     9  <!ENTITY subversion-md5sum        "113fca1d9e4aa389d7dc2b210010fa69">
     10  <!ENTITY subversion-size          "5.5 MB">
     11
     12  <!ENTITY subversion-buildsize     "230 MB (additional 119 MB to install all bindings and 750 MB to run all test suites)">
     13  <!ENTITY subversion-time          "2.1 SBU (add 2.7 SBU for bindings and 7.1 SBU to run test suites)">
    1414
    1515  <!ENTITY svn-neon-version         "0.28.3">
     
    109109    <xref linkend="dbus-glib"/>,
    110110    <xref linkend="gnome-keyring"/>,
    111     <xref linkend="kdelibs"/>,
     111    KWallet from KDE4,
    112112    <xref linkend="apache"/> (if you have <application>Apache Portable
    113113    Runtime</application> installed), and
     
    140140    &svn-swig-version;, but will attempt to use it anyway if you build the
    141141    <application>SWIG</application> bindings. Versions of
    142     <application>SWIG</application> up to 1.3.40 are known to work.</para>
     142    <application>SWIG</application> up to 2.0.1 are known to work.</para>
    143143
    144144    <!-- <para>Note that the <application>Python</application>,
     
    184184    following commands:</para>
    185185
    186 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     186<screen><userinput>sed -i 's/version" !=/version" &lt;/' \
     187    build/ac-macros/berkeley-db.m4
     188autoconf
     189
     190./configure --prefix=/usr &amp;&amp;
    187191make</userinput></screen>
    188192
     
    269273    <title>Command Explanations</title>
    270274
    271     <para><command>sed -i '...' .../Makefile.PL.in</command>: This command
    272     is used to fix a problem with compiling the <application>Perl</application>
    273     bindings. It can be omitted if you're not building the bindings.</para>
    274 
    275     <para><option>--with-neon=<replaceable>&lt;prefix&gt;</replaceable></option>:
    276     This option should be used if you wish to use a system-installed version
    277     of <application>neon</application>.</para>
     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>
    278283
    279284    <para><option>--with-apr=<replaceable>&lt;prefix&gt;</replaceable>
     
    353358        /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/SVN (optional),
    354359        /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/SVN (optional),
    355         /usr/lib/ruby/site_ruby/x.x/i686-linux/svn,
     360        /usr/lib/ruby/site_ruby/x.x/i686-linux/svn (optional),
    356361        /usr/lib/svn-javahl (optional),
    357362        /usr/lib/svn-python (optional) and
Note: See TracChangeset for help on using the changeset viewer.