diff --git a/app-editors/vim/patches/vim-8.2.4507.patchset b/app-editors/vim/patches/vim-8.2.4507.patchset deleted file mode 100644 index d20fa6ad9..000000000 --- a/app-editors/vim/patches/vim-8.2.4507.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 7a2f683760654b076bc3b54ea7db61da92c7bfe7 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= -Date: Sat, 5 Mar 2022 07:19:49 +0100 -Subject: Build fix - - -diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc -index 1dd29b7..7105eb8 100644 ---- a/src/gui_haiku.cc -+++ b/src/gui_haiku.cc -@@ -76,7 +76,7 @@ extern "C" { - - #include "vim.h" - #include "globals.h" --#include "proto.h" -+//#include "proto.h" - #include "version.h" - - } // extern "C" --- -2.30.2 - diff --git a/app-editors/vim/vim-8.2.4507.recipe b/app-editors/vim/vim-9.0.1479.recipe similarity index 91% rename from app-editors/vim/vim-8.2.4507.recipe rename to app-editors/vim/vim-9.0.1479.recipe index eed991349..9076be21f 100644 --- a/app-editors/vim/vim-8.2.4507.recipe +++ b/app-editors/vim/vim-9.0.1479.recipe @@ -10,13 +10,12 @@ configuration files. Despite this, Vim can be configured to work in a very simple (Notepad-like) \ way, called evim or Easy Vim." HOMEPAGE="https://www.vim.org/" -COPYRIGHT="1991-2022 Bram Moleenar et al." +COPYRIGHT="1991-2023 Bram Moleenar et al." LICENSE="Vim" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/vim/vim/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="777dc22956e07076beabe75644d7634ae88287cb63e88276164d5a42143d8241" +CHECKSUM_SHA256="2765bec0b7e1a1312a80d295762ebe27fd0bdde60744a1e4962a53efa70b72bb" SOURCE_FILENAME="vim-$portVersion.tar.gz" -PATCHES="vim-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -40,7 +39,7 @@ PROVIDES=" cmd:rvim$commandSuffix = $portVersion cmd:vi$commandSuffix = $portVersion cmd:view$commandSuffix = $portVersion - cmd:vim$commandSuffix = $portVersion compat >= 8.1 + cmd:vim$commandSuffix = $portVersion compat >= 9.0 cmd:vimdiff$commandSuffix = $portVersion cmd:vimtutor$commandSuffix = $portVersion cmd:xxd$commandSuffix = $portVersion @@ -59,7 +58,7 @@ BUILD_REQUIRES=" devel:libintl$secondaryArchSuffix # devel:liblua$secondaryArchSuffix devel:libncurses$secondaryArchSuffix >= 6 -# devel:libtclstub8.5 +# devel:libtclstub8.6 " if [ $effectiveTargetArchitecture != "x86_gcc2" ] ; then @@ -108,7 +107,7 @@ BUILD() --enable-cscope \ --enable-rubyinterp=dynamic \ --with-compiledby=HaikuPorts \ - --enable-python3interp=yes + --enable-python3interp=dynamic # --enable-luainterp=dynamic \ currently broken # --enable-tclinterp=dynamic \ # --enable-perlinterp=dynamic not dynamic yet @@ -126,7 +125,7 @@ BUILD() --enable-cscope \ --enable-rubyinterp=dynamic \ --with-compiledby=HaikuPorts \ - --enable-python3interp=yes + --enable-python3interp=dynamic # --enable-luainterp=dynamic \ currently broken # --enable-tclinterp=dynamic \ # --enable-perlinterp=dynamic not dynamic yet