Changeset 11f60725 for postlfs/editors


Ignore:
Timestamp:
05/20/2012 07:10:21 PM (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:
4c869cdd
Parents:
2fffba4
Message:

Add an optional set of upstream patches to vim

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r2fffba4 r11f60725  
    6868    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6969    <itemizedlist spacing='compact'>
    70       <!-- <listitem>
    71         <para>Required Patch: <ulink
    72           url="&patch-root;/vim-&vim-version;-fixes-5.patch"/></para>
    73       </listitem> -->
     70      <listitem>
     71        <para>Optional Patch: <ulink
     72          url="&patch-root;/vim-&vim-version;-fixes-524.patch"/></para>
     73      </listitem>
    7474      <listitem>
    7575        <para>Translated Vim messages: <ulink
     
    8787    <para role="optional">
    8888      <xref linkend="gtk2"/> or
    89       <!-- <xref linkend="lesstif"/>, -->
    9089      <ulink url="http://sourceforge.net/projects/lesstif/">LessTif</ulink>,
    9190      <xref linkend="python2"/>,
     
    9493      <xref linkend="gpm"/>
    9594    </para>
    96     <!-- mentioned below as a runtime dependency
    97     <xref linkend="rsync"/> (to update the runtime files)
    98     -->
    9995
    10096    <para condition="html" role="usernotes">User Notes:
     
    120116
    121117<screen><userinput>tar -xf ../vim-&vim-version;-lang.tar.gz --strip-components=1</userinput></screen>
     118
     119    <para>If you downloaded the optional set of <application>Vim</application> patches,
     120    apply them now:</para>
     121
     122<screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-524.patch</userinput></screen>
    122123
    123124    <para>Install <application>Vim</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.