update to vim-8.1.800

This commit is contained in:
sthen 2019-01-24 09:32:15 +00:00
parent 76542fb0ee
commit 861f6e13ea
4 changed files with 20 additions and 14 deletions

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.178 2018/12/08 22:39:20 sthen Exp $
# $OpenBSD: Makefile,v 1.179 2019/01/24 09:32:15 sthen Exp $
COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
# XXX if updating major version (e.g. 8.1.x->8.2.x), sync editors/vim-spell
V= 8.1.0573
V= 8.1.0800
GH_ACCOUNT= vim
GH_PROJECT= vim
GH_TAGNAME= v$V
PKGNAME-main= vim-$V
PKGNAME-lang= vim-lang-$V
T= ${V:C/\.0+/./}
PKGNAME-main= vim-$T
PKGNAME-lang= vim-lang-$T
FULLPKGNAME-lang= vim-lang-$T
FULLPKGPATH-lang= ${PKGPATH},-lang
P= vim${V:R:S/.//}
CATEGORIES= editors
@ -25,9 +27,6 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} devel/gettext
MULTI_PACKAGES= -main -lang
FULLPKGNAME-lang= vim-lang-$V
FULLPKGPATH-lang= ${PKGPATH},-lang
FLAVORS= huge gtk2 athena motif no_x11 lua perl python python3 ruby
FLAVOR?= gtk2
@ -152,6 +151,10 @@ WANTLIB-lang=
WRKSRC= ${WRKDIST}/src
SUBST_VARS= P
.if ${P} != vim81
ERRORS= "Fatal: Major version was updated; sync editors/vim-spell and update this check"
.endif
# CONFIGURE_STYLE=autoconf doesn't work
post-patch:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} autoconf

View File

@ -1,2 +1,2 @@
SHA256 (vim-8.1.0573.tar.gz) = i6PIocX61BKbqTWvlFeh7SJdfcm3ldJkE4k7yo+fwFE=
SIZE (vim-8.1.0573.tar.gz) = 13885661
SHA256 (vim-8.1.0800.tar.gz) = 7MBN6lTrawlsXfkaPdvfsZ7rsq30qkgcdYJhVVy89XQ=
SIZE (vim-8.1.0800.tar.gz) = 14063039

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_configure_ac,v 1.6 2018/08/21 16:55:08 sthen Exp $
$OpenBSD: patch-src_configure_ac,v 1.7 2019/01/24 09:32:15 sthen Exp $
Index: src/configure.ac
--- src/configure.ac.orig
+++ src/configure.ac
@@ -607,10 +607,10 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
@@ -613,10 +613,10 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
@ -16,7 +16,7 @@ Index: src/configure.ac
else
AC_MSG_RESULT(no)
vi_cv_path_lua_pfx=
@@ -635,9 +635,9 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
@@ -641,9 +641,9 @@ if test "$enable_luainterp" = "yes" -o "$enable_luaint
else
if test "X$LUA_INC" != "X"; then
dnl Test alternate location using version

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.28 2018/12/08 22:39:20 sthen Exp $
@comment $OpenBSD: PLIST-main,v 1.29 2019/01/24 09:32:15 sthen Exp $
@pkgpath ${BASE_PKGPATH}
%%gtk2%%
bin/ex
@ -254,6 +254,7 @@ share/vim/${P}/doc/tags
share/vim/${P}/doc/tagsrch.txt
share/vim/${P}/doc/term.txt
share/vim/${P}/doc/terminal.txt
share/vim/${P}/doc/textprop.txt
share/vim/${P}/doc/tips.txt
share/vim/${P}/doc/todo.txt
share/vim/${P}/doc/uganda.txt
@ -320,6 +321,7 @@ share/vim/${P}/ftplugin/art.vim
share/vim/${P}/ftplugin/aspvbs.vim
share/vim/${P}/ftplugin/automake.vim
share/vim/${P}/ftplugin/awk.vim
share/vim/${P}/ftplugin/bash.vim
share/vim/${P}/ftplugin/bdf.vim
share/vim/${P}/ftplugin/bst.vim
share/vim/${P}/ftplugin/btm.vim
@ -327,6 +329,7 @@ share/vim/${P}/ftplugin/bzl.vim
share/vim/${P}/ftplugin/c.vim
share/vim/${P}/ftplugin/calendar.vim
share/vim/${P}/ftplugin/cdrdaoconf.vim
share/vim/${P}/ftplugin/cfg.vim
share/vim/${P}/ftplugin/ch.vim
share/vim/${P}/ftplugin/changelog.vim
share/vim/${P}/ftplugin/chicken.vim