Changeset 07e2d39


Ignore:
Timestamp:
07/31/2006 02:46:27 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
11bc6d5
Parents:
554e15b
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r554e15b r07e2d39  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>July 31, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Added a patch vim to fix a spellfile download
     44          problem.  Thanks to Alexander Patrakov.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter03/patches.xml

    r554e15b r07e2d39  
    316316    </varlistentry>
    317317
     318    <varlistentry>
     319      <term>Vim Spellfile Patch - <token>&vim-spellfile-patch-size;</token>:</term>
     320      <listitem>
     321        <para>Download: <ulink url="&patches-root;&vim-spellfile-patch;"/></para>
     322        <para>MD5 sum: <literal>&vim-spellfile-patch-md5;</literal></para>
     323      </listitem>
     324    </varlistentry>
     325
    318326  </variablelist>
    319327
  • chapter06/vim.xml

    r554e15b r07e2d39  
    5959
    6060<screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
     61
     62    <para>There is an issue introduced by one of the upstream patches that
     63    creates a problem downloading spellfiles.  Until this is updated by the
     64    developers, the following patch fixes the problem:</para>
     65
     66<screen><userinput>patch -Np1 -i ../&vim-spellfile-patch;</userinput></screen>
    6167
    6268    <para>Finally, change the default location of the
  • patches.ent

    r554e15b r07e2d39  
    168168<!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
    169169<!ENTITY vim-mandir-patch-size "4.2 KB">
     170
     171<!ENTITY vim-spellfile-patch "vim-&vim-version;-spellfile-1.patch">
     172<!ENTITY vim-spellfile-patch-md5 "98e59e34cb6e16a8d4671247cebd64ee">
     173<!ENTITY vim-spellfile-patch-size "1.2 KB">
     174
Note: See TracChangeset for help on using the changeset viewer.