From 86ccd09acfbcde3f6e3eb1b85c548c69f728f08e Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 29 Sep 2007 09:53:47 +0200 Subject: [PATCH] vim: update to 7.1.123 --- vim/.md5sum | 1 + vim/Pkgfile | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/vim/.md5sum b/vim/.md5sum index 13071e85..2047b632 100644 --- a/vim/.md5sum +++ b/vim/.md5sum @@ -1 +1,2 @@ +d36d009e3bd0dbd2873de577e3f1df36 vim-7.1.001-123.tar.bz2 44c6b4914f38d6f9aa959640b89da329 vim-7.1.tar.bz2 diff --git a/vim/Pkgfile b/vim/Pkgfile index 4e589d15..f27f2a84 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -4,12 +4,16 @@ # Depends on: ncurses name=vim -version=7.1 +version=7.1.123 release=1 -source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2) +source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 \ + http://crux.nu/~jue/files/dist/vim-7.1.001-123.tar.bz2) build () { - cd $name${version/\./}/src + cd vim71/src + + cat $SRC/vim-7.1-patches/* | patch -p0 -d $SRC/vim71 + ./configure --prefix=/usr \ --with-vim-name=vim \ --with-x=no \