Changeset 0129b143
- Timestamp:
- 08/07/2019 08:52:11 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6323b10d
- Parents:
- 7e5a3ec
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7e5a3ec r0129b143 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 6th, &year;">9 <!ENTITY releasedate "August 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/subversion.xml
r7e5a3ec r0129b143 167 167 </para> 168 168 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 fixesto 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"/>: 173 173 </para> 174 174 175 <screen><userinput>sed -i '/define.*MEMORY/a#define SWIG_POINTER_NO_NULL 0x4' \ 176 subversion/bindings/swig/proxy/swigrun.swg && 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 179 177 <para> 180 178 Install <application>Subversion</application> by running the following … … 243 241 </para> 244 242 245 < para>243 <note><para> 246 244 The Python Bindings test suite (<command>make check-swig-py</command>) 247 245 is broken with SWIG-4.0.0, however the bindings themselves work as 248 246 expected. 249 </para> 247 </para></note> 250 248 251 249 <para> -
introduction/welcome/changelog.xml
r7e5a3ec r0129b143 42 42 </listitem> 43 43 --> 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> 44 53 45 54 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.