ports/core (2.3): vim: applied patches 110-224
commit 342e2666e252a8b65480b6c7afa2ceb65ffbe82a Author: Juergen Daubert <jue@jue.li> Date: Thu Apr 19 18:22:16 2007 +0200 vim: applied patches 110-224 diff --git a/vim/.md5sum b/vim/.md5sum index 65d3b98..62b30ff 100644 --- a/vim/.md5sum +++ b/vim/.md5sum @@ -1,2 +1,3 @@ e4d2d7df9dc3d0251b7d06683bc09cdf vim-7.0.001-109.tar.gz +fbf8615ae070fe3b9088e0fbd84ebddb vim-7.0.110-224.tar.gz 4ca69757678272f718b1041c810d82d8 vim-7.0.tar.bz2 diff --git a/vim/Pkgfile b/vim/Pkgfile index 979023f..542294f 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -6,25 +6,27 @@ name=vim version=7.0 -release=6 +release=7 source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2 \ - http://jue.li/crux/files/$name-7.0.001-109.tar.gz) + http://jue.li/crux/files/$name-7.0.001-109.tar.gz \ + http://jue.li/crux/files/$name-7.0.110-224.tar.gz) build () { cd $name${version/\./} - for p in $SRC/$name-7.0.001-109/*; do + for p in $SRC/$name-7.0.{001-109,110-224}/*; do patch -p0 -i $p done cd src ./configure --prefix=/usr \ - --with-vim-name=vim \ - --with-x=no \ - --enable-gui=no \ - --enable-multibyte \ - --disable-gpm \ - --disable-nls + --with-vim-name=vim \ + --with-x=no \ + --enable-gui=no \ + --enable-multibyte \ + --disable-gpm \ + --disable-nls + make VIMRTDIR= make VIMRTDIR= DESTDIR=$PKG installvimbin installruntime installlinks
participants (1)
-
crux@crux.nu