Thu Nov 29 08:55:11 2018 UTC ()
Update to 8.1.0551.

ChangeLog:

8.1.0391  building in a shadow directory fails
8.1.0392  error while typing :/foo/s// with 'incsearch' enabled
8.1.0393  not all white space difference options available
8.1.0394  diffs are not always updated correctly
8.1.0395  compiler warning on 64-bit MS-Windows
8.1.0396  another compiler warning on 64-bit MS-Windows
8.1.0397  no event triggered after updating diffs
8.1.0398  no test for -o and -O command line arguments
8.1.0399  'hlsearch' highlight remains in other window
8.1.0400  using freed memory with :diffget
8.1.0401  can't get swap name of another buffer
8.1.0402  the DiffUpdate event isn't triggered for :diffput
8.1.0403  header file missing from distribution
8.1.0404  accessing invalid memory with long argument name
8.1.0405  too many #ifdefs for GTK
8.1.0406  several command line arguments are not tested
8.1.0407  quickfix code mixes using the stack and a list pointer
8.1.0408  MSVC: cannot use the "x64" native compiler option
8.1.0409  startup test fails on MS-Windows
8.1.0410  the ex_copen() function is too long
8.1.0411  renamed file missing from distribution
8.1.0412  cannot build with GTK 2.4
8.1.0413  test output is duplicated or missing
8.1.0414  v:option_old is cleared when using :set in OptionSet autocmd
8.1.0415  not actually using 16 colors with vtp
8.1.0416  sort doesn't report deleted lines
8.1.0417  several command line arguments are not tested
8.1.0418  MS-Windows: cannot separate Lua include and library dirs
8.1.0419  Cygwin: running cproto fails with -O2
8.1.0420  generating vim.lib when using ActivePerl 5.20.3 or later
8.1.0421  MS-Windows: Ruby path is wrong for Ruby 1.9 and later
8.1.0422  cannot create map file with MinGW
8.1.0423  MS-Windows: using dup-close for flushing a file
8.1.0424  test output is very verbose, loading CI log is slow
8.1.0425  ml_get error and crash with appendbufline()
8.1.0426  accessing invalid memory in SmcOpenConnection()
8.1.0427  MS-Windows GUI: using invalid encoded file name
8.1.0428  the :suspend command is not tested
8.1.0429  no test for :lcd with 'shellslash'
8.1.0430  Xargadd file left behind after running test
8.1.0431  the qf_jump() function is too long
8.1.0432  compiler warning for signed/unsigned
8.1.0433  mapping can obtain text from inputsecret()
8.1.0434  copy_loclist() is too long
8.1.0435  cursorline highlight not removed in some situation
8.1.0436  can get the text of inputsecret() with getcmdline()
8.1.0437  may access freed memory when syntax HL times out
8.1.0438  the ex_make() function is too long
8.1.0439  recursive use of getcmdline() still not protected
8.1.0440  remove() with a range not sufficiently tested
8.1.0441  build failure without command line history
8.1.0442  GUI: cursor not drawn after ":redraw | sleep"
8.1.0443  unnecessary static function prototypes
8.1.0444  unnecessary check for NULL pointer
8.1.0445  setting 'term' does not store location for termcap options
8.1.0446  options test fails in the GUI
8.1.0447  GUI scrollbar test fails with Athena and Motif
8.1.0448  cursorline not removed when using 'cursorbind'
8.1.0449  when 'rnu' is set folded lines are not displayed correctly
8.1.0450  build failure without the +fold feature
8.1.0451  Win32 console: keypad keys don't work
8.1.0452  MS-Windows: not finding intl.dll
8.1.0453  MS-Windows: executable() is not reliable
8.1.0454  resolve() was not tested with a symlink cycle
8.1.0455  checking for empty quickfix stack is not consistent
8.1.0456  running test hangs when the input file is being edited
8.1.0457  win32 console: key mappings don't work
8.1.0458  ml_get error and crash when using "do"
8.1.0459  Test_executable fails when there is a dog in the system
8.1.0460  assert_fails() does not take a message argument
8.1.0461  quickfix code uses too many /* */ comments
8.1.0462  when using ConPTY Vim can be a child process
8.1.0463  "simalt ~x" in .vimrc blocks swap file prompt
8.1.0464  MS-Windows: job_info() has cmd without backslashes
8.1.0465  client-server test fails
8.1.0466  autocmd test fails
8.1.0467  cannot build with Mac OS X 10.5
8.1.0468  MS-Windows: filter command with pipe character fails
8.1.0469  too often indexing in qf_lists[]
8.1.0470  pointer ownership around fname_expand() is unclear
8.1.0471  some tests are flaky or fail on some systems
8.1.0472  dosinst command has a few flaws
8.1.0473  user doesn't notice file does not exist when swap file does
8.1.0474  directory where if_perl.c is written is inconsistent
8.1.0475  memory not freed on exit when quit in autocmd
8.1.0476  memory leaks in test_escaped_glob
8.1.0477  tiny build fails
8.1.0478  cannot build with perl using MinGW
8.1.0479  failure when setting 'varsofttabstop' to end in a comma
8.1.0480  MinGW build file uses different -I flags than MVC
8.1.0481  when "Terminal" highlight is reverted cursor doesn't show
8.1.0482  MinGW "make clean" deletes all .exe files
8.1.0483  MinGW does not build tee.exe
8.1.0484  some file types are not recognized
8.1.0485  term_start() does not check if directory is accessible
8.1.0486  can't build in MS-Windows
8.1.0487  no menus specifically for the terminal window
8.1.0488  using freed memory in quickfix code
8.1.0489  crash when autocmd clears vimpgrep location list
8.1.0490  MS-Windows: doesn't handle missing glibwinpthread-1.dll
8.1.0491  if a terminal dump has CR it is considered corrupt
8.1.0492  "Edit with existing Vim" list can get long
8.1.0493  argv() and argc() only work on the current argument list
8.1.0494  functions do not check for a window ID in other tabs
8.1.0495  :filter only supports some commands
8.1.0496  no tests for indent files
8.1.0497  :%diffput changes order of lines
8.1.0498  /etc/gitconfig not recognized at a gitconfig file
8.1.0499  :2vimgrep causes an ml_get error
8.1.0500  cleaning up in src/tee may not always work
8.1.0501  cppcheck warns for using array index before bounds check
8.1.0502  internal diff fails when diffing a context diff
8.1.0503  missing change to diff test
8.1.0504  when CTRL-C is mapped it triggers InsertLeave
8.1.0505  filter command test may fail if helplang is not set
8.1.0506  modeline test fails when run by root
8.1.0507  .raml files not properly detected
8.1.0508  suspend test fails when run by root
8.1.0509  checking cwd not accessible fails for root
8.1.0510  filter test fails when $LANG is C.UTF-8
8.1.0511  ml_get error when calling a function with a range
8.1.0512  'helplang' default is inconsistent for C and C.UTF-8
8.1.0513  no error for set diffopt+=algorithm:
8.1.0514  CTRL-W ^ does not work when alternate buffer has no name
8.1.0515  reloading a script gives errors for existing functions
8.1.0516  :move command marks buffer modified when nothing changed
8.1.0517  Test_window_split_edit_alternate() fails on AppVeyor
8.1.0518  Test_window_split_edit_bufnr() fails on AppVeyor
8.1.0519  cannot save and restore the tag stack
8.1.0520  screen diff test sometimes fails
8.1.0521  cannot build with +eval but without +quickfix
8.1.0522  :terminal does not show trailing empty lines
8.1.0523  opening window from quickfix leaves empty buffer behind
8.1.0524  terminal test fails on Windows
8.1.0525  terminal test skips part on Windows
8.1.0526  running out of signal stack in RealWaitForChar
8.1.0527  using 'shiftwidth' from wrong buffer for folding
8.1.0528  various typos in comments
8.1.0529  flaky test sometimes fails in different ways
8.1.0530  channel and terminal tests that start a server can be flaky
8.1.0531  flaky tests often fail with a common error message
8.1.0532  cannot distinguish between quickfix and location list
8.1.0533  screendump tests can be flaky
8.1.0534  MS-Windows installer uses different $HOME than Vim
8.1.0535  increment/decrement might get interrupted by updating folds
8.1.0536  file time test fails when using NFS
8.1.0537  ui_breakcheck() may be called recursively
8.1.0538  evaluating a modeline might invoke using a shell command
8.1.0539  cannot build without the sandbox
8.1.0540  may evaluate insecure value when appending to option
8.1.0541  help message in dosinst.c is outdated
8.1.0542  shiftwidth() does not take 'vartabstop' into account
8.1.0543  Coverity warns for leaking memory and using wrong struct
8.1.0544  setting 'filetype' in a modeline causes an error
8.1.0545  when executing indent tests user preferences interfere
8.1.0546  modeline test with keymap fails
8.1.0547  modeline test with keymap still fails
8.1.0548  crash when job callback unloads a buffer
8.1.0549  netbeans test depends on README.txt contents
8.1.0550  expression evaluation may repeat an error message
8.1.0551  expression evaluation may repeat an error message


(morr)
diff -r1.42 -r1.43 pkgsrc/editors/vim-share/PLIST
diff -r1.177 -r1.178 pkgsrc/editors/vim-share/distinfo
diff -r1.119 -r1.120 pkgsrc/editors/vim-share/version.mk

cvs diff -r1.42 -r1.43 pkgsrc/editors/vim-share/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/PLIST 2018/09/15 12:36:41 1.42
+++ pkgsrc/editors/vim-share/PLIST 2018/11/29 08:55:10 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.42 2018/09/15 12:36:41 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.43 2018/11/29 08:55:10 morr Exp $
2bin/xxd 2bin/xxd
3man/man1/evim.1 3man/man1/evim.1
4man/man1/vim.1 4man/man1/vim.1
5man/man1/vimdiff.1 5man/man1/vimdiff.1
6man/man1/vimtutor.1 6man/man1/vimtutor.1
7man/man1/xxd.1 7man/man1/xxd.1
8share/vim/${VIM_SUBDIR}/autoload/README.txt 8share/vim/${VIM_SUBDIR}/autoload/README.txt
9share/vim/${VIM_SUBDIR}/autoload/RstFold.vim 9share/vim/${VIM_SUBDIR}/autoload/RstFold.vim
10share/vim/${VIM_SUBDIR}/autoload/ada.vim 10share/vim/${VIM_SUBDIR}/autoload/ada.vim
11share/vim/${VIM_SUBDIR}/autoload/adacomplete.vim 11share/vim/${VIM_SUBDIR}/autoload/adacomplete.vim
12share/vim/${VIM_SUBDIR}/autoload/ccomplete.vim 12share/vim/${VIM_SUBDIR}/autoload/ccomplete.vim
13share/vim/${VIM_SUBDIR}/autoload/clojurecomplete.vim 13share/vim/${VIM_SUBDIR}/autoload/clojurecomplete.vim
14share/vim/${VIM_SUBDIR}/autoload/context.vim 14share/vim/${VIM_SUBDIR}/autoload/context.vim
@@ -574,26 +574,27 @@ share/vim/${VIM_SUBDIR}/indent/nsis.vim @@ -574,26 +574,27 @@ share/vim/${VIM_SUBDIR}/indent/nsis.vim
574share/vim/${VIM_SUBDIR}/indent/objc.vim 574share/vim/${VIM_SUBDIR}/indent/objc.vim
575share/vim/${VIM_SUBDIR}/indent/ocaml.vim 575share/vim/${VIM_SUBDIR}/indent/ocaml.vim
576share/vim/${VIM_SUBDIR}/indent/occam.vim 576share/vim/${VIM_SUBDIR}/indent/occam.vim
577share/vim/${VIM_SUBDIR}/indent/pascal.vim 577share/vim/${VIM_SUBDIR}/indent/pascal.vim
578share/vim/${VIM_SUBDIR}/indent/perl.vim 578share/vim/${VIM_SUBDIR}/indent/perl.vim
579share/vim/${VIM_SUBDIR}/indent/perl6.vim 579share/vim/${VIM_SUBDIR}/indent/perl6.vim
580share/vim/${VIM_SUBDIR}/indent/php.vim 580share/vim/${VIM_SUBDIR}/indent/php.vim
581share/vim/${VIM_SUBDIR}/indent/postscr.vim 581share/vim/${VIM_SUBDIR}/indent/postscr.vim
582share/vim/${VIM_SUBDIR}/indent/pov.vim 582share/vim/${VIM_SUBDIR}/indent/pov.vim
583share/vim/${VIM_SUBDIR}/indent/prolog.vim 583share/vim/${VIM_SUBDIR}/indent/prolog.vim
584share/vim/${VIM_SUBDIR}/indent/pyrex.vim 584share/vim/${VIM_SUBDIR}/indent/pyrex.vim
585share/vim/${VIM_SUBDIR}/indent/python.vim 585share/vim/${VIM_SUBDIR}/indent/python.vim
586share/vim/${VIM_SUBDIR}/indent/r.vim 586share/vim/${VIM_SUBDIR}/indent/r.vim
 587share/vim/${VIM_SUBDIR}/indent/raml.vim
587share/vim/${VIM_SUBDIR}/indent/readline.vim 588share/vim/${VIM_SUBDIR}/indent/readline.vim
588share/vim/${VIM_SUBDIR}/indent/rhelp.vim 589share/vim/${VIM_SUBDIR}/indent/rhelp.vim
589share/vim/${VIM_SUBDIR}/indent/rmd.vim 590share/vim/${VIM_SUBDIR}/indent/rmd.vim
590share/vim/${VIM_SUBDIR}/indent/rnoweb.vim 591share/vim/${VIM_SUBDIR}/indent/rnoweb.vim
591share/vim/${VIM_SUBDIR}/indent/rpl.vim 592share/vim/${VIM_SUBDIR}/indent/rpl.vim
592share/vim/${VIM_SUBDIR}/indent/rrst.vim 593share/vim/${VIM_SUBDIR}/indent/rrst.vim
593share/vim/${VIM_SUBDIR}/indent/rst.vim 594share/vim/${VIM_SUBDIR}/indent/rst.vim
594share/vim/${VIM_SUBDIR}/indent/ruby.vim 595share/vim/${VIM_SUBDIR}/indent/ruby.vim
595share/vim/${VIM_SUBDIR}/indent/rust.vim 596share/vim/${VIM_SUBDIR}/indent/rust.vim
596share/vim/${VIM_SUBDIR}/indent/sas.vim 597share/vim/${VIM_SUBDIR}/indent/sas.vim
597share/vim/${VIM_SUBDIR}/indent/sass.vim 598share/vim/${VIM_SUBDIR}/indent/sass.vim
598share/vim/${VIM_SUBDIR}/indent/scala.vim 599share/vim/${VIM_SUBDIR}/indent/scala.vim
599share/vim/${VIM_SUBDIR}/indent/scheme.vim 600share/vim/${VIM_SUBDIR}/indent/scheme.vim
@@ -1123,26 +1124,27 @@ share/vim/${VIM_SUBDIR}/syntax/prolog.vi @@ -1123,26 +1124,27 @@ share/vim/${VIM_SUBDIR}/syntax/prolog.vi
1123share/vim/${VIM_SUBDIR}/syntax/promela.vim 1124share/vim/${VIM_SUBDIR}/syntax/promela.vim
1124share/vim/${VIM_SUBDIR}/syntax/proto.vim 1125share/vim/${VIM_SUBDIR}/syntax/proto.vim
1125share/vim/${VIM_SUBDIR}/syntax/protocols.vim 1126share/vim/${VIM_SUBDIR}/syntax/protocols.vim
1126share/vim/${VIM_SUBDIR}/syntax/psf.vim 1127share/vim/${VIM_SUBDIR}/syntax/psf.vim
1127share/vim/${VIM_SUBDIR}/syntax/ptcap.vim 1128share/vim/${VIM_SUBDIR}/syntax/ptcap.vim
1128share/vim/${VIM_SUBDIR}/syntax/purifylog.vim 1129share/vim/${VIM_SUBDIR}/syntax/purifylog.vim
1129share/vim/${VIM_SUBDIR}/syntax/pyrex.vim 1130share/vim/${VIM_SUBDIR}/syntax/pyrex.vim
1130share/vim/${VIM_SUBDIR}/syntax/python.vim 1131share/vim/${VIM_SUBDIR}/syntax/python.vim
1131share/vim/${VIM_SUBDIR}/syntax/qf.vim 1132share/vim/${VIM_SUBDIR}/syntax/qf.vim
1132share/vim/${VIM_SUBDIR}/syntax/quake.vim 1133share/vim/${VIM_SUBDIR}/syntax/quake.vim
1133share/vim/${VIM_SUBDIR}/syntax/r.vim 1134share/vim/${VIM_SUBDIR}/syntax/r.vim
1134share/vim/${VIM_SUBDIR}/syntax/racc.vim 1135share/vim/${VIM_SUBDIR}/syntax/racc.vim
1135share/vim/${VIM_SUBDIR}/syntax/radiance.vim 1136share/vim/${VIM_SUBDIR}/syntax/radiance.vim
 1137share/vim/${VIM_SUBDIR}/syntax/raml.vim
1136share/vim/${VIM_SUBDIR}/syntax/ratpoison.vim 1138share/vim/${VIM_SUBDIR}/syntax/ratpoison.vim
1137share/vim/${VIM_SUBDIR}/syntax/rc.vim 1139share/vim/${VIM_SUBDIR}/syntax/rc.vim
1138share/vim/${VIM_SUBDIR}/syntax/rcs.vim 1140share/vim/${VIM_SUBDIR}/syntax/rcs.vim
1139share/vim/${VIM_SUBDIR}/syntax/rcslog.vim 1141share/vim/${VIM_SUBDIR}/syntax/rcslog.vim
1140share/vim/${VIM_SUBDIR}/syntax/readline.vim 1142share/vim/${VIM_SUBDIR}/syntax/readline.vim
1141share/vim/${VIM_SUBDIR}/syntax/rebol.vim 1143share/vim/${VIM_SUBDIR}/syntax/rebol.vim
1142share/vim/${VIM_SUBDIR}/syntax/redif.vim 1144share/vim/${VIM_SUBDIR}/syntax/redif.vim
1143share/vim/${VIM_SUBDIR}/syntax/registry.vim 1145share/vim/${VIM_SUBDIR}/syntax/registry.vim
1144share/vim/${VIM_SUBDIR}/syntax/remind.vim 1146share/vim/${VIM_SUBDIR}/syntax/remind.vim
1145share/vim/${VIM_SUBDIR}/syntax/resolv.vim 1147share/vim/${VIM_SUBDIR}/syntax/resolv.vim
1146share/vim/${VIM_SUBDIR}/syntax/reva.vim 1148share/vim/${VIM_SUBDIR}/syntax/reva.vim
1147share/vim/${VIM_SUBDIR}/syntax/rexx.vim 1149share/vim/${VIM_SUBDIR}/syntax/rexx.vim
1148share/vim/${VIM_SUBDIR}/syntax/rhelp.vim 1150share/vim/${VIM_SUBDIR}/syntax/rhelp.vim

cvs diff -r1.177 -r1.178 pkgsrc/editors/vim-share/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/distinfo 2018/09/15 12:36:41 1.177
+++ pkgsrc/editors/vim-share/distinfo 2018/11/29 08:55:10 1.178
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.177 2018/09/15 12:36:41 bsiegert Exp $ 1$NetBSD: distinfo,v 1.178 2018/11/29 08:55:10 morr Exp $
2 2
3SHA1 (vim-8.1.0390.tar.gz) = f6cf4237aff5b59a4ed701bc19ab6c0d618cc517 3SHA1 (vim-8.1.0551.tar.gz) = 2921958997dfeb73d15f58c0ddf4c7293b521a97
4RMD160 (vim-8.1.0390.tar.gz) = b05fbd8731b0457642d3ea6ddefa353556ea22b1 4RMD160 (vim-8.1.0551.tar.gz) = ee49310f614a666bd0a44ef94d8a82793a241fe7
5SHA512 (vim-8.1.0390.tar.gz) = 9dec5899950a9cf4b5712e8774d68609e8b039411460a1ce6f5a09709e192614520ff09fe6ceb5036e6029a8d208bc257efffe12b6725c217fffa05eb8036ea7 5SHA512 (vim-8.1.0551.tar.gz) = a05cfb3d7d640d551a4c3c1622110cd2aed01fe20f2b3e4e78161346eb957c4a56e64d8d8e43bea7dfd0af4160faa78f2f48d4d2bd77e694706ce2cdfe7632e6
6Size (vim-8.1.0390.tar.gz) = 13855213 bytes 6Size (vim-8.1.0551.tar.gz) = 13883213 bytes
7SHA1 (patch-Makefile) = 52d05da11e8b0c2ab90310e178032124033887f4 7SHA1 (patch-Makefile) = 52d05da11e8b0c2ab90310e178032124033887f4
8SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9 8SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9
9SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6 9SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6
10SHA1 (patch-feature.h) = 19c5ac2d7056adf9e6e074732871abc4058a59eb 10SHA1 (patch-feature.h) = 19c5ac2d7056adf9e6e074732871abc4058a59eb
11SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd 11SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd

cvs diff -r1.119 -r1.120 pkgsrc/editors/vim-share/version.mk (expand / switch to unified diff)

--- pkgsrc/editors/vim-share/version.mk 2018/09/15 12:36:41 1.119
+++ pkgsrc/editors/vim-share/version.mk 2018/11/29 08:55:10 1.120
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1# $NetBSD: version.mk,v 1.119 2018/09/15 12:36:41 bsiegert Exp $ 1# $NetBSD: version.mk,v 1.120 2018/11/29 08:55:10 morr Exp $
2 2
3VIM_VERSION= 8.1 3VIM_VERSION= 8.1
4VIM_PATCHLEVEL= 0390 4VIM_PATCHLEVEL= 0551
5# Changelog: see http://ftp.vim.org/pub/vim/patches/8.1/ 5# Changelog: see http://ftp.vim.org/pub/vim/patches/8.1/
6VIM_SUBDIR= vim81 6VIM_SUBDIR= vim81
7 7
8PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; } 8PRINT_PLIST_AWK+= { gsub(/${VIM_SUBDIR}/, "$${VIM_SUBDIR}"); print; next; }