Author: ag
Date: 2007-07-30 12:19:13 -0600 (Mon, 30 Jul 2007)
New Revision: 6989

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/editors/vim.xml
Log:
Added a patch to vim instructions to keep in sync with LFS

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-07-27 18:49:21 UTC (rev 6988)
+++ trunk/BOOK/general.ent      2007-07-30 18:19:13 UTC (rev 6989)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "30">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-07-27 18:49:21 UTC 
(rev 6988)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-07-30 18:19:13 UTC 
(rev 6989)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>July 30th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ag] - Added a consolidated patch to vim instructions, with 
fixes
+          from upstream. Syncing with LFS.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 27th, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml  2007-07-27 18:49:21 UTC (rev 6988)
+++ trunk/BOOK/postlfs/editors/vim.xml  2007-07-30 18:19:13 UTC (rev 6989)
@@ -66,10 +66,14 @@
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing='compact'>
       <listitem>
-        <para>Recommended Patch: <ulink
+        <para>Required Patch: <ulink
           url="&patch-root;/vim-&vim-version;-mandir-1.patch"/></para>
       </listitem>
       <listitem>
+        <para>Required Patch: <ulink
+          url="&patch-root;/vim-&vim-version;-fixes-1.patch"/></para>
+      </listitem>
+      <listitem>
         <para>Translated Vim messages: <ulink
         
url="http://ftp.at.vim.org/pub/vim/extra/vim-&vim-version;-lang.tar.gz"/>
       </para>
@@ -117,6 +121,7 @@
     commands:</para>
 
 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &amp;&amp;
+patch -Np1 -i ../vim-&vim-version;-fixes-1.patch &amp;&amp;
 echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
 echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
 ./configure --prefix=/usr --with-features=huge &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to