Ignore:
Timestamp:
01/09/2012 04:43:56 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d8a0fe7
Parents:
df46eec
Message:

Update to vim-7.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    rdf46eec r1db225b  
    77  <!ENTITY vim-download-http "http://www2.nl.vim.org/unix/vim-&vim-version;.tar.bz2">
    88  <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    9   <!ENTITY vim-md5sum        "f0901284b338e448bfd79ccca0041254">
    10   <!ENTITY vim-size          "7.2 MB">
    11   <!ENTITY vim-buildsize     "75 MB">
     9  <!ENTITY vim-md5sum        "5b9510a17074e2b37d8bb38ae09edbf2">
     10  <!ENTITY vim-size          "8.7 MB">
     11  <!ENTITY vim-buildsize     "97 MB">
    1212  <!ENTITY vim-time          "0.8 SBU">
    1313]>
     
    4242    <application>X</application> support is automatically detected.</para>
    4343
     44    &lfs70_checked;
     45
    4446    <bridgehead renderas="sect3">Package Information</bridgehead>
    4547    <itemizedlist spacing="compact">
     
    6668    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6769    <itemizedlist spacing='compact'>
    68       <listitem>
     70      <!-- <listitem>
    6971        <para>Required Patch: <ulink
    7072          url="&patch-root;/vim-&vim-version;-fixes-5.patch"/></para>
    71       </listitem>
     73      </listitem> -->
    7274      <listitem>
    7375        <para>Translated Vim messages: <ulink
    74          url="http://www2.nl.vim.org/extra/vim-&vim-version;-lang.tar.gz"/>
     76         url="http://www2.nl.vim.org/extra/vim-7.2-lang.tar.gz"/>
    7577      </para>
    7678      </listitem>
     
    8587    <para role="optional">
    8688      <xref linkend="gtk2"/> or
    87       <xref linkend="lesstif"/>
     89      <xref linkend="lesstif"/>,
    8890      <xref linkend="python"/>,
    8991      <xref linkend="tcl"/>,
     
    121123    commands:</para>
    122124
    123 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-5.patch &amp;&amp;
    124 echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
     125<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
    125126echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
    126127./configure --prefix=/usr --with-features=huge &amp;&amp;
     
    172173    <title>Command Explanations</title>
    173174
    174     <para><command>patch &hellip;</command>: These patches are the same as the
     175    <!-- <para><command>patch &hellip;</command>: These patches are the same as the
    175176    ones in the LFS build used to update the package with upstream patches
    176     and ensure the man pages are placed in the proper locations.</para>
     177    and ensure the man pages are placed in the proper locations.</para>-->
    177178
    178179    <para><parameter>--with-features=huge</parameter>: This switch enables all
Note: See TracChangeset for help on using the changeset viewer.