Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 8EEBB1A9217 for ; Fri, 11 Dec 2020 18:06:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EF10A84D93; Fri, 11 Dec 2020 18:06:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34E1B84D57 for ; Fri, 11 Dec 2020 18:06:27 +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 8sDlj1v9kf19 for ; Fri, 11 Dec 2020 18:06:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A449A84D36 for ; Fri, 11 Dec 2020 18:06:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D935FA9D; Fri, 11 Dec 2020 18:06:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160770998518550" MIME-Version: 1.0 Date: Fri, 11 Dec 2020 18:06:25 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20201211180625.9D935FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160770998518550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Fri Dec 11 18:06:25 UTC 2020 Modified Files: pkgsrc/editors/vim-lang: PLIST pkgsrc/editors/vim-share: PLIST distinfo version.mk Log Message: Update to version 8.2.2127. ChangeLog: 8.2.1934 Vim9: command modifiers in :def function not tested 8.2.1935 sort test fails on Mac 8.2.1936 session sets the local 'scrolloff' value to the global value 8.2.1937 Vim9: test for confirm modifier fails in some situations 8.2.1938 wiping out a terminal buffer makes some tests fail 8.2.1939 invalid memory access in Ex mode with global command 8.2.1940 Vim9: browse modifier test fails on Mac 8.2.1941 Ex mode test fails on MS-Windows with GUI 8.2.1942 insufficient test coverage for the Netbeans interface 8.2.1943 Vim9: wrong error message when colon is missing 8.2.1944 Netbeans test is flaky 8.2.1945 crash when passing NULL function to reduce() 8.2.1946 sort() with NULL string not tested 8.2.1947 crash when using "zj" without folds 8.2.1948 GUI: crash when handling message while closing a window 8.2.1949 Vim9: using extend() on null dict is silently ignored 8.2.1950 Vim9: crash when compiling function fails when getting type 8.2.1951 test for list and dict fails 8.2.1952 Vim9: crash when using a NULL dict key 8.2.1953 Vim9: extra "unknown" error after other error 8.2.1954 Vim9: not all command modifiers are tested 8.2.1955 Vim9: not all command modifiers are tested 8.2.1956 Vim9: cannot specify argument types for lambda 8.2.1957 diff and cursorcolumn highlighting don't mix 8.2.1958 build failure with timers 8.2.1959 crash when terminal buffer name is made empty 8.2.1960 warning for uninitialized variable 8.2.1961 various comments can be improved 8.2.1962 netbeans may access freed memory 8.2.1963 crash when using a popup window with "latin1" encoding 8.2.1964 not all ConTeXt files are recognized 8.2.1965 Vim9: tests fail without the channel feature 8.2.1966 popup becomes current window after closing a terminal window 8.2.1967 the session file does not restore the alternate file 8.2.1968 Vim9: has() assumes a feature does not change dynamically 8.2.1969 Vim9: map() may change the list or dict item type 8.2.1970 it is easy to make mistakes when cleaning up swap files 8.2.1971 memory leak when map() fails 8.2.1972 crash when recreating nested fold 8.2.1973 finding a patch number can be a bit slow 8.2.1974 Vim9: test for has('gui_running') fails with VIMDLL 8.2.1975 Win32: memory leak when encoding conversion fails 8.2.1976 cannot backspace in prompt buffer after using cursor-left 8.2.1977 Vim9: error for using a string in a condition is confusing 8.2.1978 making a mapping work in all modes is complicated 8.2.1979 "term_opencmd" option of term_start() is truncated 8.2.1980 Vim9: some tests are not done at the script level 8.2.1981 MinGW: parallel compilation might fail 8.2.1982 quickfix window not updated when adding invalid entries 8.2.1983 ml_get error when using <Cmd> to open a terminal 8.2.1984 cannot use :vimgrep in omni completion 8.2.1985 crash when closing terminal popup with <Cmd> mapping 8.2.1986 expression test is flaky on Appveyor 8.2.1987 MS-Windows: Win32.mak is no longer needed 8.2.1988 still in Insert mode when opening terminal popup 8.2.1989 info popup triggers WinEnter and WinLeave autocommands 8.2.1990 cursor position wrong in terminal popup with finished job 8.2.1991 Coverity warns for not using the ga_grow() return value 8.2.1992 build fails with small features 8.2.1993 occasional failure of the netbeans test 8.2.1994 MS-Windows: MinGW always does a full build 8.2.1995 the popup menu can cause too much redrawing 8.2.1996 Vim9: invalid error for argument of extend() 8.2.1997 window changes when using bufload() while in a terminal popup 8.2.1998 terminal Cmd test sometimes fails to close popup 8.2.1999 terminal popup test sometimes fails 8.2.2000 Vim9: dict.key assignment not implemented yet 8.2.2001 Vim9: :def function does not apply 'maxfuncdepth' 8.2.2002 Vim9: lambda argument shadowed by function name 8.2.2003 build error with +conceal but without +popupwin 8.2.2004 compiler warning for uninitialized variable 8.2.2005 redoing a mapping with <Cmd> doesn't work properly 8.2.2006 .pbtxt files are not recognized 8.2.2007 test for insert mode in popup is not reliable 8.2.2008 MS-Windows GUI: handling channel messages lags 8.2.2009 MS-Windows: setting $LANG in gvimext only causes problems 8.2.2010 Vim9: compiling fails for unreachable return statement 8.2.2011 "syn sync" reports a very large number 8.2.2012 Vim9: confusing error message when using bool wrongly 8.2.2013 Vim9: not skipping white space after unary minus 8.2.2014 using CTRL-O in a prompt buffer moves cursor to start 8.2.2015 Vim9: literal dict #{} is not like any other language 8.2.2016 swap file test is a little flaky 8.2.2017 missing part of the dict change 8.2.2018 Vim9: script variable not found from lambda 8.2.2019 swap file test fails on MS-Windows 8.2.2020 some compilers do not like the "namespace" argument 8.2.2021 Vim9: get E1099 when autocommand resets did_emsg 8.2.2022 Vim9: star command recognized errornously 8.2.2023 Vim: memory leak when :execute fails 8.2.2024 flicker when redrawing a popup with a title and border 8.2.2025 Amiga: Not all colors are used on OS4 8.2.2026 Coverity warns for possibly using not NUL terminated string 8.2.2027 Coverity warns for uninitialized field 8.2.2028 Coverity warns for using an uninitialized variable 8.2.2029 Coverity warns for not checking return value 8.2.2030 some tests fail on Mac 8.2.2031 some tests fail when run under valgrind 8.2.2032 cabalconfig and cabalproject filetypes not recognized 8.2.2033 Vim9: :def without argument gives compilation error 8.2.2034 Vim9: list unpack in for statement not compiled yet 8.2.2035 MS-Windows: some tests may fail 8.2.2036 buffer messed up if creating the quickfix window fails 8.2.2037 compiler test depends on list of compiler plugins 8.2.2038 compiler test fails on MS-Windows 8.2.2039 viminfo is not written when creating a new file 8.2.2040 terminal buffer disappears even when 'bufhidden' is "hide" 8.2.2041 haskell filetype not optimally recognized 8.2.2042 build failure with +profile but without +reltime 8.2.2043 GTK3: white border around text stands out 8.2.2044 MS-Windows: swap file test sometimes fails 8.2.2045 highlighting a character too much with incsearch 8.2.2046 some test failures don't give a clear error 8.2.2047 Amiga: FEAT_ARP defined when it should not 8.2.2048 Amiga: obsolete code 8.2.2049 Amiga: obsolete function 8.2.2050 search test contains unneeded sleeps 8.2.2051 Vim9: crash when aborting a user function call 8.2.2052 Vim9: "edit +4 fname" gives an error 8.2.2053 Vim9: lamba doesn't accept argument types 8.2.2054 Amiga: FEAT_ARP defined when it should not 8.2.2055 MS-Windows: two Vim instances may use the same temp file 8.2.2056 configure fails if building with implicit-function-declaration 8.2.2057 getting the selection may trigger TextYankPost autocmd 8.2.2058 using mkview/loadview changes the jumplist 8.2.2059 Amiga: can't find plugins 8.2.2060 check for features implemented with "if" 8.2.2061 Vim9: E1030 error when using empty string for term_sendkeys() 8.2.2062 <Cmd> does not handle CTRL-V 8.2.2063 Vim9: only one level of indexing supported 8.2.2064 terminal: cursor is on while redrawing, causing flicker 8.2.2065 using map() and filter() on a range() is inefficient 8.2.2066 Vim9: assignment with += doesn't work 8.2.2067 cursor position in popup terminal is wrong 8.2.2068 transparent syntax item uses start/end of containing region 8.2.2069 the quickfix window is not updated after setqflist() 8.2.2070 can't get the exit value in VimLeave(Pre) autocommands 8.2.2071 Vim9: list assign doesn't except empty remainder list 8.2.2072 Vim9: list assign not well tested 8.2.2073 Vim9: for with unpack only works for local variables 8.2.2074 Vim9: using :normal from Vim9 script can't handle range 8.2.2075 error for const argument to mapnew() 8.2.2076 MS-Windows console: sometimes drops typed characters 8.2.2077 build failure with small features 8.2.2078 illegal memory access when using :print on invalid text 8.2.2079 Vim9: cannot put a linebreak before or after "in" of ":for" 8.2.2080 Vim9: no proper error message for using s:var in for loop 8.2.2081 Vim9: cannot handle a linebreak after "=" in assignment 8.2.2082 Vim9: can still use the depricated #{} dict syntax 8.2.2083 Vim9: crash when using ":silent!" and getting member fails 8.2.2084 CTRL-V U doesn't work to enter a Unicode character 8.2.2085 Qt translation file is recognized as typescript 8.2.2086 libvterm tests are only run on Linux 8.2.2087 Vim9: memory leak when statement is truncated 8.2.2088 Vim9: script test sometimes fails 8.2.2089 libvterm test fails to build on Mac 8.2.2090 Vim9: dict does not accept a key in quotes 8.2.2091 MS-Windows: build warnings 8.2.2092 Vim9: unpredictable errors for script tests 8.2.2093 Vim9: script test sometimes fails 8.2.2094 when an expression fails getting next command may be wrong 8.2.2095 Vim9: crash when failed dict member is followed by concat 8.2.2096 Vim9: command modifiers not restored after assignment 8.2.2097 Vim9: using :silent! when calling a function prevents abort 8.2.2098 Vim9: function argument of sort() and map() not tested 8.2.2099 Vim9: some checks are not tested 8.2.2100 insufficient testing for function range and dict 8.2.2101 Vim9: memory leak when literal dict has an error 8.2.2102 Vim9: not all error messages tested 8.2.2103 Vim9: unreachable code 8.2.2104 build problem with Ruby 2.7 8.2.2105 sound test is a bit flaky 8.2.2106 TOML files are not recognized 8.2.2107 Vim9: some errors not tested 8.2.2108 Vim9: no test to check for :let error 8.2.2109 "vim -" does not work well when modifyOtherKeys is enabled 8.2.2110 cannot use ":shell" when reading from stdin 8.2.2111 GTK: menu background is the same color as the main window 8.2.2112 running tests may leave some files behind 8.2.2113 MS-Windows GUI: crash after using ":set guifont=" four times 8.2.2114 Vim9: unreachable code in assignment 8.2.2115 Vim9: some errors not tested for; dead code 8.2.2116 MS-Windows GUI: test for 'guifont' is incomplete 8.2.2117 some functions use any value as a string 8.2.2118 dead code in the job support 8.2.2119 GTK3: status line background color is wrong 8.2.2120 not all Perl functionality is tested 8.2.2121 internal error when using \ze before \zs in a pattern 8.2.2122 Vim9: crash when sourcing vim9script early 8.2.2123 after using a complete popup the buffer is listed 8.2.2124 Vim9: a range cannot be computed at runtime 8.2.2125 Vim9: leaking memory 8.2.2126 Ruby: missing function prototype 8.2.2127 Vim9: executing user command from Vim9 script not tested To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/vim-lang/PLIST cvs rdiff -u -r1.53 -r1.54 pkgsrc/editors/vim-share/PLIST cvs rdiff -u -r1.188 -r1.189 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.130 -r1.131 pkgsrc/editors/vim-share/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160770998518550 Content-Disposition: inline Content-Length: 4713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-lang/PLIST diff -u pkgsrc/editors/vim-lang/PLIST:1.28 pkgsrc/editors/vim-lang/PLIST:1.29 --- pkgsrc/editors/vim-lang/PLIST:1.28 Fri Sep 18 23:58:29 2020 +++ pkgsrc/editors/vim-lang/PLIST Fri Dec 11 18:06:25 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2020/09/18 23:58:29 morr Exp $ +@comment $NetBSD: PLIST,v 1.29 2020/12/11 18:06:25 morr Exp $ man/da.ISO8859-1/man1/ex.1 man/da.ISO8859-1/man1/rview.1 man/da.ISO8859-1/man1/rvim.1 @@ -191,6 +191,8 @@ share/vim/${VIM_SUBDIR}/keymap/hebrewp_i share/vim/${VIM_SUBDIR}/keymap/hebrewp_utf-8.vim share/vim/${VIM_SUBDIR}/keymap/kana.vim share/vim/${VIM_SUBDIR}/keymap/kazakh-jcuken.vim +share/vim/${VIM_SUBDIR}/keymap/korean-dubeolsik_utf-8.vim +share/vim/${VIM_SUBDIR}/keymap/korean.vim share/vim/${VIM_SUBDIR}/keymap/lithuanian-baltic.vim share/vim/${VIM_SUBDIR}/keymap/magyar_utf-8.vim share/vim/${VIM_SUBDIR}/keymap/mongolian_utf-8.vim Index: pkgsrc/editors/vim-share/PLIST diff -u pkgsrc/editors/vim-share/PLIST:1.53 pkgsrc/editors/vim-share/PLIST:1.54 --- pkgsrc/editors/vim-share/PLIST:1.53 Sun Nov 1 14:53:00 2020 +++ pkgsrc/editors/vim-share/PLIST Fri Dec 11 18:06:25 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.53 2020/11/01 14:53:00 morr Exp $ +@comment $NetBSD: PLIST,v 1.54 2020/12/11 18:06:25 morr Exp $ bin/xxd man/man1/evim.1 man/man1/vim.1 @@ -165,6 +165,7 @@ share/vim/${VIM_SUBDIR}/compiler/xbuild. share/vim/${VIM_SUBDIR}/compiler/xmllint.vim share/vim/${VIM_SUBDIR}/compiler/xmlwf.vim share/vim/${VIM_SUBDIR}/compiler/xo.vim +share/vim/${VIM_SUBDIR}/compiler/zsh.vim share/vim/${VIM_SUBDIR}/defaults.vim share/vim/${VIM_SUBDIR}/delmenu.vim share/vim/${VIM_SUBDIR}/doc/arabic.txt @@ -459,6 +460,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/occam.v share/vim/${VIM_SUBDIR}/ftplugin/pamconf.vim share/vim/${VIM_SUBDIR}/ftplugin/pascal.vim share/vim/${VIM_SUBDIR}/ftplugin/passwd.vim +share/vim/${VIM_SUBDIR}/ftplugin/pbtxt.vim share/vim/${VIM_SUBDIR}/ftplugin/pdf.vim share/vim/${VIM_SUBDIR}/ftplugin/perl.vim share/vim/${VIM_SUBDIR}/ftplugin/perl6.vim @@ -844,6 +846,8 @@ share/vim/${VIM_SUBDIR}/syntax/bzl.vim share/vim/${VIM_SUBDIR}/syntax/bzr.vim share/vim/${VIM_SUBDIR}/syntax/c.vim share/vim/${VIM_SUBDIR}/syntax/cabal.vim +share/vim/${VIM_SUBDIR}/syntax/cabalconfig.vim +share/vim/${VIM_SUBDIR}/syntax/cabalproject.vim share/vim/${VIM_SUBDIR}/syntax/calendar.vim share/vim/${VIM_SUBDIR}/syntax/catalog.vim share/vim/${VIM_SUBDIR}/syntax/cdl.vim @@ -1153,6 +1157,7 @@ share/vim/${VIM_SUBDIR}/syntax/pamenv.vi share/vim/${VIM_SUBDIR}/syntax/papp.vim share/vim/${VIM_SUBDIR}/syntax/pascal.vim share/vim/${VIM_SUBDIR}/syntax/passwd.vim +share/vim/${VIM_SUBDIR}/syntax/pbtxt.vim share/vim/${VIM_SUBDIR}/syntax/pcap.vim share/vim/${VIM_SUBDIR}/syntax/pccts.vim share/vim/${VIM_SUBDIR}/syntax/pdf.vim Index: pkgsrc/editors/vim-share/distinfo diff -u pkgsrc/editors/vim-share/distinfo:1.188 pkgsrc/editors/vim-share/distinfo:1.189 --- pkgsrc/editors/vim-share/distinfo:1.188 Sun Nov 1 14:53:00 2020 +++ pkgsrc/editors/vim-share/distinfo Fri Dec 11 18:06:25 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.188 2020/11/01 14:53:00 morr Exp $ +$NetBSD: distinfo,v 1.189 2020/12/11 18:06:25 morr Exp $ -SHA1 (vim-8.2.1933.tar.gz) = c0fe9967c74e6325251dc98536ade427bf2e081e -RMD160 (vim-8.2.1933.tar.gz) = 4ddb1810e508af257b915c326544a5acdb509683 -SHA512 (vim-8.2.1933.tar.gz) = 0aca0ec5212a325c9d4731475a77cbce3ba62df915d2e6de45835188a1eb9108a0bec52106c0f7cc43f60b359a1e02ea36514604d257fc1fa99f439c5110d6a2 -Size (vim-8.2.1933.tar.gz) = 15214230 bytes +SHA1 (vim-8.2.2127.tar.gz) = 83edca8174b9134e2bbb92a2f51aff4f9681f32f +RMD160 (vim-8.2.2127.tar.gz) = e42107820f2fa94e961e8257e5fc7bdb00ef8317 +SHA512 (vim-8.2.2127.tar.gz) = 37ad099104bdb03b751d73009047aaf051bcdf84fc9deba63e31684a66d0f4cfbc140bcb95de92adbc57dac3f659d23b5dd23f6b47bb86ebb09472642e206bc0 +Size (vim-8.2.2127.tar.gz) = 15333187 bytes SHA1 (patch-Makefile) = 342af6768ec3f5d86448a370538a3ad75e2259ee SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9 SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6 Index: pkgsrc/editors/vim-share/version.mk diff -u pkgsrc/editors/vim-share/version.mk:1.130 pkgsrc/editors/vim-share/version.mk:1.131 --- pkgsrc/editors/vim-share/version.mk:1.130 Sun Nov 1 14:53:00 2020 +++ pkgsrc/editors/vim-share/version.mk Fri Dec 11 18:06:25 2020 @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.130 2020/11/01 14:53:00 morr Exp $ +# $NetBSD: version.mk,v 1.131 2020/12/11 18:06:25 morr Exp $ VIM_VERSION= 8.2 -VIM_PATCHLEVEL= 1933 +VIM_PATCHLEVEL= 2127 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.2/ VIM_SUBDIR= vim82 --_----------=_160770998518550--