Changeset 0129b143


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7e5a3ec r0129b143  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 6th, &year;">
     9<!ENTITY releasedate  "August 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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>
  • introduction/welcome/changelog.xml

    r7e5a3ec r0129b143  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>August 7th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt Subversion to changes in SWIG-4.0.0
     49          again.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
Note: See TracChangeset for help on using the changeset viewer.