summaryrefslogtreecommitdiffstats
path: root/rules/vim.make
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-05-30 18:39:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-31 11:28:53 +0200
commit43e141732bee2a57ba0e1768adebd9fd26f731c9 (patch)
tree743414e17feb5331a09d3d2dc06e80692b2b8865 /rules/vim.make
parent2f1f2286ef8f5f686a10d8746379b40098b79dcd (diff)
downloadptxdist-43e141732bee2a57ba0e1768adebd9fd26f731c9.tar.gz
ptxdist-43e141732bee2a57ba0e1768adebd9fd26f731c9.tar.xz
vim: version bump 7.3 -> 8.1
Also update the SPDX license identifier. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> [mol: add some more configure options] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/vim.make')
-rw-r--r--rules/vim.make16
1 files changed, 12 insertions, 4 deletions
diff --git a/rules/vim.make b/rules/vim.make
index 6afcc78e0..caca93d84 100644
--- a/rules/vim.make
+++ b/rules/vim.make
@@ -16,15 +16,15 @@ PACKAGES-$(PTXCONF_VIM) += vim
#
# Paths and names
#
-VIM_VERSION := 7.3
-VIM_MD5 := 5b9510a17074e2b37d8bb38ae09edbf2
+VIM_VERSION := 8.1
+VIM_MD5 := 1739a1df312305155285f0cfa6118294
VIM := vim-$(VIM_VERSION)
VIM_SUFFIX := tar.bz2
VIM_URL := ftp://ftp.vim.org/pub/vim/unix/$(VIM).$(VIM_SUFFIX)
VIM_SOURCE := $(SRCDIR)/$(VIM).$(VIM_SUFFIX)
VIM_DIR := $(BUILDDIR)/$(VIM)
VIM_SUBDIR := src
-VIM_LICENSE := unknown
+VIM_LICENSE := Vim
# ----------------------------------------------------------------------------
# Prepare
@@ -34,6 +34,7 @@ VIM_CONF_ENV := \
$(CROSS_ENV) \
vim_cv_toupper_broken=no \
vim_cv_terminfo=yes \
+ vim_cv_tgetent=zero \
vim_cv_tty_group=world \
vim_cv_tty_mode=0620 \
vim_cv_getcwd_broken=no \
@@ -46,7 +47,9 @@ VIM_CONF_ENV := \
VIM_CONF_TOOL := autoconf
VIM_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --enable-fail-if-missing \
--disable-darwin \
+ --disable-smack \
--disable-selinux \
--disable-xsmp \
--disable-xsmp-interact \
@@ -60,7 +63,9 @@ VIM_CONF_OPT := \
--disable-cscope \
--disable-workshop \
--disable-netbeans \
- --disable-sniff \
+ --disable-channel \
+ --disable-terminal \
+ --disable-autoservername \
--disable-multibyte \
--disable-hangulinput \
--disable-xim \
@@ -68,11 +73,14 @@ VIM_CONF_OPT := \
--disable-gui \
--disable-gtk2-check \
--disable-gnome-check \
+ --disable-gtk3-check \
--disable-motif-check \
--disable-athena-check \
--disable-nextaw-check \
--disable-carbon-check \
--disable-gtktest \
+ --disable-icon-cache-update \
+ --disable-desktop-database-update \
$(GLOBAL_LARGE_FILE_OPTION) \
--disable-acl \
--disable-gpm \