Author: ag
Date: 2008-12-20 01:57:53 -0700 (Sat, 20 Dec 2008)
New Revision: 7655
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/editors/vim.xml
Log:
Updated to vim-7.2
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-12-20 08:05:24 UTC (rev 7654)
+++ trunk/BOOK/general.ent 2008-12-20 08:57:53 UTC (rev 7655)
@@ -79,7 +79,7 @@
<!ENTITY xfsprogs-version "2.9.7">
<!-- Chapter 6 -->
-<!ENTITY vim-version "7.1">
+<!ENTITY vim-version "7.2">
<!ENTITY emacs-version "22.1">
<!ENTITY nano-version "2.0.7">
<!ENTITY joe-version "3.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-20 08:05:24 UTC
(rev 7654)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-20 08:57:53 UTC
(rev 7655)
@@ -44,6 +44,9 @@
<para>December 20th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[ag] - Updated to vim-7.2.</para>
+ </listitem>
+ <listitem>
<para>[ag] - Updated to zsh-4.3.9.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml 2008-12-20 08:05:24 UTC (rev 7654)
+++ trunk/BOOK/postlfs/editors/vim.xml 2008-12-20 08:57:53 UTC (rev 7655)
@@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY vim-download-http
"http://ftp.at.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
+ <!ENTITY vim-download-http
"http://www2.nl.vim.org/unix/vim-&vim-version;.tar.bz2">
<!ENTITY vim-download-ftp
"ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
- <!ENTITY vim-md5sum "44c6b4914f38d6f9aa959640b89da329">
- <!ENTITY vim-size "6.6 MB">
+ <!ENTITY vim-md5sum "f0901284b338e448bfd79ccca0041254">
+ <!ENTITY vim-size "7.2 MB">
<!ENTITY vim-buildsize "75 MB">
<!ENTITY vim-time "0.8 SBU">
]>
@@ -67,15 +67,11 @@
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
- url="&patch-root;/vim-&vim-version;-mandir-1.patch"/></para>
+ url="&patch-root;/vim-&vim-version;-fixes-4.patch"/></para>
</listitem>
<listitem>
- <para>Required Patch: <ulink
- url="&patch-root;/vim-&vim-version;-fixes-6.patch"/></para>
- </listitem>
- <listitem>
<para>Translated Vim messages: <ulink
-
url="http://ftp.at.vim.org/pub/vim/extra/vim-&vim-version;-lang.tar.gz"/>
+ url="http://www2.nl.vim.org/extra/vim-&vim-version;-lang.tar.gz"/>
</para>
</listitem>
</itemizedlist>
@@ -123,8 +119,7 @@
<para>Install <application>Vim</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &&
-patch -Np1 -i ../vim-&vim-version;-fixes-6.patch &&
+<screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-4.patch &&
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &&
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h &&
./configure --prefix=/usr --with-features=huge &&
@@ -155,7 +150,7 @@
<!-- When updating, be sure to change the line below for the proper 'vimxx'
unpacked
directory -->
-<screen role="root"><userinput>ln -snfv ../vim/vim71/doc
/usr/share/doc/vim-&vim-version;</userinput></screen>
+<screen role="root"><userinput>ln -snfv ../vim/vim72/doc
/usr/share/doc/vim-&vim-version;</userinput></screen>
<para>If you wish to update the runtime files, issue the
following command (requires <xref linkend="rsync"/>):</para>
@@ -237,10 +232,12 @@
by using the <filename>$VIMRUNTIME/plugin/netrwPlugin.vim</filename>
plugin.</para>
+<!-- When updating, be sure to change the line below for the proper 'vimxx'
unpacked
+ directory -->
<para>Alternatively you can manually download the *.spl and *.sug files
from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
them to <filename class="directory"> ~/.vim/spell </filename> or in
- <filename
class="directory">/usr/share/vim/vim71/spell/</filename>.</para>
+ <filename
class="directory">/usr/share/vim/vim72/spell/</filename>.</para>
<para>To find out what's new in
<application>Vim-&vim-version;</application>
issue the following command:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page