Changeset fc7aa029
- Timestamp:
- 08/12/2024 06:48:46 PM (2 months ago)
- Branches:
- 12.2, lazarus, trunk, xry111/for-12.3
- Children:
- e53d4eb
- Parents:
- d32ae7d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd32ae7d rfc7aa029 42 42 <para>August 12th, 2024</para> 43 43 <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> 44 48 <listitem> 45 49 <para>[bdubbs] - Update to highlight-4.13. Fixes -
packages.ent
rd32ae7d rfc7aa029 76 76 <!ENTITY mousepad-version "0.6.2"> 77 77 <!ENTITY nano-version "8.1"> 78 <!ENTITY vim-version "9.1.0 041">78 <!ENTITY vim-version "9.1.0660"> 79 79 <!ENTITY vim-majmin "91"> 80 80 -
postlfs/editors/vim.xml
rd32ae7d rfc7aa029 9 9 <!ENTITY vim-download-http "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz"> 10 10 <!ENTITY vim-download-ftp " "> 11 <!ENTITY vim-md5sum " 79dfe62be5d347b1325cbd5ce2a1f9b3">11 <!ENTITY vim-md5sum "c512a99b3704f193be1a181cc644b2b2"> 12 12 <!ENTITY vim-size "17 MB"> 13 <!ENTITY vim-buildsize "1 25 MB (add 67MB for tests)">14 <!ENTITY vim-time "0.3 SBU (with parallelism=4; add 3.0SBU 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)"> 15 15 ]> 16 16 … … 121 121 </para> 122 122 </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 131 124 <para> 132 125 Install <application>Vim</application> by running the following … … 164 157 165 158 <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 173 163 still be executed. If all goes well, the log will report 174 164 <literal>ALL DONE</literal>. Some tests labelled as … … 177 167 and also if they are run in a 'screen' session. 178 168 </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> 179 177 180 178 <note>
Note:
See TracChangeset
for help on using the changeset viewer.