mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
vim: update to version 9.0.1479 (#8493)
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 7a2f683760654b076bc3b54ea7db61da92c7bfe7 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user