Changeset 88d804a3 for xsoft


Ignore:
Timestamp:
05/17/2021 06:43:06 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
71e5226
Parents:
1f75d527
Message:

Update to rxvt-unicode-9.26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/rxvt-unicode.xml

    r1f75d527 r88d804a3  
    77  <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    88  <!ENTITY rxvt-unicode-download-ftp  " ">
    9   <!ENTITY rxvt-unicode-md5sum        "93782dec27494eb079467dacf6e48185">
    10   <!ENTITY rxvt-unicode-size          "910 KB">
    11   <!ENTITY rxvt-unicode-buildsize     "23 MB (plus 9 MB if gdk-pixbuf is present)">
     9  <!ENTITY rxvt-unicode-md5sum        "18dd0b15e7f67478bf0a88b0fc5e8cd4">
     10  <!ENTITY rxvt-unicode-size          "884 KB">
     11  <!ENTITY rxvt-unicode-buildsize     "23 MB">
    1212  <!ENTITY rxvt-unicode-time          "0.2 SBU">
    1313]>
     
    109109    </para>
    110110
    111 <screen><userinput>sed -i '/if (perl)/,+5d' src/rxvtperl.xs      &amp;&amp;
    112 ./configure --prefix=/usr --enable-everything &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr --enable-everything &amp;&amp;
    113112make</userinput></screen>
    114113
     
    127126  <sect2 role="commands">
    128127    <title>Command Explanations</title>
    129 
    130     <para>
    131       <command>sed -i '/if (perl)/,+5d' src/rxvtperl.xs</command>:
    132       This prevents a segmentation fault when closing a urxvt terminal,
    133       caused by deallocating a private environment copy before destructing
    134       the perl interpreter which calls getenv().
    135       <!--https://bugzilla.redhat.com/show_bug.cgi?id=1894917
    136           http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html -->
    137     </para>
    138128
    139129    <para>
Note: See TracChangeset for help on using the changeset viewer.