Ignore:
Timestamp:
01/14/2007 03:45:10 AM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4967eaf6
Parents:
158a9f3d
Message:

Updated to vim-7.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r158a9f3d re26dfbf7  
    1919  <!ENTITY vim-download-http "http://ftp.at.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    2020  <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    21   <!ENTITY vim-md5sum        "774c14d93ce58674b3b2c880edd12d77">
    22   <!ENTITY vim-size          "3.6 MB">
    23   <!ENTITY vim-buildsize     "41 MB">
    24   <!ENTITY vim-time          "0.6 SBU">
     21  <!ENTITY vim-md5sum        "4ca69757678272f718b1041c810d82d8">
     22  <!ENTITY vim-size          "6.3 MB">
     23  <!ENTITY vim-buildsize     "73 MB">
     24  <!ENTITY vim-time          "0.8 SBU">
    2525]>
    2626
     
    7878    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7979    <itemizedlist spacing='compact'>
     80      <listitem>
     81        <para>Recommended Patch: <ulink
     82          url="&patch-root;/vim-&vim-version;-fixes-14.patch"/></para>
     83      </listitem>
     84      <listitem>
     85        <para>Recommended Patch: <ulink
     86          url="&patch-root;/vim-&vim-version;-mandir-1.patch"/></para>
     87      </listitem>
    8088      <listitem>
    8189        <para>Translated Vim messages: <ulink
     
    125133    commands:</para>
    126134
    127 <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
     135<screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-14.patch &amp;&amp;
     136patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &amp;&amp;   
     137echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
    128138echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
    129139./configure --prefix=/usr --with-features=huge &amp;&amp;
     
    149159    <title>Command Explanations</title>
    150160
     161    <para><command>patch &hellip;</command>: These patches are the same as LFS
     162    and update the package with upstream patches and ensure the man pages
     163    are placed in the proper locations.</para>
     164
    151165    <para><parameter>--with-features=huge</parameter>: This switch enables all
    152166    the additional features available in <application>Vim</application>.</para>
     
    157171    title bar of an <application>Xterm</application> window are available.</para>
    158172
    159     <para><option>--without-x</option>: If you prefer not to link
    160     <application>Vim</application> against <application>X</application>, use
    161     this switch.</para>
     173    <para><option>--without-x</option>, <option>--enable-gui=no</option>: If
     174    you prefer not to link <application>Vim</application> against
     175    <application>X</application>, use these switches.</para>
    162176
    163177  </sect2>
Note: See TracChangeset for help on using the changeset viewer.