Ignore:
Timestamp:
09/14/2016 07:45:46 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
006bd37
Parents:
006220b
Message:

Update to sqlite-3.14.2.
Update to vim-8.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17760 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r006220b reb5ff6de  
    77  <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
    88  <!ENTITY vim-download-ftp  " ">
    9   <!ENTITY vim-md5sum        "607e135c559be642f210094ad023dc65">
    10   <!ENTITY vim-size          "9.4 MB">
    11   <!ENTITY vim-buildsize     "90 MB">
    12   <!ENTITY vim-time          "1.7 SBU">
     9  <!ENTITY vim-md5sum        "808d2ebdab521e18bc5e0eaede0db867">
     10  <!ENTITY vim-size          "10.1 MB">
     11  <!ENTITY vim-buildsize     "119 MB">
     12  <!ENTITY vim-time          "1.8 SBU">
    1313]>
    1414
     
    108108<screen><userinput>echo '#define SYS_VIMRC_FILE  "/etc/vimrc"' &gt;&gt;  src/feature.h &amp;&amp;
    109109echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
    110 
    111 sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c   &amp;&amp;
    112110
    113111./configure --prefix=/usr \
     
    141139     directory -->
    142140
    143 <screen role="root"><userinput>ln -snfv ../vim/vim74/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
     141<screen role="root"><userinput>ln -snfv ../vim/vim80/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    144142
    145143    <para>If you wish to update the runtime files, issue the
     
    160158  <sect2 role="commands">
    161159    <title>Command Explanations</title>
    162 
    163     <para><command>sed -i ... src/if_lua.c</command>: This sed fixes
    164     compilation with <application>lua</application> 5.3.</para>
    165160
    166161    <para><parameter>--with-features=huge</parameter>: This switch enables all
     
    260255      from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
    261256      them to <filename class="directory"> ~/.vim/spell </filename> or in
    262       <filename class="directory">/usr/share/vim/vim74/spell/</filename>.</para>
     257      <filename class="directory">/usr/share/vim/vim80/spell/</filename>.</para>
    263258
    264259      <para>To find out what's new in <application>Vim-&vim-version;</application>
Note: See TracChangeset for help on using the changeset viewer.