Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D50D81A921F for ; Wed, 1 Dec 2021 21:37:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B47FF84EFD; Wed, 1 Dec 2021 21:37:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC9E384EF5 for ; Wed, 1 Dec 2021 21:37:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ar4wfRx0QmAq for ; Wed, 1 Dec 2021 21:37:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 108A584CDF for ; Wed, 1 Dec 2021 21:37:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09C6BFAEC; Wed, 1 Dec 2021 21:37:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638394620210990" MIME-Version: 1.0 Date: Wed, 1 Dec 2021 21:37:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211201213700.09C6BFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638394620210990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 1 21:36:59 UTC 2021 Modified Files: pkgsrc/editors/vim: Makefile pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/vim-gtk3: Makefile pkgsrc/editors/vim-motif: Makefile pkgsrc/editors/vim-share: distinfo pkgsrc/editors/vim-share/patches: patch-feature.h pkgsrc/editors/vim-xaw: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/editors/vim/Makefile cvs rdiff -u -r1.93 -r1.94 pkgsrc/editors/vim-gtk2/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/vim-gtk3/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/vim-motif/Makefile cvs rdiff -u -r1.194 -r1.195 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/vim-share/patches/patch-feature.h cvs rdiff -u -r1.63 -r1.64 pkgsrc/editors/vim-xaw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638394620210990 Content-Disposition: inline Content-Length: 4587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim/Makefile diff -u pkgsrc/editors/vim/Makefile:1.77 pkgsrc/editors/vim/Makefile:1.78 --- pkgsrc/editors/vim/Makefile:1.77 Sun May 3 13:14:21 2020 +++ pkgsrc/editors/vim/Makefile Wed Dec 1 21:36:59 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2020/05/03 13:14:21 morr Exp $ +# $NetBSD: Makefile,v 1.78 2021/12/01 21:36:59 wiz Exp $ PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) without GUI Index: pkgsrc/editors/vim-gtk2/Makefile diff -u pkgsrc/editors/vim-gtk2/Makefile:1.93 pkgsrc/editors/vim-gtk2/Makefile:1.94 --- pkgsrc/editors/vim-gtk2/Makefile:1.93 Wed Apr 21 11:41:34 2021 +++ pkgsrc/editors/vim-gtk2/Makefile Wed Dec 1 21:36:59 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2021/04/21 11:41:34 adam Exp $ +# $NetBSD: Makefile,v 1.94 2021/12/01 21:36:59 wiz Exp $ PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI Index: pkgsrc/editors/vim-gtk3/Makefile diff -u pkgsrc/editors/vim-gtk3/Makefile:1.21 pkgsrc/editors/vim-gtk3/Makefile:1.22 --- pkgsrc/editors/vim-gtk3/Makefile:1.21 Mon Aug 17 20:18:36 2020 +++ pkgsrc/editors/vim-gtk3/Makefile Wed Dec 1 21:36:59 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2020/08/17 20:18:36 leot Exp $ +# $NetBSD: Makefile,v 1.22 2021/12/01 21:36:59 wiz Exp $ PKGNAME= vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Vim editor (vi clone) with X11 GTK3 GUI Index: pkgsrc/editors/vim-motif/Makefile diff -u pkgsrc/editors/vim-motif/Makefile:1.40 pkgsrc/editors/vim-motif/Makefile:1.41 --- pkgsrc/editors/vim-motif/Makefile:1.40 Wed Oct 23 07:32:59 2019 +++ pkgsrc/editors/vim-motif/Makefile Wed Dec 1 21:36:59 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2019/10/23 07:32:59 morr Exp $ +# $NetBSD: Makefile,v 1.41 2021/12/01 21:36:59 wiz Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif GUI Index: pkgsrc/editors/vim-share/distinfo diff -u pkgsrc/editors/vim-share/distinfo:1.194 pkgsrc/editors/vim-share/distinfo:1.195 --- pkgsrc/editors/vim-share/distinfo:1.194 Tue Oct 26 10:21:43 2021 +++ pkgsrc/editors/vim-share/distinfo Wed Dec 1 21:36:59 2021 @@ -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 by 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 Index: pkgsrc/editors/vim-share/patches/patch-feature.h diff -u pkgsrc/editors/vim-share/patches/patch-feature.h:1.4 pkgsrc/editors/vim-share/patches/patch-feature.h:1.5 --- pkgsrc/editors/vim-share/patches/patch-feature.h:1.4 Sun Feb 23 10:39:33 2020 +++ pkgsrc/editors/vim-share/patches/patch-feature.h Wed Dec 1 21:36:59 2021 @@ -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. Index: pkgsrc/editors/vim-xaw/Makefile diff -u pkgsrc/editors/vim-xaw/Makefile:1.63 pkgsrc/editors/vim-xaw/Makefile:1.64 --- pkgsrc/editors/vim-xaw/Makefile:1.63 Wed Oct 23 07:32:59 2019 +++ pkgsrc/editors/vim-xaw/Makefile Wed Dec 1 21:36:59 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2019/10/23 07:32:59 morr Exp $ +# $NetBSD: Makefile,v 1.64 2021/12/01 21:36:59 wiz Exp $ PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Athena GUI .include "../../editors/vim-share/Makefile.common" --_----------=_1638394620210990--