Changeset fc7aa029 for postlfs


Ignore:
Timestamp:
08/12/2024 06:48:46 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
e53d4eb
Parents:
d32ae7d
Message:

Update to vim-9.1.0660 (sync with LFS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    rd32ae7d rfc7aa029  
    99  <!ENTITY vim-download-http "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
    1010  <!ENTITY vim-download-ftp  " ">
    11   <!ENTITY vim-md5sum        "79dfe62be5d347b1325cbd5ce2a1f9b3">
     11  <!ENTITY vim-md5sum        "c512a99b3704f193be1a181cc644b2b2">
    1212  <!ENTITY vim-size          "17 MB">
    13   <!ENTITY vim-buildsize     "125 MB (add 67 MB for tests)">
    14   <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 3.0 SBU for tests)">
     13  <!ENTITY vim-buildsize     "134 MB (add 74 MB for tests)">
     14  <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 11 SBU for tests)">
    1515]>
    1616
     
    121121      </para>
    122122    </note>
    123 <!--
    124     <para>
    125       First, if you are building the Lua interpreter for VIM, adapt it to an
    126       API change in lua-5.4.0:
    127     </para>
    128 
    129 <screen><userinput remap="pre">sed -i '461 s/static int/int/' src/if_lua.c</userinput></screen>
    130 -->
     123
    131124    <para>
    132125      Install <application>Vim</application> by running the following
     
    164157
    165158    <para>
    166       To test the results, issue: <command>make -j1 test</command>, or
    167       <command>bwrap --dev-bind / / --dev-bind /dev/null /etc/vimrc make -j1
    168       test</command> if running the tests with <xref linkend='bubblewrap'/>
    169       and <filename>/etc/vimrc</filename> hidden.
    170       Even if one of the tests fails to produce the file
    171       <filename>test.out</filename> in <filename
    172       class="directory">src/testdir</filename>, the remaining tests will
     159      To test the results, issue: <command>make -j1 test</command>
     160      Test failures, if any, will produce the file
     161      <filename>test.log</filename> in <filename
     162      class="directory">src/testdir</filename>. The remaining tests will
    173163      still be executed. If all goes well, the log will report
    174164      <literal>ALL DONE</literal>. Some tests labelled as
     
    177167      and also if they are run in a 'screen' session.
    178168    </para>
     169
     170    <note>
     171      <para>
     172        If running the tests with <xref linkend='bubblewrap'/> and
     173        <filename>/etc/vimrc</filename> hidden, use
     174        <command>bwrap --dev-bind / / --dev-bind /dev/null /etc/vimrc make -j1 test</command>.
     175      </para>
     176    </note>
    179177
    180178    <note>
Note: See TracChangeset for help on using the changeset viewer.