Ignore:
Timestamp:
07/25/2019 03:43:17 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9d10790
Parents:
8a7c250
Message:

Update to subversion-1.12.2.
Update to mesa-19.1.3.
Update to glib-2.60.6.
Update to glu-9.0.1.
Update to libtasn1-4.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r8a7c250 r55582eb0  
    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        "be4f5c0b1b38a5d82bd6d16a16ff1346">
     9  <!ENTITY subversion-md5sum        "1ff249f848f834ded88536543e031975">
    1010  <!ENTITY subversion-size          "8.1 MB">
    11   <!-- for 1.12.0
    12        make javahl: 0.5 SBU  28 MB;
    13        swig-pl:     0.8      42 MB;
    14        swig-py:     0.6      26 MB;
    15        swig-rb:     0.4      22 MB 
    16        docs:        2 secs   26 MB;
    17        tests       46 min  1104 MB -->
    18   <!ENTITY subversion-buildsize     "175 MB (add 118 MB for bindings, 26 MB for docs, 1.1 GB for tests)">
    19   <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 2.6 SBU for bindings, 29 SBU for tests)">
     11  <!-- for 1.12.0                    1.12.2
     12       make javahl: 0.5 SBU  28 MB; not avail
     13       swig-pl:     0.8      42 MB; 0.7 SBU  43 MB
     14       swig-py:     0.6      26 MB; 0.5      28 MB
     15       swig-rb:     0.4      22 MB; 0.4      21 MB
     16       docs:        2 secs   26 MB; 2 sec    27 MB
     17       tests       46 min  1104 MB  46:52  1103 MB     -->
     18  <!ENTITY subversion-buildsize     "175 MB (add 120 MB for bindings, 27 MB for docs, 1.1 GB for tests)">
     19  <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 2.1 SBU for bindings, 30 SBU for tests)">
    2020]>
    2121
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85<!--
    8686    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8787    <itemizedlist spacing="compact">
     
    9393      </listitem>
    9494    </itemizedlist>
    95 
     95-->
    9696    <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
    9797
     
    162162        </para>
    163163      </note>
    164 
     164<!--
    165165    <para>
    166166      First, apply a patch to fix building against <xref linkend="apr"/>:
     
    176176   subversion/bindings/swig/proxy/swigrun.swg &amp;&amp;
    177177sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
    178 
     178-->
    179179    <para>
    180180      Install <application>Subversion</application> by running the following
     
    182182    </para>
    183183
    184 <screen><userinput>./autogen.sh &amp;&amp;
    185 
    186 ./configure --prefix=/usr             \
     184<screen><userinput>./configure --prefix=/usr             \
    187185            --disable-static          \
    188186            --with-apache-libexecdir  \
     
    219217
    220218    <para>
    221       To test the results, issue: <command>make check</command>.
     219      To test the results, issue: <command>make check</command>.  The upgrade_tests.py
     220      test is known to fail.
    222221    </para>
    223222
     
    238237      bindings, you can use any of the following commands:
    239238      <command>make check-swig-pl</command>,
    240       <command> make check-swig-py</command>, or
     239      <command>make check-swig-py</command>, or
    241240      <command>make check-swig-rb</command>.
    242241    </para>
     
    255254
    256255install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    257 cp      -v -R       doc/* \
    258                     /usr/share/doc/subversion-&subversion-version;</userinput></screen>
     256cp      -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
    259257
    260258    <para>
Note: See TracChangeset for help on using the changeset viewer.