Changeset d659cbe


Ignore:
Timestamp:
08/11/2013 06:19:39 PM (11 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:
8d4b121
Parents:
c32e0380
Message:

Update to vim-7.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc32e0380 rd659cbe  
    6363<!ENTITY lfs-perl-version             "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
    6464<!ENTITY lfs-shadow-version           "4.1.5">
    65 <!ENTITY lfs-vim-version              "7.3">
     65<!ENTITY lfs-vim-version              "7.4">
    6666<!-- End LFS versions -->
    6767
     
    186186<!ENTITY joe-version                  "3.7">
    187187<!ENTITY nano-version                 "2.3.2">
    188 <!ENTITY vim-version                  "7.3">
     188<!ENTITY vim-version                  "7.4">
    189189
    190190<!-- Chapter 7 -->
  • introduction/welcome/changelog.xml

    rc32e0380 rd659cbe  
    4747      <para>August 11th, 2013</para>
    4848      <itemizedlist>
    49          <listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to vim-7.4.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[krejzi] - Added Qt 5.1.0.</para>
    5154        </listitem>
    52          <listitem>
     55        <listitem>
    5356          <para>[krejzi] - Transmission 2.82.</para>
    5457        </listitem>
  • postlfs/editors/vim.xml

    rc32e0380 rd659cbe  
    77  <!ENTITY vim-download-http " ">
    88  <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    9   <!ENTITY vim-md5sum        "5b9510a17074e2b37d8bb38ae09edbf2">
    10   <!ENTITY vim-size          "8.7 MB">
    11   <!ENTITY vim-buildsize     "97 MB">
    12   <!ENTITY vim-time          "0.8 SBU">
     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">
    1313]>
    1414
     
    6969    <itemizedlist spacing='compact'>
    7070      <listitem>
    71         <para>Optional Patch: <ulink
    72           url="&patch-root;/vim-&vim-version;-fixes-524.patch"/></para>
    73       </listitem>
    74       <listitem>
    7571        <para>Translated Vim messages: <ulink
    7672         url="ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz"/>
    77       </para>
     73        </para>
    7874      </listitem>
    7975    </itemizedlist>
     
    113109    </note>
    114110
    115     <para>If you downloaded the optional set of <application>Vim</application> patches,
    116     apply them now:</para>
    117 
    118 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-524.patch</userinput></screen>
    119 
    120111    <para>If desired, unpack the translated messages archive:</para>
    121112
     
    125116    commands:</para>
    126117
    127 <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
     118<screen><userinput>echo '#define SYS_VIMRC_FILE  "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
    128119echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
    129120./configure --prefix=/usr --with-features=huge &amp;&amp;
     
    155146     directory -->
    156147
    157 <screen role="root"><userinput>ln -snfv ../vim/vim73/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
     148<screen role="root"><userinput>ln -snfv ../vim/vim74/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    158149
    159150    <para>If you wish to update the runtime files, issue the
     
    174165  <sect2 role="commands">
    175166    <title>Command Explanations</title>
    176 
    177     <!-- <para><command>patch &hellip;</command>: These patches are the same as the
    178     ones in the LFS build used to update the package with upstream patches
    179     and ensure the man pages are placed in the proper locations.</para>-->
    180167
    181168    <para><parameter>--with-features=huge</parameter>: This switch enables all
     
    242229      from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
    243230      them to <filename class="directory"> ~/.vim/spell </filename> or in
    244       <filename class="directory">/usr/share/vim/vim73/spell/</filename>.</para>
     231      <filename class="directory">/usr/share/vim/vim74/spell/</filename>.</para>
    245232
    246233      <para>To find out what's new in <application>Vim-&vim-version;</application>
Note: See TracChangeset for help on using the changeset viewer.