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.
This commit is contained in:
Scott McCreary
2010-05-05 04:04:30 +00:00
parent b70f5b78f1
commit d676b21ad8
2 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -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 {