Changeset 0446bed


Ignore:
Timestamp:
03/30/2010 06:36:37 PM (14 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:
de35414d
Parents:
b0b12fa
Message:

Updated to Subversion-1.6.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    rb0b12fa r0446bed  
    77  <!ENTITY subversion-download-http "http://subversion.tigris.org/downloads/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "037d1ed7a313631d50defdc3cf727415">
    10   <!ENTITY subversion-size          "4.7 MB">
    11 
    12   <!ENTITY subversion-buildsize     "111 MB (additional 74 MB to install all bindings and 592 MB to run all test suites)">
    13   <!ENTITY subversion-time          "1.6 SBU (add 1.8 SBU for bindings and 6.7 SBU to run test suites)">
     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)">
    1414
    1515  <!ENTITY svn-neon-version         "0.28.3">
    16   <!ENTITY svn-swig-version         "1.3.31">
     16  <!ENTITY svn-swig-version         "1.3.36">
    1717]>
    1818
     
    9999    <para role="optional"><xref linkend="python"/> (required to run the test suite),
    100100    <xref linkend="db"/>,
     101    <xref linkend="sqlite"/>,
     102    <xref linkend="cyrus-sasl"/>,
     103    <xref linkend="openssl"/>,
     104    <xref linkend="dbus-glib"/>,
    101105    <xref linkend="apache"/> (if you have <application>Apache Portable
    102     Runtime</application> installed),
    103     <ulink url="http://www.webdav.org/neon/">neon</ulink>*, and
     106    Runtime</application> installed), and
     107    <ulink url="http://www.webdav.org/neon/">neon</ulink> or
    104108    <ulink url="http://code.google.com/p/serf/">serf</ulink></para>
    105109
    106     <para>* The <command>configure</command> script will warn that the
     110    <!-- <para>* The <command>configure</command> script will warn that the
    107111    installed <application>neon</application> version is not supported if the
    108112    version is greater than &svn-neon-version;. You can circumvent this
    109     warning by passing <option>--disable-neon-version-check</option> to the
     113    warning by passing <option>-disable-neon-version-check</option> to the
    110114    <command>configure</command> command. Note that this may or may not work,
    111115    depending on the version of <application>neon</application> you have
    112116    installed, but <application>neon</application>-0.26.3 is known to
    113     work.</para>
     117    work.</para> -->
    114118
    115119    <bridgehead renderas="sect4">Optional to Build the Java Bindings</bridgehead>
     
    128132    &svn-swig-version;, but will attempt to use it anyway if you build the
    129133    <application>SWIG</application> bindings. Versions of
    130     <application>SWIG</application> up to 1.3.37 are known to work.</para>
     134    <application>SWIG</application> up to 1.3.40 are known to work.</para>
    131135
    132136    <!-- <para>Note that the <application>Python</application>,
     
    172176    following commands:</para>
    173177
    174 <screen><userinput>sed -i 's/@SVN_APR_INCLUDES@/&amp; @CPPFLAGS@/' \
    175     subversion/bindings/swig/perl/native/Makefile.PL.in
    176 
    177 ./configure --prefix=/usr &amp;&amp;
     178<screen><userinput>./configure --prefix=/usr &amp;&amp;
    178179make</userinput></screen>
    179180
     
    216217    <para>To test the results, issue: <command>make check</command>.</para>
    217218
    218     <!-- <note>
    219       <para>The <computeroutput>fs-base-test</computeroutput> is known to fail
    220       with issues surrounding the Berkeley database installation. As mentioned
    221       earlier, it is not yet fully understood why this test fails.</para>
    222     </note> -->
    223 
    224219    <para>To test the results of the Java bindings build, issue
    225220    <command>make check-javahl</command>. Note you must have the
     
    238233<screen role='root'><userinput>make install &amp;&amp;
    239234install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    240 cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
     235cp      -v -R       doc/* \
     236                    /usr/share/doc/subversion-&subversion-version;</userinput></screen>
    241237
    242238    <para>If you built the Java bindings, issue the following command
     
    251247
    252248<screen role='root'><userinput>make install-swig-pl &amp;&amp;
    253 
    254249make install-swig-py &amp;&amp;
    255 echo /usr/lib/svn-python \
    256     &gt; /usr/lib/python&python-majorver;/site-packages/subversion.pth &amp;&amp;
    257 
    258250make install-swig-rb</userinput></screen>
     251
     252    <para>In order for <application>Python</application> to automatically
     253    discover the bindings, add
     254    <filename class='directory'>/usr/lib/svn-python</filename> to the
     255    <envar>PYTHONPATH</envar> environment variable to the system or
     256    personal profiles.</para>
    259257
    260258  </sect2>
     
    284282    <envar>PATH</envar> and won't be properly discovered.</para>
    285283
    286     <para><parameter>--with-installbuilddir=/usr/lib/apr-0</parameter>:
     284    <!-- <para><parameter>-with-installbuilddir=/usr/lib/apr-0</parameter>:
    287285    This parameter is used (and only has an effect if you used the
    288286    <application>Subversion dependencies</application> package) to force the
    289287    installation of some APR-related support programs to
    290288    <filename class="directory">/usr/lib/apr-0</filename> instead of
    291     <filename class="directory">/usr/build</filename>.</para>
     289    <filename class="directory">/usr/build</filename>.</para> -->
    292290
    293291  </sect2>
  • general.ent

    rb0b12fa r0446bed  
    409409<!ENTITY rsync-version                "3.0.7">
    410410<!ENTITY samba3-version               "3.5.1">
    411 <!ENTITY subversion-version           "1.5.4">
     411<!ENTITY subversion-version           "1.6.9">
    412412<!ENTITY tcpwrappers-version          "7.6">
    413413<!ENTITY wget-version                 "1.12">
  • introduction/welcome/changelog.xml

    rb0b12fa r0446bed  
    4646      <itemizedlist>
    4747        <listitem>
    48           <para>[ag] - Fixed with a sed a buffer overflow bug in S-Lang.
    49           </para>
     48          <para>[randy] - Updated to Subversion-1.6.9.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[ag] - Added a sed command to the S-Lang instructions to fix
     52          a buffer overflow bug.</para>
    5053        </listitem>
    5154        <listitem>
Note: See TracChangeset for help on using the changeset viewer.