Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r169d04a r3f2db3a6  
    77  <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "2eccc2c7451397e01a13682600af9563">
    10   <!ENTITY subversion-size          "8.1 MB">
     9  <!ENTITY subversion-md5sum        "9927b167d1c67d663ca63125907f6f69">
     10  <!ENTITY subversion-size          "8.3 MB">
    1111  <!-- for 1.12.0                    1.12.2         1.13.0
    1212       make javahl: 0.5 SBU  28 MB; not avail
     
    2323  <?dbhtml filename="subversion.html"?>
    2424
    25   <sect1info>
    26     <date>$Date$</date>
    27   </sect1info>
    2825
    2926  <title>Subversion-&subversion-version;</title>
     
    4744    </para>
    4845
    49     &lfs110a_checked;
     46    &lfs112_checked;
    5047
    5148    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8885        <para>
    8986          Required patch for building with <xref linkend="apr"/>:
    90           <ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/>
     87          <ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/>
    9188        </para>
    9289      </listitem>
     
    135132      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
    136133      <ulink url="https://github.com/lz4/lz4/releases">LZ4</ulink>, and
    137       <ulink url="http://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
     134      <ulink url="https://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
    138135    </para>
    139136
     
    141138    <para role="optional">
    142139      One of <xref linkend="openjdk"/>,
    143       <ulink url="http://www.inet.no/dante/">Dante</ulink> or
     140      <ulink url="https://www.inet.no/dante/">Dante</ulink> or
    144141      <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
    145142      <ulink url="https://junit.org/junit4/">JUnit 4</ulink> (to test the Java bindings) and
     
    215212    </para>
    216213    <para>
    217       <screen><command>make javahl</command></screen>
     214      <screen><command>make -j1 javahl</command></screen>
    218215    </para>
    219216
     
    239236
    240237    <para>
    241       To test the results of the Java bindings build,
    242       issue <command>LANG=C make check-javahl</command>.
     238      To test the results of any of the <application>SWIG</application>
     239      bindings, you can use any of the following commands:
     240      <command>make check-swig-pl</command>,
     241      <command>make check-swig-py</command>, or
     242      <command>make check-swig-rb</command>.
     243    </para>
     244
     245    <para>
     246      Now, as the <systemitem class="username">root</systemitem> user:
     247    </para>
     248
     249<screen role="root"><userinput>make install &amp;&amp;
     250
     251install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
     252cp      -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
     253
     254    <para>
     255      If you built the Java bindings, issue the following command as the
     256      <systemitem class="username">root</systemitem> user to install them:
     257    </para>
     258    <para>
     259<screen><command>make install-javahl</command></screen>
     260    </para>
     261
     262    <para>
     263      If you built the <application>Perl</application>,
     264      <application>Python</application>, or
     265      <application>Ruby</application> bindings, issue any of the following
     266      commands as the <systemitem class="username">root</systemitem> user
     267      to install them:
     268    </para>
     269    <para>
     270<screen><command>make install-swig-pl</command>
     271<command>make install-swig-py \
     272      swig_pydir=/usr/lib/python&python3-majorver;/site-packages/libsvn \
     273      swig_pydir_extra=/usr/lib/python&python3-majorver;/site-packages/svn</command>
     274<command>make install-swig-rb</command></screen>
     275    </para>
     276
     277    <para>
     278      The java bindings need to be installed in order for the tests to run,
     279      since the tests attempt to look for them in CLASSPATH. To test the
     280      results of the Java bindings build, issue
     281      <command>LANG=C make check-javahl</command>.
    243282      <!-- ~~ This explanation is added to the configure above ~~
    244283      The <application>JUnit</application> testing framework must be installed,
     
    251290      -->
    252291    </para>
    253 
    254     <para>
    255       To test the results of any of the <application>SWIG</application>
    256       bindings, you can use any of the following commands:
    257       <command>make check-swig-pl</command>,
    258       <command>make check-swig-py</command>, or
    259       <command>make check-swig-rb</command>.
    260     </para>
    261 
    262     <para>
    263       Now, as the <systemitem class="username">root</systemitem> user:
    264     </para>
    265 
    266 <screen role="root"><userinput>make install &amp;&amp;
    267 
    268 install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    269 cp      -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
    270 
    271     <para>
    272       If you built the Java bindings, issue the following command as the
    273       <systemitem class="username">root</systemitem> user to install them:
    274     </para>
    275     <para>
    276 <screen><command>make install-javahl</command></screen>
    277     </para>
    278 
    279     <para>
    280       If you built the <application>Perl</application>,
    281       <application>Python</application>, or
    282       <application>Ruby</application> bindings, issue any of the following
    283       commands as the <systemitem class="username">root</systemitem> user
    284       to install them:
    285     </para>
    286     <para>
    287 <screen><command>make install-swig-pl</command>
    288 <command>make install-swig-py \
    289       swig_pydir=/usr/lib/python&python3-majorver;/site-packages/libsvn \
    290       swig_pydir_extra=/usr/lib/python&python3-majorver;/site-packages/svn</command>
    291 <command>make install-swig-rb</command></screen>
    292     </para>
    293 
    294292  </sect2>
    295293
Note: See TracChangeset for help on using the changeset viewer.