pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update neovim to 0.6.1



Module Name:	pkgsrc-wip
Committed By:	Claes Nästén <pekdon%gmail.com@localhost>
Pushed By:	pekdon
Date:		Mon Jan 3 07:46:18 2022 +0100
Changeset:	aa1d4a50fc8491ae5dc42bfd9fa3e1316d880b22

Modified Files:
	neovim/Makefile
	neovim/PLIST
	neovim/distinfo

Log Message:
Update neovim to 0.6.1

Small update from 0.6.0 to 0.6.1, while at it start using
../../lang/LuaJIT2/platform.mk for LuaJIT platform support checks.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa1d4a50fc8491ae5dc42bfd9fa3e1316d880b22

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 neovim/Makefile | 15 +++++----------
 neovim/PLIST    |  2 ++
 neovim/distinfo |  7 ++++---
 3 files changed, 11 insertions(+), 13 deletions(-)

diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index 392a35607c..746a61eb66 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	neovim-0.6.0
+DISTNAME=	neovim-0.6.1
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -48,17 +48,12 @@ post-extract:
 .include "../../devel/libexecinfo/buildlink3.mk"
 .endif
 .include "../../devel/msgpack/buildlink3.mk"
-# Only use luajit whenever it is supported by the current architecture,
-# fall back on plain lua if not.
-#
-# In addition, LuaJIT does not play well on x86_64 SunOS where memory
-# allocations fails.
-.if ${OPSYS} == "SunOS"
-    || (!empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Msparc) || !empty(MACHINE_ARCH:Msparc64))
+.include "../../lang/LuaJIT2/platform.mk"
+.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss])
+.include "../../lang/LuaJIT2/buildlink3.mk"
+.else
 .include "../../lang/lua51/buildlink3.mk"
 CMAKE_ARGS+=		-DPREFER_LUA=ON
-.else
-.include "../../lang/LuaJIT2/buildlink3.mk"
 .endif
 .include "../../lang/lua/application.mk"
 .include "../../wip/lua-luv/buildlink3.mk"
diff --git a/neovim/PLIST b/neovim/PLIST
index 03dcbe6958..ba4d85b9dc 100644
--- a/neovim/PLIST
+++ b/neovim/PLIST
@@ -365,6 +365,7 @@ share/nvim/runtime/ftplugin/cdrdaoconf.vim
 share/nvim/runtime/ftplugin/cfg.vim
 share/nvim/runtime/ftplugin/ch.vim
 share/nvim/runtime/ftplugin/changelog.vim
+share/nvim/runtime/ftplugin/checkhealth.vim
 share/nvim/runtime/ftplugin/chicken.vim
 share/nvim/runtime/ftplugin/clojure.vim
 share/nvim/runtime/ftplugin/cmake.vim
@@ -989,6 +990,7 @@ share/nvim/runtime/syntax/chaiscript.vim
 share/nvim/runtime/syntax/change.vim
 share/nvim/runtime/syntax/changelog.vim
 share/nvim/runtime/syntax/chaskell.vim
+share/nvim/runtime/syntax/checkhealth.vim
 share/nvim/runtime/syntax/cheetah.vim
 share/nvim/runtime/syntax/chicken.vim
 share/nvim/runtime/syntax/chill.vim
diff --git a/neovim/distinfo b/neovim/distinfo
index 56a2bc5321..ba90038b60 100644
--- a/neovim/distinfo
+++ b/neovim/distinfo
@@ -1,8 +1,9 @@
 $NetBSD$
 
-BLAKE2s (neovim-0.6.0.tar.gz) = 18476ac9020956db7dc5bffca0fb376efe840ae528bca742db409ae2f7e3e7e2
-SHA512 (neovim-0.6.0.tar.gz) = c007d076fb89288fe0496fa243fc6f485b0b33120c96b0bf37d8fe6469c672eb641fefbc3f7262ec726e40910c44d37ff7efb1723c05ba920ff6ae512b1d43e6
-Size (neovim-0.6.0.tar.gz) = 10592213 bytes
+BLAKE2s (neovim-0.6.1.tar.gz) = 02bc2f170ae89028af959f0ccecf6f71c2bfd478b7888c046c08bf787cb3b656
+SHA512 (neovim-0.6.1.tar.gz) = 399489f6aaabec2a89b695b22dcd860149acaad723372cced0b4d2cdae464e2db5758372b9123cd0d2a683e0ea42b871935eb85e550cecce620d896691cfda53
+Size (neovim-0.6.1.tar.gz) = 10597584 bytes
+SHA1 (patch-CMakeLists.txt) = eab736e08c8ab25b8c44921f4cac86b9dfc10a9c
 SHA1 (patch-config_CMakeLists.txt) = 6ebc442788888fc65036d054042b6d6abf9a1e36
 SHA1 (patch-config_config.h.in) = 66f41996991b59e68007bd4882ea9189d6575505
 SHA1 (patch-src_nvim_CMakeLists.txt) = 792b9a4a5921ff1fe7fb02d5dafd9f4a0b0df8f8


Home | Main Index | Thread Index | Old Index