Changeset 1476aabf


Ignore:
Timestamp:
06/02/2013 11:14:20 AM (11 years ago)
Author:
Igor Živković <igor@…>
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:
e803c07e
Parents:
7cc1bcd
Message:

Subversion-1.7.10.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7cc1bcd r1476aabf  
    388388<!ENTITY ruby-patch-version           "195">
    389389<!ENTITY slang-version                "2.2.4">
    390 <!ENTITY subversion-version           "1.7.8">
     390<!ENTITY subversion-version           "1.7.10">
    391391<!ENTITY tcl-version                  "8.6.0">
    392392<!ENTITY tk-version                   "8.6.0">
  • general/prog/subversion.xml

    r7cc1bcd r1476aabf  
    88  "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    99  <!ENTITY subversion-download-ftp  " ">
    10   <!ENTITY subversion-md5sum        "454b9f398415c3504435bf8c3f6ed127">
    11   <!ENTITY subversion-size          "5.8 MB">
    12   <!ENTITY subversion-buildsize     "115 MB (additional 585 MB for tests)">
    13   <!ENTITY subversion-time          "0.9 SBU (additional 19 SBU for tests)">
     10  <!ENTITY subversion-md5sum        "4088a77e14232876c9b4ff1541e6e200">
     11  <!ENTITY subversion-size          "5.7 MB">
     12  <!ENTITY subversion-buildsize     "127 MB (additional 586 MB for tests)">
     13  <!ENTITY subversion-time          "0.8 SBU (additional 20 SBU for tests)">
    1414]>
    1515
     
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required">
    92       <xref linkend="sqlite"/>,
    93       <xref linkend="apr-util"/> and
     92      <xref linkend="apr-util"/>,
    9493      <xref linkend="neon"/> or
    95       <ulink url="http://code.google.com/p/serf/">serf</ulink>
    96     </para>
    97 
    98     <para>
    99       If you require the <application>Berkeley DB</application> back-end hooks
    100       in <application>Subversion</application> to build or support BDB based
    101       repositories, you must have <application>APR-util</application> linked to
    102       the <application>Berkeley DB</application> library.
    103     </para>
     94      <ulink url="http://code.google.com/p/serf/">serf</ulink>, and
     95      <xref linkend="sqlite"/>
     96    </para>
     97
     98    <note>
     99      <para>
     100        If you require the <application>Berkeley DB</application> back-end hooks
     101        in <application>Subversion</application> to build or support BDB based
     102        repositories, you must have <application>APR-util</application> linked to
     103        the <application>Berkeley DB</application> library.
     104      </para>
     105    </note>
    104106
    105107    <bridgehead renderas="sect4">Optional</bridgehead>
    106108    <para role="optional">
    107       <xref linkend="python2"/> (required to run the test suite),
     109      <xref linkend="apache"/>,
    108110      <xref linkend="db"/>,
    109111      <xref linkend="cyrus-sasl"/>,
    110       <xref linkend="openssl"/>,
    111112      <xref linkend="dbus-glib"/>,
    112113      <xref linkend="libgnome-keyring"/>,
    113       <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support) and
    114       <xref linkend="apache"/>
     114      <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support),
     115      <xref linkend="openssl"/>,
     116      <xref linkend="python2"/> (required to run the test suite) and
     117      <xref linkend="ruby"/> (version 1.8.x)
    115118    </para>
    116119
     
    118121    <para role="optional">
    119122      One of <xref linkend="openjdk"/>,
    120       <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
     123      <ulink url="http://www.inet.no/dante/">Dante</ulink> or
    121124      <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
    122125      and <xref linkend="junit"/> (to test the Java bindings)
     
    125128    <bridgehead renderas="sect4">Optional (for the SWIG Bindings)</bridgehead>
    126129    <para role="optional">
    127       <ulink url="http://www.swig.org">SWIG</ulink> and
    128       <xref linkend="python2"/>
     130      <ulink url="http://www.swig.org/">SWIG</ulink>
    129131    </para>
    130132
     
    157159
    158160<screen><userinput>make javahl</userinput></screen>
    159 
    160     <para>
    161       <application>Perl</application> and/or <application>Python</application>
    162       <!-- ruby is currently b0rken <application>Ruby</application> -->
    163     </para>
    164161
    165162    <para>
     
    174171
    175172    <para>
    176       To compile the <application>Perl</application> and/or
    177       <application>Python</application> bindings issue any or all of the
    178       following commands:
     173      To compile the <application>Perl</application>,
     174      <application>Python</application> or <application>Ruby</application>
     175      bindings issue any of the following commands:
    179176    </para>
    180177<screen><userinput>make swig-pl &amp;&amp;
    181 make swig-py</userinput></screen>
    182 
    183 <!-- &amp;&amp;
    184 make swig-rb -->
     178make swig-py &amp;&amp;
     179make swig-rb</userinput></screen>
    185180
    186181    <para>
     
    195190
    196191    <para>
    197       To test the results of any or all of the <application>SWIG</application>
    198       bindings, you can use the following commands:
     192      To test the results of any of the <application>SWIG</application>
     193      bindings, you can use any of the following commands:
    199194    </para>
    200195
    201196<screen><userinput>make check-swig-pl &amp;&amp;
    202 make check-swig-py</userinput></screen>
    203 
    204 <!-- &amp;&amp;
    205 make check-swig-rb -->
     197make check-swig-py &amp;&amp;
     198make check-swig-rb </userinput></screen>
    206199
    207200    <para>
     
    223216    <para>
    224217      If you built any of the <application>SWIG</application> bindings, issue
    225       any or all of the following commands as the
     218      any of the following commands as the
    226219      <systemitem class="username">root</systemitem> user to install them:
    227220    </para>
    228221
    229222<screen role="root"><userinput>make install-swig-pl &amp;&amp;
    230 make install-swig-py</userinput></screen>
    231 
    232 <!-- &amp;&amp;
    233 make install-swig-rb -->
     223make install-swig-py &amp;&amp;
     224make install-swig-rb</userinput></screen>
    234225
    235226    <para>
     
    308299      <seglistitem>
    309300        <seg>
    310           svn, svnadmin, svndumpfilter, svnlook, svnserve, svnsync and
     301          svn, svnadmin, svndumpfilter, svnlook, svnrdump, svnserve, svnsync and
    311302          svnversion
    312303        </seg>
    313304        <seg>
    314           libsvn*.so and optionally, a Java library, the mod_dav_svn.so, and
     305          libsvn_*-1.so and optionally, a Java library, the mod_dav_svn.so and
    315306          and mod_authz_svn.so <application>Apache HTTP</application> DSO
    316307          modules and various <application>Perl</application> and
     
    439430      </varlistentry>
    440431
    441       <varlistentry id="libsvn_star">
    442         <term><filename class="libraryfile">libsvn_*.so</filename></term>
     432      <varlistentry id="libsvn_star-1">
     433        <term><filename class="libraryfile">libsvn_*-1.so</filename></term>
    443434        <listitem>
    444435          <para>
     
    446437            <application>Subversion</application> programs.
    447438          </para>
    448           <indexterm zone="subversion libsvn_star">
    449             <primary sortas="c-libsvn_star">libsvn_*.so</primary>
     439          <indexterm zone="subversion libsvn_star-1">
     440            <primary sortas="c-libsvn_star-1">libsvn_*-1.so</primary>
    450441          </indexterm>
    451442        </listitem>
  • introduction/welcome/changelog.xml

    r7cc1bcd r1476aabf  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Subversion-1.7.10.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[igor] - Ruby-2.0.0.</para>
    5154        </listitem>
Note: See TracChangeset for help on using the changeset viewer.