mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Apply some upstream fixes to Vim.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
25048ce792
commit
ead6e7a856
@ -38,6 +38,9 @@
|
||||
<listitem>
|
||||
<para>2007-06-30</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add upstream patches for Vim.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Udev-113, fixes
|
||||
<ulink url="&lfs-ticket-root;2040">#2040</ulink>.</para>
|
||||
|
@ -222,6 +222,9 @@
|
||||
<listitem>
|
||||
<para>&util-linux-lseek-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&vim-fixes-patch;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -252,6 +252,14 @@
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&vim-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&vim-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Vim Man Directories Patch - <token>&vim-mandir-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -48,6 +48,12 @@
|
||||
<filename>vim-&vim-version;-lang.tar.gz</filename> archives into the
|
||||
same directory.</para>
|
||||
|
||||
<para>Apply a patch which fixes various issues already found and fixed by
|
||||
the upstream maintainers since the inital release of Vim-&vim-version;:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>This version of Vim installs translated man pages and places
|
||||
them into directories that will not be searched by Man-DB. Patch Vim
|
||||
so that it installs its man pages into searchable directories and
|
||||
|
@ -136,6 +136,10 @@
|
||||
<!ENTITY util-linux-lseek-patch-md5 "5d6c86321c1ea74d7ed7cf57861da423">
|
||||
<!ENTITY util-linux-lseek-patch-size "10 KB">
|
||||
|
||||
<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-1.patch">
|
||||
<!ENTITY vim-fixes-patch-md5 "744bc215560d3fbe80bfef4bab270f9a">
|
||||
<!ENTITY vim-fixes-patch-size "19.6 KB">
|
||||
|
||||
<!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
|
||||
<!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
|
||||
<!ENTITY vim-mandir-patch-size "4.2 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user