Переглянути джерело

Added a patch vim to fix a spellfile download problem.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 19 роки тому
батько
коміт
07e2d39a4b
4 змінених файлів з 29 додано та 0 видалено
  1. 10 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 6 0
      chapter06/vim.xml
  4. 5 0
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>July 31, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added a patch vim to fix a spellfile download 
+          problem.  Thanks to Alexander Patrakov.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>July 30, 2006</para>
       <itemizedlist>

+ 8 - 0
chapter03/patches.xml

@@ -315,6 +315,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Vim Spellfile Patch - <token>&vim-spellfile-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&vim-spellfile-patch;"/></para>
+        <para>MD5 sum: <literal>&vim-spellfile-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
   </variablelist>
 
   <para>Total size of these patches: about <returnvalue/></para>

+ 6 - 0
chapter06/vim.xml

@@ -59,6 +59,12 @@
 
 <screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
 
+    <para>There is an issue introduced by one of the upstream patches that
+    creates a problem downloading spellfiles.  Until this is updated by the
+    developers, the following patch fixes the problem:</para>
+
+<screen><userinput>patch -Np1 -i ../&vim-spellfile-patch;</userinput></screen>
+
     <para>Finally, change the default location of the
     <filename>vimrc</filename> configuration file to <filename
     class="directory">/etc</filename>:</para>

+ 5 - 0
patches.ent

@@ -167,3 +167,8 @@
 <!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
 <!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
 <!ENTITY vim-mandir-patch-size "4.2 KB">
+
+<!ENTITY vim-spellfile-patch "vim-&vim-version;-spellfile-1.patch">
+<!ENTITY vim-spellfile-patch-md5 "98e59e34cb6e16a8d4671247cebd64ee">
+<!ENTITY vim-spellfile-patch-size "1.2 KB">
+