From d676b21ad855e41f1f0e3477eaf307501c6548fe Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 5 May 2010 04:04:30 +0000 Subject: [PATCH] Fixed error in vim's patch that prevented it from applying cleanly. Combined the 3 vim source packages into one zip file. Seems the vim .bep file is not correct as it's not building cleanly yet. --- app-editors/vim/patches/vim-7.2.patch | 2 +- app-editors/vim/vim-7.2.bep | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app-editors/vim/patches/vim-7.2.patch b/app-editors/vim/patches/vim-7.2.patch index 1d4187547..90ac16e61 100644 --- a/app-editors/vim/patches/vim-7.2.patch +++ b/app-editors/vim/patches/vim-7.2.patch @@ -112,7 +112,7 @@ diff -Naur vim72/src/Makefile vim72.haiku/src/Makefile objects/gui_beval.o: gui_beval.c $(CCC) -o $@ gui_beval.c -@@ -2486,6 +2503,10 @@ +@@ -2486,6 +2503,9 @@ objects/os_beos.o: os_beos.c $(CCC) -o $@ os_beos.c diff --git a/app-editors/vim/vim-7.2.bep b/app-editors/vim/vim-7.2.bep index 945f852fb..6820d80aa 100644 --- a/app-editors/vim/vim-7.2.bep +++ b/app-editors/vim/vim-7.2.bep @@ -1,12 +1,8 @@ DESCRIPTION="Vim is highly configurable text editor." HOMEPAGE="http://www.vim.org" -SRC_URI="ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz - ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz - ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 " -#SRC_URI="http://zzbsd.zz-nest/vim-7.2.tar.gz" +SRC_URI="http://www.bedrivers.com/vim72-with-lang-and-extra.zip" REVISION="1" -STATUS_R5="untested" -STATUS_BONE="untested" +CHECKSUM_MD5="c368894a65c09605517fd56ced57fb12" STATUS_HAIKU="unstable" DEPEND="" BUILD {