diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-01 21:36:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-01 21:36:59 +0000 |
commit | d2419d50373e1b37c1c8f4384bb58265757ad346 (patch) | |
tree | 060b6fde767f2c2caf7a31756d74923d92f3f0c8 /editors/vim-share | |
parent | 474ec644634bcb0278c57351e19c14047194f1c0 (diff) | |
download | pkgsrc-d2419d50373e1b37c1c8f4384bb58265757ad346.tar.gz |
vim*: do not define NO_BUILTIN_TCAPS unconditionally
This makes vim disregard color schemes. See
https://mail-index.netbsd.org/pkgsrc-bugs/2021/05/28/msg070066.html
and reading the CVS logs I couldn't find the reason it was done.
Fix from RVP.
Bump PKGREVISION.
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/distinfo | 4 | ||||
-rw-r--r-- | editors/vim-share/patches/patch-feature.h | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo index 97782ae2255..23004967c7c 100644 --- a/editors/vim-share/distinfo +++ b/editors/vim-share/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.194 2021/10/26 10:21:43 nia Exp $ +$NetBSD: distinfo,v 1.195 2021/12/01 21:36:59 wiz Exp $ BLAKE2s (vim-8.2.3172.tar.gz) = dd63b697b0feafefbd4f7cea0292fe68dcd207f46210e931d3dd463fe73517f3 SHA512 (vim-8.2.3172.tar.gz) = 3ebcd2a65e8f4a05f074d1612d4a50c90e90cd393eccd3a647dbb83d2c87a9e15b7d98dd387961c4dc7f0a2cde941b7ee63ef5f87ecb2d4086bf4a0dd1eed701 @@ -6,5 +6,5 @@ Size (vim-8.2.3172.tar.gz) = 15628376 bytes SHA1 (patch-Makefile) = 342af6768ec3f5d86448a370538a3ad75e2259ee SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9 SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6 -SHA1 (patch-feature.h) = b0de1a2e9a04439ed3f39e572e32c11f7c4bfc74 +SHA1 (patch-feature.h) = a6cd7ae6267cb7e28d2a174226ccebb94b49dc16 SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd diff --git a/editors/vim-share/patches/patch-feature.h b/editors/vim-share/patches/patch-feature.h index 5d60f4ad989..2eb939e3b21 100644 --- a/editors/vim-share/patches/patch-feature.h +++ b/editors/vim-share/patches/patch-feature.h @@ -1,16 +1,7 @@ -$NetBSD: patch-feature.h,v 1.4 2020/02/23 10:39:33 morr Exp $ +$NetBSD: patch-feature.h,v 1.5 2021/12/01 21:36:59 wiz Exp $ --- src/feature.h.orig 2019-12-03 21:59:23.000000000 +0000 +++ src/feature.h -@@ -454,7 +454,7 @@ - * (used only with NO_BUILTIN_TCAPS not defined). - */ - #ifdef HAVE_TGETENT --// #define NO_BUILTIN_TCAPS -+#define NO_BUILTIN_TCAPS - #endif - - #if !defined(NO_BUILTIN_TCAPS) @@ -814,7 +814,7 @@ /* * SYS_VIMRC_FILE Name of the system-wide .vimrc file. |