Forráskód Böngészése

Apply some upstream fixes to Vim.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 17 éve
szülő
commit
ead6e7a856
5 módosított fájl, 24 hozzáadás és 0 törlés
  1. 3 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 6 0
      chapter06/vim.xml
  5. 4 0
      patches.ent

+ 3 - 0
chapter01/changelog.xml

@@ -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>

+ 3 - 0
chapter01/whatsnew.xml

@@ -222,6 +222,9 @@
     <listitem>
       <para>&util-linux-lseek-patch;</para>
     </listitem>
+    <listitem>
+      <para>&vim-fixes-patch;</para>
+    </listitem>
   </itemizedlist>
 
   <itemizedlist>

+ 8 - 0
chapter03/patches.xml

@@ -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>

+ 6 - 0
chapter06/vim.xml

@@ -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

+ 4 - 0
patches.ent

@@ -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">