mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user