Changeset fc7aa029


Ignore:
Timestamp:
08/12/2024 06:48:46 PM (2 months 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).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd32ae7d rfc7aa029  
    4242      <para>August 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to vim-9.1.0660 (sync with LFS). Addresses
     46          <ulink url="&blfs-ticket-root;12241">#12241</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to highlight-4.13. Fixes
  • packages.ent

    rd32ae7d rfc7aa029  
    7676<!ENTITY mousepad-version             "0.6.2">
    7777<!ENTITY nano-version                 "8.1">
    78 <!ENTITY vim-version                  "9.1.0041">
     78<!ENTITY vim-version                  "9.1.0660">
    7979<!ENTITY vim-majmin                   "91">
    8080
  • 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.