Ignore:
Timestamp:
08/07/2019 08:52:11 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
6323b10d
Parents:
7e5a3ec
Message:

Fix subversion to work with SWIG-4 again

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r7e5a3ec r0129b143  
    167167    </para>
    168168
    169 <screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-apr_1.7.0_fix-1.patch</userinput></screen>
    170 
    171     <para>
    172       Next, apply some fixes to adapt subversion to <xref linkend="swig"/>:
     169<screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-apr_1.7.0_fix-1.patch</userinput></screen> -->
     170
     171    <para>
     172      First, apply a fix to adapt subversion to <xref linkend="swig"/>:
    173173    </para>
    174174 
    175 <screen><userinput>sed -i '/define.*MEMORY/a#define SWIG_POINTER_NO_NULL 0x4' \
    176    subversion/bindings/swig/proxy/swigrun.swg &amp;&amp;
    177 sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
    178 -->
     175<screen><userinput remap="pre">sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
     176
    179177    <para>
    180178      Install <application>Subversion</application> by running the following
     
    243241    </para>
    244242
    245     <para>
     243    <note><para>
    246244      The Python Bindings test suite (<command>make check-swig-py</command>)
    247245      is broken with SWIG-4.0.0, however the bindings themselves work as
    248246      expected.
    249     </para>
     247    </para></note>
    250248
    251249    <para>
Note: See TracChangeset for help on using the changeset viewer.