commit 456c2d6ff62d3fdd4b78d2a9e38e4a8bc24e88d6 Author: Tim Biermann <tbier@posteo.de> Date: Mon May 29 15:14:13 2023 +0200 neovim: 0.9.0 -> 0.9.1 diff --git a/neovim/.footprint b/neovim/.footprint index fa3a2536b..cf1ec875e 100644 --- a/neovim/.footprint +++ b/neovim/.footprint @@ -405,6 +405,7 @@ drwxr-xr-x root/root usr/share/nvim/runtime/ftplugin/ -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/cpp.vim -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/crm.vim -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/crontab.vim +-rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/cs.lua -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/cs.vim -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/csc.vim -rw-r--r-- root/root usr/share/nvim/runtime/ftplugin/csh.vim @@ -926,6 +927,24 @@ drwxr-xr-x root/root usr/share/nvim/runtime/keymap/ drwxr-xr-x root/root usr/share/nvim/runtime/lua/ -rw-r--r-- root/root usr/share/nvim/runtime/lua/_vim9script.lua -rw-r--r-- root/root usr/share/nvim/runtime/lua/editorconfig.lua +drwxr-xr-x root/root usr/share/nvim/runtime/lua/jit/ +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/bc.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/bcsave.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_arm.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_arm64.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_arm64be.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_mips.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_mips64.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_mips64el.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_mipsel.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_ppc.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_x64.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dis_x86.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/dump.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/p.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/v.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/vmdef.lua +-rw-r--r-- root/root usr/share/nvim/runtime/lua/jit/zone.lua -rw-r--r-- root/root usr/share/nvim/runtime/lua/man.lua drwxr-xr-x root/root usr/share/nvim/runtime/lua/nvim/ -rw-r--r-- root/root usr/share/nvim/runtime/lua/nvim/health.lua diff --git a/neovim/.signature b/neovim/.signature index 5cf225d28..4f6b3440b 100644 --- a/neovim/.signature +++ b/neovim/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WCbjMF08dVOoGyHY5NcRLiGdMbs450/x9ENYUJHQAgWEZcqDd26OWBT+7nIkc3RoPapZqbMgIDnuZJ8j05g4wk= -SHA256 (Pkgfile) = 2849c4a1c76d6bcbe200cf6d527676e6ace879ddb598abe4f16c4aea3af61409 -SHA256 (.footprint) = 0b017b4bfe0fdfb033c26d575eeec655016297ee718c873868f0e544fc3a8edd -SHA256 (neovim-0.9.0.tar.gz) = 39d79107c54d2f3babcad2cd157c399241c04f6e75e98c18e8afaf2bb5e82937 +RWSE3ohX2g5d/X6SLr6WsexU+V6GxXnZiOzpEOkcU8eDaNgWf6boK/WOh/T6xZKtD0wHLO6ygsy7In+9us3ByJYpYCGqU06RsgU= +SHA256 (Pkgfile) = 6d55224a91cd9670b78bb6e8215ee15506bd68abfea83631caf21cc609aa7136 +SHA256 (.footprint) = dc30937e10aa786cbad3619268cb07e8a2ac3bc5995b83055db370228cfa996e +SHA256 (neovim-0.9.1.tar.gz) = 8db17c2a1f4776dcda00e59489ea0d98ba82f7d1a8ea03281d640e58d8a3a00e diff --git a/neovim/Pkgfile b/neovim/Pkgfile index 181904dc1..e11442878 100644 --- a/neovim/Pkgfile +++ b/neovim/Pkgfile @@ -5,11 +5,12 @@ # Optional: libluv libtermkey libuv libvterm lua51-lpeg lua51-mpack luajit luarocks msgpack-c tree-sitter tree-sitter-c tree-sitter-lua tree-sitter-vimdoc tree-sitter-viml unibilium name=neovim -version=0.9.0 +version=0.9.1 release=1 source=(https://github.com/neovim/neovim/archive/v$version/$name-$version.tar.gz) build() { + prt-get isinst ccache && export PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')" ## use lld for thinlto if possible prt-get isinst clang lld && \ export CC='clang' && \ @@ -17,16 +18,17 @@ build() { export AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib && \ export LDFLAGS+=' -fuse-ld=lld -flto=thin' - prt-get isinst libtermkey && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBTERMKEY=OFF' - prt-get isinst libuv && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBUV=OFF' - prt-get isinst libvterm && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBVTERM=OFF' - prt-get isinst luajit lua51-lpeg lua51-mpack && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUAJIT=OFF' - prt-get isinst luarocks lua51-lpeg lua51-mpack && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUAROCKS=OFF' - prt-get isinst libluv && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUV=OFF' - prt-get isinst msgpack-c && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_MSGPACK=OFF' - prt-get isinst tree-sitter && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_TS=OFF' - prt-get isinst tree-sitter-c tree-sitter-lua tree-sitter-vimdoc tree-sitter-viml && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_TS_PARSERS=OFF' - prt-get isinst unibilium && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_UNIBILIUM=OFF' + # disabled for now + #prt-get isinst libtermkey && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBTERMKEY=OFF' + #prt-get isinst libuv && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBUV=OFF' + #prt-get isinst libvterm && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LIBVTERM=OFF' + #prt-get isinst luajit lua51-lpeg lua51-mpack && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUAJIT=OFF' + #prt-get isinst luarocks lua51-lpeg lua51-mpack && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUAROCKS=OFF' + #prt-get isinst libluv && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_LUV=OFF' + #prt-get isinst msgpack-c && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_MSGPACK=OFF' + #prt-get isinst tree-sitter && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_TS=OFF' + #prt-get isinst tree-sitter-c tree-sitter-lua tree-sitter-vimdoc tree-sitter-viml && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_TS_PARSERS=OFF' + #prt-get isinst unibilium && PKGMK_NEOVIM_DEPS+=' -D USE_BUNDLED_UNIBILIUM=OFF' cmake -S neovim-$version/cmake.deps -B neovim-$version/.deps -G Ninja $PKGMK_NEOVIM_DEPS \ -D CMAKE_BUILD_TYPE=Release \ diff --git a/neovim/maintainer_clean_footprint b/neovim/maintainer_clean_footprint.off similarity index 100% rename from neovim/maintainer_clean_footprint rename to neovim/maintainer_clean_footprint.off