summaryrefslogtreecommitdiffstats
path: root/base/vim
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-15 11:12:56 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-10-15 11:12:56 +0200
commit550df79e063366bd347522a87b4d4796c9a85c16 (patch)
tree16acbc0855befff247329a7533a1e61e12b765e2 /base/vim
parent1e3d61444c1f00fb0ccf6a53d9dbddb2a5cb8553 (diff)
downloadnutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.gz
nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.bz2
nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.xz
nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.zip
vim, maj vim#7.2-2
Diffstat (limited to 'base/vim')
-rw-r--r--base/vim/.md5sum2
-rwxr-xr-xbase/vim/Pkgfile6
2 files changed, 4 insertions, 4 deletions
diff --git a/base/vim/.md5sum b/base/vim/.md5sum
index 303bc9f90..7d7a42b20 100644
--- a/base/vim/.md5sum
+++ b/base/vim/.md5sum
@@ -1,3 +1,3 @@
-87056fb6fd7bc3df5cd328e26a83bf43 vim-7.2-fixes-4.patch
+3af30a47fbf94d141c4317bf87d28e25 vim-7.2-fixes-5.patch
f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2
ba15f8c1268436c8ef4c356c4b504827 vimrc
diff --git a/base/vim/Pkgfile b/base/vim/Pkgfile
index 01af08969..24a6ec056 100755
--- a/base/vim/Pkgfile
+++ b/base/vim/Pkgfile
@@ -6,13 +6,13 @@
name=vim
version=7.2
-release=1
+release=2
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2 \
-http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-fixes-4.patch \
+http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-fixes-5.patch \
vimrc)
build () {
cd $name${version/\./}
-patch -Np1 -i ../$name-$version-fixes-4.patch
+patch -Np1 -i ../$name-$version-fixes-5.patch
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
./configure --prefix=/usr \
--enable-gui=no --with-x=no \