Changeset 893d3e5a for general


Ignore:
Timestamp:
02/16/2023 05:13:04 AM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
15445ab
Parents:
f040dc0
Message:

Subversion: Adapt the Ruby bindings to Ruby-3.2. See #17666

Also tagged it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    rf040dc0 r893d3e5a  
    4444    </para>
    4545
    46     &lfs112_checked;
     46    &lfs113_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    162162      </note>
    163163-->
    164 <!--
    165     <para>
    166       First, apply a patch to fix building against <xref linkend="apr"/>:
    167     </para>
    168 
    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     </para>
    174 
    175 <screen><userinput remap="pre">sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
    176 -->
     164
    177165    <para>
    178166      First, adapt some Python scripts to use python3:
     
    180168
    181169<screen><userinput remap="pre">grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     170
     171    <para>
     172      Next, adapt the Ruby bindings to Ruby-3.2:
     173    </para>
     174
     175<screen><userinput remap="pre">sed -e 's/File.exists?/File.exist?'                \
     176    -i subversion/bindings/swig/ruby/svn/util.rb   \
     177    -i subversion/bindings/swig/ruby/test/test_wc.rb</userinput></screen>
    182178
    183179    <para>
Note: See TracChangeset for help on using the changeset viewer.