Changeset 6508aec for general/prog


Ignore:
Timestamp:
08/31/2012 09:20:57 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
ca55cfe
Parents:
3db52ee
Message:

Update to Subversion-1.7.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r3db52ee r6508aec  
    88  "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    99  <!ENTITY subversion-download-ftp  " ">
    10   <!ENTITY subversion-md5sum        "f6353b9b581081cdf97299300c9eada3">
     10  <!ENTITY subversion-md5sum        "4baa434db7709bb059b05d02a2547663">
    1111  <!ENTITY subversion-size          "5.7 MB">
    12   <!ENTITY subversion-buildsize     "112 MB (703 MB with tests)">
    13   <!ENTITY subversion-time          "1.0 SBU (8.4 SBU with tests)">
     12  <!ENTITY subversion-buildsize     "115 MB (703 MB with tests)">
     13  <!ENTITY subversion-time          "0.9 SBU (8.4 SBU with tests)">
    1414]>
    1515
     
    7575          Estimated build time: &subversion-time;
    7676        </para>
     77      </listitem>
     78    </itemizedlist>
     79
     80    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     81    <itemizedlist spacing='compact'>
     82      <listitem>
     83        <para>Required patch: <ulink
     84        url="&patch-root;/subversion-&subversion-version;-build_fixes-1.patch"/></para>
    7785      </listitem>
    7886    </itemizedlist>
     
    110118    <para role="optional">
    111119      One of <xref linkend="openjdk"/>,
    112      <!-- <xref linkend="jdk"/>, -->
    113120      <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
    114121      <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
     
    120127      <ulink url="http://www.swig.org">SWIG</ulink> and
    121128      <xref linkend="python2"/>.
    122       <!-- <xref linkend="ruby"/> broken just now -->
    123129    </para>
    124130
     
    131137    <title>Installation of Subversion</title>
    132138
    133 <!--    <para>
    134       If you have the current version of <application>Apache</application>
    135       installed <application>Subversion</application> will try to compile
    136       <filename class="libraryfile">mod_dav_svn.so</filename> to use with
    137       <xref linkend="apache"/> and the build will fail. Fix the bug with
    138       the following sed (not needed with <application>Apache 2.2</application>):
    139     </para>
    140 
    141 <screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen> -->
    142 
    143139    <para>
    144140      Install <application>Subversion</application> by running the following
     
    146142    </para>
    147143
    148 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     144<screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-build_fixes-1.patch &amp;&amp;
     145./configure --prefix=/usr --disable-static            &amp;&amp;
    149146make</userinput></screen>
    150147
Note: See TracChangeset for help on using the changeset viewer.