The NetBSD Project

CVS log for pkgsrc/editors/vim-xaw/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / editors / vim-xaw

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.66, Sat Sep 16 12:43:14 2023 UTC (7 months ago) by rhialto
Branch: MAIN
CVS Tags: HEAD
Changes since 1.65: +1 -1 lines
FILE REMOVED

editors/vim-xaw: remove, because upstream removed Athena GUI support

in Vim 8.2.4677 of Sun Apr 3 18:02:37 2022 +0100.

Revision 1.64.6.1 / (download) - annotate - [select for diffs], Sat Aug 27 15:35:48 2022 UTC (19 months, 3 weeks ago) by spz
Branch: pkgsrc-2022Q2
Changes since 1.64: +1 -2 lines
Diff to previous 1.64 (colored) next main 1.65 (colored) to selected 1.19 (colored)

Pullup ticket #6660 - requested by khorben
editors/vim-gtk2: security update
editors/vim-gtk3: security update
editors/vim-motif: security update
editors/vim-share: security update
editors/vim-xaw: security update

Revisions pulled up:
- editors/vim-gtk2/Makefile                                     1.97
- editors/vim-gtk3/Makefile                                     1.24
- editors/vim-motif/Makefile                                    1.42
- editors/vim-share/PLIST                                       1.61
- editors/vim-share/distinfo                                    1.199
- editors/vim-share/version.mk                                  1.138
- editors/vim-xaw/Makefile                                      1.65

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Wed Jul 27 15:13:11 UTC 2022

   Modified Files:
           pkgsrc/editors/vim-gtk2: Makefile
           pkgsrc/editors/vim-gtk3: Makefile
           pkgsrc/editors/vim-motif: Makefile
           pkgsrc/editors/vim-share: PLIST distinfo version.mk
           pkgsrc/editors/vim-xaw: Makefile

   Log Message:
   vim: update to 8.2.5172

   On behalf of morr@ "please go ahead"

   This includes security fixes. (more pending)

   Tested on NetBSD/amd64.

   XXX pull-up to pkgsrc-2022Q2

   Changes:
   8.2.4722  ending recording with mapping records too much
   8.2.4723  the ModeChanged autocmd event is inefficient
   8.2.4724  current instance of last search pattern not easily spotted
   8.2.4725  unused variable in tiny build
   8.2.4726  cannot use expand() to get the script name
   8.2.4727  unused code
   8.2.4728  no test that v:event cannot be modified
   8.2.4729  HEEx and Surface templates do not need a separate filetype
   8.2.4730  MS-Windows GUI: cannot use CTRL-/
   8.2.4731  the changelist index is not remembered per buffer
   8.2.4732  duplicate code to free fuzzy matches
   8.2.4733  HEEx and Surface do need a separate filetype
   8.2.4734  getcharpos() may change a mark position
   8.2.4735  quickfix tests can be a bit hard to read
   8.2.4736  build problem for Cygwin with Motif
   8.2.4737  // in JavaScript string recognized as comment
   8.2.4738  Esc on commandline executes command instead of abandoning it
   8.2.4739  accessing freed memory after WinScrolled autocmd event
   8.2.4740  when expand() fails there is no error message
   8.2.4741  startup test fails
   8.2.4742  there is no way to start logging very early in startup
   8.2.4743  clang 14 is available on CI
   8.2.4744  a terminal window can't use the bell
   8.2.4745  using wrong flag for using bell in the terminal
   8.2.4746  supercollider filetype not recognized
   8.2.4747  no filetype override for .sys files
   8.2.4748  cannot use an imported function in a mapping
   8.2.4749  <script> is not expanded in autocmd context
   8.2.4750  small pieces of dead code
   8.2.4751  mapping <SID>name.Func does not work for autoload script
   8.2.4752  wrong 'statusline' value can cause illegal memory access
   8.2.4753  error from setting an option is silently ignored
   8.2.4754  using cached values after unsetting some environment variables
   8.2.4755  cannot use <SID>FuncRef in completion spec
   8.2.4756  build error without the +eval feature
   8.2.4757  list of libraries to suppress lsan errors is outdated
   8.2.4758  when using an LSP channel want to get the message ID
   8.2.4759  CurSearch highlight does not work for multi-line match
   8.2.4760  using matchfuzzy() on a long list can take a while
   8.2.4761  documentation for using LSP messages is incomplete
   8.2.4762  using freed memory using synstack() and synID() in WinEnter
   8.2.4763  using invalid pointer with "V:" in Ex mode
   8.2.4764  CI uses an older gcc version
   8.2.4765  function matchfuzzy() sorts too many items
   8.2.4766  KRL files using "deffct" not recognized
   8.2.4767  openscad files are not recognized
   8.2.4768  CI: codecov upload sometimes does not work
   8.2.4769  build warning with UCRT
   8.2.4770  cannot easily mix expression and heredoc
   8.2.4771  Coverity warns for not checking return value
   8.2.4772  old Coverity warning for not checking ftell() return value
   8.2.4773  build failure without the +eval feature
   8.2.4774  crash when using a number for lambda name
   8.2.4775  SpellBad highlighting does not work in Konsole
   8.2.4776  GTK: 'lines' and 'columns' may change during startup
   8.2.4777  screendump tests fail because of a redraw
   8.2.4778  pacman files use dosini filetype
   8.2.4779  lsan suppression is too version specific
   8.2.4780  parsing an LSP message fails when it is split
   8.2.4781  Maxima files are not recognized
   8.2.4782  accessing freed memory
   8.2.4783  Coverity warns for leaking memory
   8.2.4784  lamba test with timer is flaky
   8.2.4785  Visual mode not stopped if win_gotoid() goes to other buffer
   8.2.4786  test for win_gotoid() in Visual mode fails on Mac
   8.2.4787  prop_find() does not find the right property
   8.2.4788  large payload for LSP message not tested
   8.2.4789  cursor pos wrong when using :redraw while editing the cmdline
   8.2.4790  lilypond filetype not recognized
   8.2.4791  events triggered in different order when reusing buffer
   8.2.4792  indent operator creates an undo entry for every line
   8.2.4793  recognizing Maxima filetype even though it might be another
   8.2.4794  compiler warning for not initialized variable
   8.2.4795  'cursorbind' scrolling depends on whether 'cursorline' is set
   8.2.4796  file left behind after running cursorline tests
   8.2.4797  getwininfo() may get oudated values
   8.2.4798  t_8u option was reset even when set by the user
   8.2.4799  popup does not use correct topline
   8.2.4800  missing test update for adjusted t_8u behavior
   8.2.4801  fix for cursorbind fix not fully tested
   8.2.4802  test is not cleaned up
   8.2.4803  WinScrolled not always triggered when scrolling with mouse
   8.2.4804  expression in heredoc doesn't work for compiled function
   8.2.4805  CurSearch used for all matches in current line
   8.2.4806  a mapping using <LeftDrag> does not start Select mode
   8.2.4807  processing key eveints in Win32 GUI is not ideal
   8.2.4808  unused item in engine struct
   8.2.4809  various things not properly tested
   8.2.4810  missing changes in one file
   8.2.4811  Win32 GUI: caps lock doesn't work
   8.2.4812  unused struct item
   8.2.4813  pasting text while indent folding may mess up folds
   8.2.4814  possible to leave a popup window with win_gotoid()
   8.2.4815  cannot build with older GTK version
   8.2.4816  still using older codecov app in some places of CI
   8.2.4817  Win32 GUI: modifiers are not always used
   8.2.4818  no test for what 8.2.4806 fixes
   8.2.4819  unmapping simplified keys also deletes other mapping
   8.2.4820  not simple programmatic way to find a specific mapping
   8.2.4821  crash when imported autoload script was deleted
   8.2.4822  setting ufunc to NULL twice
   8.2.4823  concat more than 2 strings in :def function is inefficient
   8.2.4824  expression is evaluated multiple times
   8.2.4825  can only get a list of mappings
   8.2.4826  .cshtml files are not recognized
   8.2.4827  typo in variable name
   8.2.4828  fix for unmapping simplified key not fully tested
   8.2.4829  a key may be simplified to NUL
   8.2.4830  possible endless loop if there is unused typahead
   8.2.4831  crash when using maparg() and unmapping simplified keys
   8.2.4832  passing zero instead of NULL to a pointer argument
   8.2.4833  failure of mapping not checked for
   8.2.4834  Vim9: some lines not covered by tests
   8.2.4835  Vim9: some lines not covered by tests
   8.2.4836  Vim9: some lines not covered by tests
   8.2.4837  modifiers not simplified when timed out
   8.2.4838  checking for absolute path is not trivial
   8.2.4839  compiler warning for unused argument
   8.2.4840  heredoc expression evaluated even when skipping
   8.2.4841  empty string considered an error for expand()
   8.2.4842  expand("%:p") is not empty when there is no buffer name
   8.2.4843  treating CTRL + ALT as AltGr is not backwards compatible
   8.2.4844  <C-S-I> is simplified to <S-Tab>
   8.2.4845  duplicate code
   8.2.4846  termcodes test fails
   8.2.4847  crash when using uninitialized function pointer
   8.2.4848  local completion with mappings and simplification not working
   8.2.4849  Gleam filetype not detected
   8.2.4850  mksession mixes up "tabpages" and "curdir" arguments
   8.2.4851  compiler warning for uninitialized variable
   8.2.4852  ANSI color index to RGB value not correct
   8.2.4853  CI with FreeBSD is a bit outdated
   8.2.4854  array size does not match usage
   8.2.4855  robot files are not recognized
   8.2.4856  MinGW compiler complains about unknown escape sequence
   8.2.4857  Yaml indent for multiline is wrong
   8.2.4858  K_SPECIAL may be escaped twice
   8.2.4859  wget2 files are not recognized
   8.2.4860  MS-Windows: always uses current directory for executables
   8.2.4861  it is not easy to restore saved mappings
   8.2.4862  Vim9: test may fail when run with valgrind
   8.2.4863  accessing freed memory in test without the +channel feature
   8.2.4864  Vim9: script test fails
   8.2.4865  :startinsert right after :stopinsert may not work
   8.2.4866  duplicate code in "get" functions
   8.2.4867  listing of mapping with K_SPECIAL is wrong
   8.2.4868  when closing help window autocmds triggered for wrong window
   8.2.4869  expression in command block does not look after NL
   8.2.4870  Vim9: expression in :substitute is not compiled
   8.2.4871  Vim9: in :def function no error for misplaced range
   8.2.4872  Vim9: no error for using an expression only
   8.2.4873  Vim9: using "else" differs from using "endif/if !cond"
   8.2.4874  Win32 GUI: horizontal scroll wheel not handled properly
   8.2.4875  MS-Windows: some .exe files are not recognized
   8.2.4876  MS-Windows: Shift-BS results in strange char in powershell
   8.2.4877  MS-Windows: Wrongly using Normal colors for termguicolors
   8.2.4878  valgrind warning for using uninitialized variable
   8.2.4879  screendump test may fail when using valgrind
   8.2.4880  Vim9: misplaced elseif causes invalid memory access
   8.2.4881  "P" in Visual mode still changes some registers
   8.2.4882  cannot make 'breakindent' use a specific column
   8.2.4883  string interpolation only works in heredoc
   8.2.4884  test fails without the job/channel feature
   8.2.4885  test fails with the job/channel feature
   8.2.4886  Vim9: redir in skipped block seen as assignment
   8.2.4887  channel log does not show invoking a timer callback
   8.2.4888  line number of lambda ignores line continuation
   8.2.4889  CI only tests with FreeBSD 12
   8.2.4890  inconsistent capitalization in error messages
   8.2.4891  Vim help presentation could be better
   8.2.4892  test failures because of changed error messages
   8.2.4893  distributed import files are not installed
   8.2.4894  MS-Windows: not using italics
   8.2.4895  buffer overflow with invalid command with composing chars
   8.2.4896  expression in command block does not look after NL
   8.2.4897  comment inside an expression in lambda ignores the rest
   8.2.4898  Coverity complains about pointer usage
   8.2.4899  with latin1 encoding CTRL-W might go before the cmdline
   8.2.4900  Vim9 expression test fails without the job feature
   8.2.4901  NULL pointer access when using invalid pattern
   8.2.4902  mouse wheel scrolling is inconsistent
   8.2.4903  cannot get the current cmdline completion type and position
   8.2.4904  codecov includes MS-Windows install files
   8.2.4905  codecov includes MS-Windows install header file
   8.2.4906  MS-Windows: cannot use transparent background
   8.2.4907  some users do not want a line comment always inserted
   8.2.4908  no text formatting for // comment after a statement
   8.2.4909  MODE_ enum entries names are too generic
   8.2.4910  imperfect coding
   8.2.4911  the mode #defines are not clearly named
   8.2.4912  using execute() to define a lambda doesn't work
   8.2.4913  popup_hide() does not always have effect
   8.2.4914  string interpolation in :def function may fail
   8.2.4915  sometimes the cursor is in the wrong position
   8.2.4916  mouse in Insert mode test fails
   8.2.4917  fuzzy expansion of option names is not right
   8.2.4918  conceal character from matchadd() displayed too many times
   8.2.4919  can add invalid bytes with :spellgood
   8.2.4920  MS-Windows GUI: unused variables
   8.2.4921  spell test fails because of new illegal byte check
   8.2.4922  mouse test fails on MS-Windows
   8.2.4923  test checks for terminal feature unnecessarily
   8.2.4924  maparg() may return a string that cannot be reused
   8.2.4925  trailing backslash may cause reading past end of line
   8.2.4926  #ifdef for crypt feature around too many lines
   8.2.4927  return type of remove() incorrect when using three arguments
   8.2.4928  various white space and cosmetic mistakes
   8.2.4929  off-by-one error in in statusline item
   8.2.4930  interpolated string expression requires escaping
   8.2.4931  Crash with sequence of Perl commands
   8.2.4932  not easy to filter the output of maplist()
   8.2.4933  a few more capitalization mistakes in error messages
   8.2.4934  string interpolation fails when not evaluating
   8.2.4935  with 'foldmethod' "indent" some lines not included in fold
   8.2.4936  MS-Windows: mouse coordinates for scroll event are wrong
   8.2.4937  no test for what 8.2.4931 fixes
   8.2.4938  crash when matching buffer with invalid pattern
   8.2.4939  matchfuzzypos() with "matchseq" does not have all positions
   8.2.4940  some code is never used
   8.2.4941  '[ and '] marks may be wrong after undo
   8.2.4942  error when setting 'filetype' in help file again
   8.2.4943  changing 'switchbuf' may have no effect
   8.2.4944  text properties are wrong after "cc"
   8.2.4945  inconsistent use of white space
   8.2.4946  Vim9: some code not covered by tests
   8.2.4947  text properties not adjusted when accepting spell suggestion
   8.2.4948  cannot use Perl heredoc in nested :def function
   8.2.4949  Vim9: some code not covered by tests
   8.2.4950  text properties position wrong after shifting text
   8.2.4951  smart indenting done when not enabled
   8.2.4952  GUI test will fail if color scheme changes
   8.2.4953  with 'si' inserting '}' after completion goes wrong
   8.2.4954  inserting line breaks text property spanning two lines
   8.2.4955  text property in wrong position after auto-indent
   8.2.4956  reading past end of line with "gf" in Visual block mode
   8.2.4957  text properties in a wrong position after a block change
   8.2.4958  a couple conditions are always true
   8.2.4959  using NULL regexp program
   8.2.4960  text properties that cross lines not updated for deleted line
   8.2.4961  build error with a certain combination of features
   8.2.4962  files show up in git status
   8.2.4963  expanding path with "/**" may overrun end of buffer
   8.2.4964  MS-Windows GUI: mouse event test is flaky
   8.2.4965  GUI: testing mouse move event depends on screen cell size
   8.2.4966  MS-Windows GUI: mouse event test gets extra event
   8.2.4967  MS-Windows GUI: mouse event test sometimes fails
   8.2.4968  reading past end of the line when C-indenting
   8.2.4969  changing text in Visual mode may cause invalid memory access
   8.2.4970  "eval 123" gives an error, "eval 'abc'" does not
   8.2.4971  Vim9: interpolated string seen as range
   8.2.4972  Vim9: compilation fails when using dict member when skipping
   8.2.4973  Vim9: type error for list unpack mentions argument
   8.2.4974  ":so" command may read after end of buffer
   8.2.4975  recursive command line loop may cause a crash
   8.2.4976  Coverity complains about not restoring a saved value
   8.2.4977  memory access error when substitute expression changes window
   8.2.4978  no error if engine selection atom is not at the start
   8.2.4979  accessing freed memory when line is flushed
   8.2.4980  when 'shortmess' contains 'A' loading session may still warn
   8.2.4981  it is not possible to manipulate autocommands
   8.2.4982  colors in terminal window are not 100% correct
   8.2.4983  colors test fails in the GUI
   8.2.4984  dragging statusline fails for window with winbar
   8.2.4985  PVS warns for possible array underrun
   8.2.4986  some github actions are outdated
   8.2.4987  after deletion a small fold may be closable
   8.2.4988  textprop in wrong position when replacing multi-byte chars
   8.2.4989  cannot specify a function name for :defcompile
   8.2.4990  memory leak when :defcompile fails
   8.2.4991  no test for hwat patch 8.1.0535 fixes
   8.2.4992  compiler warning for possibly uninitialized variable
   8.2.4993  smart/C/lisp indenting is optional
   8.2.4994  tests are using legacy functions
   8.2.4995  still a compiler warning for possibly uninitialized variable
   8.2.4996  setbufline() may change Visual selection
   8.2.4997  Python: changing hidden buffer can cause display mess up
   8.2.4998  Vim9: crash when using multiple funcref()
   8.2.4999  filetype test table is not properly sorted
   8.2.5000  no patch for documentation updates
   8.2.5001  checking translations affects the search pattern history
   8.2.5002  deletebufline() may change Visual selection
   8.2.5003  cannot do bitwise shifts
   8.2.5004  right shift on negative number does not work as documented
   8.2.5005  compiler warning for uninitialized variable
   8.2.5006  asan warns for undefined behavior
   8.2.5007  spell suggestion may use uninitialized memory
   8.2.5008  when 'formatoptions' contains "/" wrongly wrapping comment
   8.2.5009  fold may not be closeable after appending
   8.2.5010  the terminal debugger uses various global variables
   8.2.5011  Replacing an autocommand requires several lines
   8.2.5012  cannot select one character inside ()
   8.2.5013  after text formatting cursor may be in an invalid position
   8.2.5014  byte offsets are wrong when using text properties
   8.2.5015  Hoon and Moonscript files are not recognized
   8.2.5016  access before start of text with a put command
   8.2.5017  gcc 12.1 warns for uninitialized variable
   8.2.5018  Vim9: some code is not covered by tests
   8.2.5019  cannot get the first screen column of a character
   8.2.5020  using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'
   8.2.5021  build fails with normal features and +terminal
   8.2.5022  'completefunc'/'omnifunc' error does not end completion
   8.2.5023  substitute overwrites allocated buffer
   8.2.5024  using freed memory with "]d"
   8.2.5025  Vim9: a few lines not covered by tests
   8.2.5026  Vim9: a few lines not covered by tests
   8.2.5027  error for missing :endif when an exception was thrown
   8.2.5028  syntax regexp matching can be slow
   8.2.5029  "textlock" is always zero
   8.2.5030  autocmd_add() can only handle one event and pattern
   8.2.5031  cannot easily run the benchmarks
   8.2.5032  Python 3 test fails without the GUI
   8.2.5033  build error with +eval but without +quickfix
   8.2.5034  there is no way to get the byte index from a virtual column
   8.2.5035  when splitting a window the changelist position moves
   8.2.5036  using two counters for timeout check in NFA engine
   8.2.5037  cursor position may be invalid after "0;" range
   8.2.5038  a finished terminal in a popup window does not show scrollbar
   8.2.5039  confusing error if first argument of popup_create() is wrong
   8.2.5040  scrollbar thumb in scrolled popup not visible
   8.2.5041  cannot close a terminal popup with "NONE" job
   8.2.5042  scrollbar thumb in tall scrolled popup not visible
   8.2.5043  can open a cmdline window from a substitute expression
   8.2.5044  command line test fails
   8.2.5045  can escape a terminal popup window when the job is finished
   8.2.5046  vim_regsub() can overwrite the destination
   8.2.5047  CurSearch highlight is often wrong
   8.2.5048  when using XIM the gui test may fail
   8.2.5049  insufficient tests for autocommands
   8.2.5050  using freed memory when searching for pattern in path
   8.2.5051  check for autocmd_add() event argument is confusing
   8.2.5052  CI checkout step title is a bit cryptic
   8.2.5053  cannot have a comment halfway an expression in a block
   8.2.5054  no good filetype for conf files similar to dosini
   8.2.5055  statusline is not updated when terminal title changes
   8.2.5056  the channel log only contains some of the raw terminal output
   8.2.5057  using gettimeofday() for timeout is very inefficient
   8.2.5058  input() does not handle composing characters properly
   8.2.5059  autoconf 2.71 produces many obsolete warnings
   8.2.5060  running configure fails
   8.2.5061  C89 requires signal handlers to return void
   8.2.5062  Coverity warns for dead code
   8.2.5063  error for a command may go over the end of IObuff
   8.2.5064  no test for what 8.1.0052 fixes
   8.2.5065  wrong return type for main() in tee.c
   8.2.5066  can specify multispace listchars only for whole line
   8.2.5067  timer_create is not available on every Mac system
   8.2.5068  gcc 12.1 warning when building tee
   8.2.5069  various warnings from clang on MS-Windows
   8.2.5070  unnecessary code
   8.2.5071  with some Mac OS version clockid_t is redefined
   8.2.5072  using uninitialized value and freed memory in spell command
   8.2.5073  clang on MS-Windows produces warnings
   8.2.5074  spell test fails on MS-Windows
   8.2.5075  clang gives an out of bounds warning
   8.2.5076  unnecessary code
   8.2.5077  various warnings from clang on MS-Windows
   8.2.5078  substitute test has a one second delay
   8.2.5079  DirChanged autocommand may use freed memory
   8.2.5080  when indenting gets out of hand it is hard to stop
   8.2.5081  autocmd test fails on MS-Windows
   8.2.5082  retab test fails
   8.2.5083  autocmd test still fails on MS-Windows
   8.2.5084  when the GUI shows a dialog tests get stuck
   8.2.5085  gcc gives warning for signed/unsigned difference
   8.2.5086  CI runs on Windows 2019
   8.2.5087  cannot build with clang on MS-Windows
   8.2.5088  value of cmod_verbose is a bit complicated to use
   8.2.5089  some functions return a different value on failure
   8.2.5090  MS-Windows: vim.def is no longer used
   8.2.5091  terminal test fails with some shell commands
   8.2.5092  using "'<,'>" in Ex mode may compare unrelated pointers
   8.2.5093  error message for unknown command may have the command twice
   8.2.5094  MS-Windows GUI: empty command may cause a dialog
   8.2.5095  terminal test still fails with some shell commands
   8.2.5096  terminal test still fails with some shell commands
   8.2.5097  using uninitialized memory when using 'listchars'
   8.2.5098  spelldump test sometimes hangs
   8.2.5099  some terminal tests are not retried
   8.2.5100  memory usage tests are not retried
   8.2.5101  MS-Windows with MinGW: $CC may be "cc" instead of "gcc"
   8.2.5102  interrupt not caught in test
   8.2.5103  build fails with small features
   8.2.5104  test hangs on MS-Windows
   8.2.5105  test still hangs on MS-Windows
   8.2.5106  default cmdwin mappings are re-mappable
   8.2.5107  some callers of rettv_list_alloc() check for not OK
   8.2.5108  retab test disabled because it hangs on MS-Windows
   8.2.5109  mode not updated after CTRL-O CTRL-C in Insert mode
   8.2.5110  icon filetype not recognized from the first line
   8.2.5111  no test for --gui-dialog-file
   8.2.5112  gui test hangs on MS-Windows
   8.2.5113  timer becomes invalid after fork/exec, :gui gives errors
   8.2.5114  time limit on searchpair() does not work properly
   8.2.5115  search timeout is overrun with some patterns
   8.2.5116  "limit" option of matchfuzzy() not always respected
   8.2.5117  crash when calling a Lua callback from a :def function
   8.2.5118  MS-Windows: sending a message to another Vim may hang
   8.2.5119  CI uses cache v2
   8.2.5120  searching for quotes may go over the end of the line
   8.2.5121  interrupt test sometimes fails
   8.2.5122  lisp indenting my run over the end of the line
   8.2.5123  using invalid index when looking for spell suggestions
   8.2.5124  when syntax timeout test fails it does not show the time
   8.2.5125  MS-Windows: warnings from MinGW compiler
   8.2.5126  substitute may overrun destination buffer
   8.2.5127  using assert_true() does not show value on failure
   8.2.5128  syntax disabled when using synID() in searchpair() skip expr
   8.2.5129  timeout handling is not optimal
   8.2.5130  edit test for mode message fails when using valgrind
   8.2.5131  timeout implementation is not optimal
   8.2.5132  :mkview test doesn't test much
   8.2.5133  MacOS: build fails
   8.2.5134  function has confusing name
   8.2.5135  running configure gives warnings for main() return type
   8.2.5136  debugger test fails when run with valgrind
   8.2.5137  cannot build without the +channel feature
   8.2.5138  various small issues
   8.2.5139  TIME_WITH_SYS_TIME is no longer supported by autoconf
   8.2.5140  seachpair timeout test is flaky
   8.2.5141  using "volatile int" in a signal handler might be wrong
   8.2.5142  startup test fails if there is a status bar
   8.2.5143  some tests fail when using valgrind
   8.2.5144  with 'lazyredraw' set completion menu may be wrong
   8.2.5145  exit test causes spurious valgrind reports
   8.2.5146  memory leak when substitute expression nests
   8.2.5147  flaky test always fails on retry
   8.2.5148  invalid memory access when using expression on command line
   8.2.5149  cannot build without the +eval feature
   8.2.5150  read past the end of the first line with ":0;'{"
   8.2.5151  reading beyond the end of the line with lisp indenting
   8.2.5152  search() gets stuck with "c" and skip evaluates to true
   8.2.5153  "make uninstall" does not remove colors/lists
   8.2.5154  still mentioning version8, some cosmetic issues
   8.2.5155  in diff mode windows may get out of sync
   8.2.5156  search timeout test often fails with FreeBSD
   8.2.5157  MS-Windows GUI: CTRL-key combinations do not always work
   8.2.5158  TSTP and INT signal tests are not run with valgrind
   8.2.5159  fix for CTRL-key combinations causes problems
   8.2.5160  accessing invalid memory after changing terminal size
   8.2.5161  might still access invalid memory
   8.2.5162  reading before the start of the line with BS in Replace mode
   8.2.5163  crash when deleting buffers in diff mode
   8.2.5164  invalid memory access after diff buffer manipulations
   8.2.5165  import test fails because 'diffexpr' isn't reset
   8.2.5166  test for DiffUpdated fails
   8.2.5167  get(Fn, 'name') on funcref returns special byte code
   8.2.5168  cannot build with Python 3.11
   8.2.5169  nested :source may use NULL pointer
   8.2.5170  tiny issues
   8.2.5171  dependencies and proto files are outdated
   8.2.5172  "make menu" still uses legacy script


   To generate a diff of this commit:
   cvs rdiff -u -r1.96 -r1.97 pkgsrc/editors/vim-gtk2/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/vim-gtk3/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/vim-motif/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/editors/vim-share/PLIST
   cvs rdiff -u -r1.198 -r1.199 pkgsrc/editors/vim-share/distinfo
   cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/vim-share/version.mk
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/editors/vim-xaw/Makefile

Revision 1.65 / (download) - annotate - [select for diffs], Wed Jul 27 15:13:11 2022 UTC (20 months, 3 weeks ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.64: +1 -2 lines
Diff to previous 1.64 (colored) to selected 1.19 (colored)

vim: update to 8.2.5172

On behalf of morr@ "please go ahead"

This includes security fixes. (more pending)

Tested on NetBSD/amd64.

XXX pull-up to pkgsrc-2022Q2

Changes:
8.2.4722  ending recording with mapping records too much
8.2.4723  the ModeChanged autocmd event is inefficient
8.2.4724  current instance of last search pattern not easily spotted
8.2.4725  unused variable in tiny build
8.2.4726  cannot use expand() to get the script name
8.2.4727  unused code
8.2.4728  no test that v:event cannot be modified
8.2.4729  HEEx and Surface templates do not need a separate filetype
8.2.4730  MS-Windows GUI: cannot use CTRL-/
8.2.4731  the changelist index is not remembered per buffer
8.2.4732  duplicate code to free fuzzy matches
8.2.4733  HEEx and Surface do need a separate filetype
8.2.4734  getcharpos() may change a mark position
8.2.4735  quickfix tests can be a bit hard to read
8.2.4736  build problem for Cygwin with Motif
8.2.4737  // in JavaScript string recognized as comment
8.2.4738  Esc on commandline executes command instead of abandoning it
8.2.4739  accessing freed memory after WinScrolled autocmd event
8.2.4740  when expand() fails there is no error message
8.2.4741  startup test fails
8.2.4742  there is no way to start logging very early in startup
8.2.4743  clang 14 is available on CI
8.2.4744  a terminal window can't use the bell
8.2.4745  using wrong flag for using bell in the terminal
8.2.4746  supercollider filetype not recognized
8.2.4747  no filetype override for .sys files
8.2.4748  cannot use an imported function in a mapping
8.2.4749  <script> is not expanded in autocmd context
8.2.4750  small pieces of dead code
8.2.4751  mapping <SID>name.Func does not work for autoload script
8.2.4752  wrong 'statusline' value can cause illegal memory access
8.2.4753  error from setting an option is silently ignored
8.2.4754  using cached values after unsetting some environment variables
8.2.4755  cannot use <SID>FuncRef in completion spec
8.2.4756  build error without the +eval feature
8.2.4757  list of libraries to suppress lsan errors is outdated
8.2.4758  when using an LSP channel want to get the message ID
8.2.4759  CurSearch highlight does not work for multi-line match
8.2.4760  using matchfuzzy() on a long list can take a while
8.2.4761  documentation for using LSP messages is incomplete
8.2.4762  using freed memory using synstack() and synID() in WinEnter
8.2.4763  using invalid pointer with "V:" in Ex mode
8.2.4764  CI uses an older gcc version
8.2.4765  function matchfuzzy() sorts too many items
8.2.4766  KRL files using "deffct" not recognized
8.2.4767  openscad files are not recognized
8.2.4768  CI: codecov upload sometimes does not work
8.2.4769  build warning with UCRT
8.2.4770  cannot easily mix expression and heredoc
8.2.4771  Coverity warns for not checking return value
8.2.4772  old Coverity warning for not checking ftell() return value
8.2.4773  build failure without the +eval feature
8.2.4774  crash when using a number for lambda name
8.2.4775  SpellBad highlighting does not work in Konsole
8.2.4776  GTK: 'lines' and 'columns' may change during startup
8.2.4777  screendump tests fail because of a redraw
8.2.4778  pacman files use dosini filetype
8.2.4779  lsan suppression is too version specific
8.2.4780  parsing an LSP message fails when it is split
8.2.4781  Maxima files are not recognized
8.2.4782  accessing freed memory
8.2.4783  Coverity warns for leaking memory
8.2.4784  lamba test with timer is flaky
8.2.4785  Visual mode not stopped if win_gotoid() goes to other buffer
8.2.4786  test for win_gotoid() in Visual mode fails on Mac
8.2.4787  prop_find() does not find the right property
8.2.4788  large payload for LSP message not tested
8.2.4789  cursor pos wrong when using :redraw while editing the cmdline
8.2.4790  lilypond filetype not recognized
8.2.4791  events triggered in different order when reusing buffer
8.2.4792  indent operator creates an undo entry for every line
8.2.4793  recognizing Maxima filetype even though it might be another
8.2.4794  compiler warning for not initialized variable
8.2.4795  'cursorbind' scrolling depends on whether 'cursorline' is set
8.2.4796  file left behind after running cursorline tests
8.2.4797  getwininfo() may get oudated values
8.2.4798  t_8u option was reset even when set by the user
8.2.4799  popup does not use correct topline
8.2.4800  missing test update for adjusted t_8u behavior
8.2.4801  fix for cursorbind fix not fully tested
8.2.4802  test is not cleaned up
8.2.4803  WinScrolled not always triggered when scrolling with mouse
8.2.4804  expression in heredoc doesn't work for compiled function
8.2.4805  CurSearch used for all matches in current line
8.2.4806  a mapping using <LeftDrag> does not start Select mode
8.2.4807  processing key eveints in Win32 GUI is not ideal
8.2.4808  unused item in engine struct
8.2.4809  various things not properly tested
8.2.4810  missing changes in one file
8.2.4811  Win32 GUI: caps lock doesn't work
8.2.4812  unused struct item
8.2.4813  pasting text while indent folding may mess up folds
8.2.4814  possible to leave a popup window with win_gotoid()
8.2.4815  cannot build with older GTK version
8.2.4816  still using older codecov app in some places of CI
8.2.4817  Win32 GUI: modifiers are not always used
8.2.4818  no test for what 8.2.4806 fixes
8.2.4819  unmapping simplified keys also deletes other mapping
8.2.4820  not simple programmatic way to find a specific mapping
8.2.4821  crash when imported autoload script was deleted
8.2.4822  setting ufunc to NULL twice
8.2.4823  concat more than 2 strings in :def function is inefficient
8.2.4824  expression is evaluated multiple times
8.2.4825  can only get a list of mappings
8.2.4826  .cshtml files are not recognized
8.2.4827  typo in variable name
8.2.4828  fix for unmapping simplified key not fully tested
8.2.4829  a key may be simplified to NUL
8.2.4830  possible endless loop if there is unused typahead
8.2.4831  crash when using maparg() and unmapping simplified keys
8.2.4832  passing zero instead of NULL to a pointer argument
8.2.4833  failure of mapping not checked for
8.2.4834  Vim9: some lines not covered by tests
8.2.4835  Vim9: some lines not covered by tests
8.2.4836  Vim9: some lines not covered by tests
8.2.4837  modifiers not simplified when timed out
8.2.4838  checking for absolute path is not trivial
8.2.4839  compiler warning for unused argument
8.2.4840  heredoc expression evaluated even when skipping
8.2.4841  empty string considered an error for expand()
8.2.4842  expand("%:p") is not empty when there is no buffer name
8.2.4843  treating CTRL + ALT as AltGr is not backwards compatible
8.2.4844  <C-S-I> is simplified to <S-Tab>
8.2.4845  duplicate code
8.2.4846  termcodes test fails
8.2.4847  crash when using uninitialized function pointer
8.2.4848  local completion with mappings and simplification not working
8.2.4849  Gleam filetype not detected
8.2.4850  mksession mixes up "tabpages" and "curdir" arguments
8.2.4851  compiler warning for uninitialized variable
8.2.4852  ANSI color index to RGB value not correct
8.2.4853  CI with FreeBSD is a bit outdated
8.2.4854  array size does not match usage
8.2.4855  robot files are not recognized
8.2.4856  MinGW compiler complains about unknown escape sequence
8.2.4857  Yaml indent for multiline is wrong
8.2.4858  K_SPECIAL may be escaped twice
8.2.4859  wget2 files are not recognized
8.2.4860  MS-Windows: always uses current directory for executables
8.2.4861  it is not easy to restore saved mappings
8.2.4862  Vim9: test may fail when run with valgrind
8.2.4863  accessing freed memory in test without the +channel feature
8.2.4864  Vim9: script test fails
8.2.4865  :startinsert right after :stopinsert may not work
8.2.4866  duplicate code in "get" functions
8.2.4867  listing of mapping with K_SPECIAL is wrong
8.2.4868  when closing help window autocmds triggered for wrong window
8.2.4869  expression in command block does not look after NL
8.2.4870  Vim9: expression in :substitute is not compiled
8.2.4871  Vim9: in :def function no error for misplaced range
8.2.4872  Vim9: no error for using an expression only
8.2.4873  Vim9: using "else" differs from using "endif/if !cond"
8.2.4874  Win32 GUI: horizontal scroll wheel not handled properly
8.2.4875  MS-Windows: some .exe files are not recognized
8.2.4876  MS-Windows: Shift-BS results in strange char in powershell
8.2.4877  MS-Windows: Wrongly using Normal colors for termguicolors
8.2.4878  valgrind warning for using uninitialized variable
8.2.4879  screendump test may fail when using valgrind
8.2.4880  Vim9: misplaced elseif causes invalid memory access
8.2.4881  "P" in Visual mode still changes some registers
8.2.4882  cannot make 'breakindent' use a specific column
8.2.4883  string interpolation only works in heredoc
8.2.4884  test fails without the job/channel feature
8.2.4885  test fails with the job/channel feature
8.2.4886  Vim9: redir in skipped block seen as assignment
8.2.4887  channel log does not show invoking a timer callback
8.2.4888  line number of lambda ignores line continuation
8.2.4889  CI only tests with FreeBSD 12
8.2.4890  inconsistent capitalization in error messages
8.2.4891  Vim help presentation could be better
8.2.4892  test failures because of changed error messages
8.2.4893  distributed import files are not installed
8.2.4894  MS-Windows: not using italics
8.2.4895  buffer overflow with invalid command with composing chars
8.2.4896  expression in command block does not look after NL
8.2.4897  comment inside an expression in lambda ignores the rest
8.2.4898  Coverity complains about pointer usage
8.2.4899  with latin1 encoding CTRL-W might go before the cmdline
8.2.4900  Vim9 expression test fails without the job feature
8.2.4901  NULL pointer access when using invalid pattern
8.2.4902  mouse wheel scrolling is inconsistent
8.2.4903  cannot get the current cmdline completion type and position
8.2.4904  codecov includes MS-Windows install files
8.2.4905  codecov includes MS-Windows install header file
8.2.4906  MS-Windows: cannot use transparent background
8.2.4907  some users do not want a line comment always inserted
8.2.4908  no text formatting for // comment after a statement
8.2.4909  MODE_ enum entries names are too generic
8.2.4910  imperfect coding
8.2.4911  the mode #defines are not clearly named
8.2.4912  using execute() to define a lambda doesn't work
8.2.4913  popup_hide() does not always have effect
8.2.4914  string interpolation in :def function may fail
8.2.4915  sometimes the cursor is in the wrong position
8.2.4916  mouse in Insert mode test fails
8.2.4917  fuzzy expansion of option names is not right
8.2.4918  conceal character from matchadd() displayed too many times
8.2.4919  can add invalid bytes with :spellgood
8.2.4920  MS-Windows GUI: unused variables
8.2.4921  spell test fails because of new illegal byte check
8.2.4922  mouse test fails on MS-Windows
8.2.4923  test checks for terminal feature unnecessarily
8.2.4924  maparg() may return a string that cannot be reused
8.2.4925  trailing backslash may cause reading past end of line
8.2.4926  #ifdef for crypt feature around too many lines
8.2.4927  return type of remove() incorrect when using three arguments
8.2.4928  various white space and cosmetic mistakes
8.2.4929  off-by-one error in in statusline item
8.2.4930  interpolated string expression requires escaping
8.2.4931  Crash with sequence of Perl commands
8.2.4932  not easy to filter the output of maplist()
8.2.4933  a few more capitalization mistakes in error messages
8.2.4934  string interpolation fails when not evaluating
8.2.4935  with 'foldmethod' "indent" some lines not included in fold
8.2.4936  MS-Windows: mouse coordinates for scroll event are wrong
8.2.4937  no test for what 8.2.4931 fixes
8.2.4938  crash when matching buffer with invalid pattern
8.2.4939  matchfuzzypos() with "matchseq" does not have all positions
8.2.4940  some code is never used
8.2.4941  '[ and '] marks may be wrong after undo
8.2.4942  error when setting 'filetype' in help file again
8.2.4943  changing 'switchbuf' may have no effect
8.2.4944  text properties are wrong after "cc"
8.2.4945  inconsistent use of white space
8.2.4946  Vim9: some code not covered by tests
8.2.4947  text properties not adjusted when accepting spell suggestion
8.2.4948  cannot use Perl heredoc in nested :def function
8.2.4949  Vim9: some code not covered by tests
8.2.4950  text properties position wrong after shifting text
8.2.4951  smart indenting done when not enabled
8.2.4952  GUI test will fail if color scheme changes
8.2.4953  with 'si' inserting '}' after completion goes wrong
8.2.4954  inserting line breaks text property spanning two lines
8.2.4955  text property in wrong position after auto-indent
8.2.4956  reading past end of line with "gf" in Visual block mode
8.2.4957  text properties in a wrong position after a block change
8.2.4958  a couple conditions are always true
8.2.4959  using NULL regexp program
8.2.4960  text properties that cross lines not updated for deleted line
8.2.4961  build error with a certain combination of features
8.2.4962  files show up in git status
8.2.4963  expanding path with "/**" may overrun end of buffer
8.2.4964  MS-Windows GUI: mouse event test is flaky
8.2.4965  GUI: testing mouse move event depends on screen cell size
8.2.4966  MS-Windows GUI: mouse event test gets extra event
8.2.4967  MS-Windows GUI: mouse event test sometimes fails
8.2.4968  reading past end of the line when C-indenting
8.2.4969  changing text in Visual mode may cause invalid memory access
8.2.4970  "eval 123" gives an error, "eval 'abc'" does not
8.2.4971  Vim9: interpolated string seen as range
8.2.4972  Vim9: compilation fails when using dict member when skipping
8.2.4973  Vim9: type error for list unpack mentions argument
8.2.4974  ":so" command may read after end of buffer
8.2.4975  recursive command line loop may cause a crash
8.2.4976  Coverity complains about not restoring a saved value
8.2.4977  memory access error when substitute expression changes window
8.2.4978  no error if engine selection atom is not at the start
8.2.4979  accessing freed memory when line is flushed
8.2.4980  when 'shortmess' contains 'A' loading session may still warn
8.2.4981  it is not possible to manipulate autocommands
8.2.4982  colors in terminal window are not 100% correct
8.2.4983  colors test fails in the GUI
8.2.4984  dragging statusline fails for window with winbar
8.2.4985  PVS warns for possible array underrun
8.2.4986  some github actions are outdated
8.2.4987  after deletion a small fold may be closable
8.2.4988  textprop in wrong position when replacing multi-byte chars
8.2.4989  cannot specify a function name for :defcompile
8.2.4990  memory leak when :defcompile fails
8.2.4991  no test for hwat patch 8.1.0535 fixes
8.2.4992  compiler warning for possibly uninitialized variable
8.2.4993  smart/C/lisp indenting is optional
8.2.4994  tests are using legacy functions
8.2.4995  still a compiler warning for possibly uninitialized variable
8.2.4996  setbufline() may change Visual selection
8.2.4997  Python: changing hidden buffer can cause display mess up
8.2.4998  Vim9: crash when using multiple funcref()
8.2.4999  filetype test table is not properly sorted
8.2.5000  no patch for documentation updates
8.2.5001  checking translations affects the search pattern history
8.2.5002  deletebufline() may change Visual selection
8.2.5003  cannot do bitwise shifts
8.2.5004  right shift on negative number does not work as documented
8.2.5005  compiler warning for uninitialized variable
8.2.5006  asan warns for undefined behavior
8.2.5007  spell suggestion may use uninitialized memory
8.2.5008  when 'formatoptions' contains "/" wrongly wrapping comment
8.2.5009  fold may not be closeable after appending
8.2.5010  the terminal debugger uses various global variables
8.2.5011  Replacing an autocommand requires several lines
8.2.5012  cannot select one character inside ()
8.2.5013  after text formatting cursor may be in an invalid position
8.2.5014  byte offsets are wrong when using text properties
8.2.5015  Hoon and Moonscript files are not recognized
8.2.5016  access before start of text with a put command
8.2.5017  gcc 12.1 warns for uninitialized variable
8.2.5018  Vim9: some code is not covered by tests
8.2.5019  cannot get the first screen column of a character
8.2.5020  using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'
8.2.5021  build fails with normal features and +terminal
8.2.5022  'completefunc'/'omnifunc' error does not end completion
8.2.5023  substitute overwrites allocated buffer
8.2.5024  using freed memory with "]d"
8.2.5025  Vim9: a few lines not covered by tests
8.2.5026  Vim9: a few lines not covered by tests
8.2.5027  error for missing :endif when an exception was thrown
8.2.5028  syntax regexp matching can be slow
8.2.5029  "textlock" is always zero
8.2.5030  autocmd_add() can only handle one event and pattern
8.2.5031  cannot easily run the benchmarks
8.2.5032  Python 3 test fails without the GUI
8.2.5033  build error with +eval but without +quickfix
8.2.5034  there is no way to get the byte index from a virtual column
8.2.5035  when splitting a window the changelist position moves
8.2.5036  using two counters for timeout check in NFA engine
8.2.5037  cursor position may be invalid after "0;" range
8.2.5038  a finished terminal in a popup window does not show scrollbar
8.2.5039  confusing error if first argument of popup_create() is wrong
8.2.5040  scrollbar thumb in scrolled popup not visible
8.2.5041  cannot close a terminal popup with "NONE" job
8.2.5042  scrollbar thumb in tall scrolled popup not visible
8.2.5043  can open a cmdline window from a substitute expression
8.2.5044  command line test fails
8.2.5045  can escape a terminal popup window when the job is finished
8.2.5046  vim_regsub() can overwrite the destination
8.2.5047  CurSearch highlight is often wrong
8.2.5048  when using XIM the gui test may fail
8.2.5049  insufficient tests for autocommands
8.2.5050  using freed memory when searching for pattern in path
8.2.5051  check for autocmd_add() event argument is confusing
8.2.5052  CI checkout step title is a bit cryptic
8.2.5053  cannot have a comment halfway an expression in a block
8.2.5054  no good filetype for conf files similar to dosini
8.2.5055  statusline is not updated when terminal title changes
8.2.5056  the channel log only contains some of the raw terminal output
8.2.5057  using gettimeofday() for timeout is very inefficient
8.2.5058  input() does not handle composing characters properly
8.2.5059  autoconf 2.71 produces many obsolete warnings
8.2.5060  running configure fails
8.2.5061  C89 requires signal handlers to return void
8.2.5062  Coverity warns for dead code
8.2.5063  error for a command may go over the end of IObuff
8.2.5064  no test for what 8.1.0052 fixes
8.2.5065  wrong return type for main() in tee.c
8.2.5066  can specify multispace listchars only for whole line
8.2.5067  timer_create is not available on every Mac system
8.2.5068  gcc 12.1 warning when building tee
8.2.5069  various warnings from clang on MS-Windows
8.2.5070  unnecessary code
8.2.5071  with some Mac OS version clockid_t is redefined
8.2.5072  using uninitialized value and freed memory in spell command
8.2.5073  clang on MS-Windows produces warnings
8.2.5074  spell test fails on MS-Windows
8.2.5075  clang gives an out of bounds warning
8.2.5076  unnecessary code
8.2.5077  various warnings from clang on MS-Windows
8.2.5078  substitute test has a one second delay
8.2.5079  DirChanged autocommand may use freed memory
8.2.5080  when indenting gets out of hand it is hard to stop
8.2.5081  autocmd test fails on MS-Windows
8.2.5082  retab test fails
8.2.5083  autocmd test still fails on MS-Windows
8.2.5084  when the GUI shows a dialog tests get stuck
8.2.5085  gcc gives warning for signed/unsigned difference
8.2.5086  CI runs on Windows 2019
8.2.5087  cannot build with clang on MS-Windows
8.2.5088  value of cmod_verbose is a bit complicated to use
8.2.5089  some functions return a different value on failure
8.2.5090  MS-Windows: vim.def is no longer used
8.2.5091  terminal test fails with some shell commands
8.2.5092  using "'<,'>" in Ex mode may compare unrelated pointers
8.2.5093  error message for unknown command may have the command twice
8.2.5094  MS-Windows GUI: empty command may cause a dialog
8.2.5095  terminal test still fails with some shell commands
8.2.5096  terminal test still fails with some shell commands
8.2.5097  using uninitialized memory when using 'listchars'
8.2.5098  spelldump test sometimes hangs
8.2.5099  some terminal tests are not retried
8.2.5100  memory usage tests are not retried
8.2.5101  MS-Windows with MinGW: $CC may be "cc" instead of "gcc"
8.2.5102  interrupt not caught in test
8.2.5103  build fails with small features
8.2.5104  test hangs on MS-Windows
8.2.5105  test still hangs on MS-Windows
8.2.5106  default cmdwin mappings are re-mappable
8.2.5107  some callers of rettv_list_alloc() check for not OK
8.2.5108  retab test disabled because it hangs on MS-Windows
8.2.5109  mode not updated after CTRL-O CTRL-C in Insert mode
8.2.5110  icon filetype not recognized from the first line
8.2.5111  no test for --gui-dialog-file
8.2.5112  gui test hangs on MS-Windows
8.2.5113  timer becomes invalid after fork/exec, :gui gives errors
8.2.5114  time limit on searchpair() does not work properly
8.2.5115  search timeout is overrun with some patterns
8.2.5116  "limit" option of matchfuzzy() not always respected
8.2.5117  crash when calling a Lua callback from a :def function
8.2.5118  MS-Windows: sending a message to another Vim may hang
8.2.5119  CI uses cache v2
8.2.5120  searching for quotes may go over the end of the line
8.2.5121  interrupt test sometimes fails
8.2.5122  lisp indenting my run over the end of the line
8.2.5123  using invalid index when looking for spell suggestions
8.2.5124  when syntax timeout test fails it does not show the time
8.2.5125  MS-Windows: warnings from MinGW compiler
8.2.5126  substitute may overrun destination buffer
8.2.5127  using assert_true() does not show value on failure
8.2.5128  syntax disabled when using synID() in searchpair() skip expr
8.2.5129  timeout handling is not optimal
8.2.5130  edit test for mode message fails when using valgrind
8.2.5131  timeout implementation is not optimal
8.2.5132  :mkview test doesn't test much
8.2.5133  MacOS: build fails
8.2.5134  function has confusing name
8.2.5135  running configure gives warnings for main() return type
8.2.5136  debugger test fails when run with valgrind
8.2.5137  cannot build without the +channel feature
8.2.5138  various small issues
8.2.5139  TIME_WITH_SYS_TIME is no longer supported by autoconf
8.2.5140  seachpair timeout test is flaky
8.2.5141  using "volatile int" in a signal handler might be wrong
8.2.5142  startup test fails if there is a status bar
8.2.5143  some tests fail when using valgrind
8.2.5144  with 'lazyredraw' set completion menu may be wrong
8.2.5145  exit test causes spurious valgrind reports
8.2.5146  memory leak when substitute expression nests
8.2.5147  flaky test always fails on retry
8.2.5148  invalid memory access when using expression on command line
8.2.5149  cannot build without the +eval feature
8.2.5150  read past the end of the first line with ":0;'{"
8.2.5151  reading beyond the end of the line with lisp indenting
8.2.5152  search() gets stuck with "c" and skip evaluates to true
8.2.5153  "make uninstall" does not remove colors/lists
8.2.5154  still mentioning version8, some cosmetic issues
8.2.5155  in diff mode windows may get out of sync
8.2.5156  search timeout test often fails with FreeBSD
8.2.5157  MS-Windows GUI: CTRL-key combinations do not always work
8.2.5158  TSTP and INT signal tests are not run with valgrind
8.2.5159  fix for CTRL-key combinations causes problems
8.2.5160  accessing invalid memory after changing terminal size
8.2.5161  might still access invalid memory
8.2.5162  reading before the start of the line with BS in Replace mode
8.2.5163  crash when deleting buffers in diff mode
8.2.5164  invalid memory access after diff buffer manipulations
8.2.5165  import test fails because 'diffexpr' isn't reset
8.2.5166  test for DiffUpdated fails
8.2.5167  get(Fn, 'name') on funcref returns special byte code
8.2.5168  cannot build with Python 3.11
8.2.5169  nested :source may use NULL pointer
8.2.5170  tiny issues
8.2.5171  dependencies and proto files are outdated
8.2.5172  "make menu" still uses legacy script

Revision 1.64 / (download) - annotate - [select for diffs], Wed Dec 1 21:36:59 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Branch point for: pkgsrc-2022Q2
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.19 (colored)

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.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Oct 23 07:32:59 2019 UTC (4 years, 5 months ago) by morr
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.62: +1 -2 lines
Diff to previous 1.62 (colored) to selected 1.19 (colored)

Reset PKGREVISION

Revision 1.62 / (download) - annotate - [select for diffs], Tue Aug 27 09:26:02 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored) to selected 1.19 (colored)

vim*: disable fortify

The package lowers it to weaker fortify, but this doesn't work in some
circumstances, like PR pkg/54464.

Must be done before including bsd.prefs.mk.

Bump PKGREVISION.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Aug 3 21:01:11 2019 UTC (4 years, 8 months ago) by morr
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.19 (colored)

Update to version 8.1.1778.

While there, enable vimdiff and vimtutor.

Changes:
8.1.1567  localtime_r() does not respond to $TZ changes
8.1.1568  strftime() test fails on MS-Windows
8.1.1569  cannot build with signs but without diff feature
8.1.1570  icon signs not displayed properly in the number column
8.1.1571  textprop highlight starts too early if just after a tab
8.1.1572  compiler warnings with tiny build
8.1.1573  textprop test fails if screenhots do not work
8.1.1574  tabpage option not yet implemented for popup window
8.1.1575  callbacks may be garbage collected
8.1.1576  compiler warning for unused argument
8.1.1577  command line redrawn for +arabic without Arabic characters
8.1.1578  MS-Windows: pathdef.c should depend on build options
8.1.1579  dict and list could be GC'ed while displaying error
8.1.1580  cannot make part of a popup transparent
8.1.1581  shared functions for testing are disorganised
8.1.1582  cannot build with +textprop but without +timers
8.1.1583  set_ref_in_list() only sets ref in items
8.1.1584  the evalfunc.c file is getting too big
8.1.1585  :let-heredoc does not trim enough
8.1.1586  error number used in two places
8.1.1587  redraw problem when sign icons in the number column
8.1.1588  in :let-heredoc line continuation is recognized
8.1.1589  popup window does not indicate scroll position
8.1.1590  popup window test fails
8.1.1591  on error garbage collection may free memory in use
8.1.1592  may start file dialog while exiting
8.1.1593  filetype not detected for C++ header files without extension
8.1.1594  may still start file dialog while exiting
8.1.1595  MS-Windows with VIMDLL: colors wrong in GUI
8.1.1596  when resizing the screen may draw popup in wrong position
8.1.1597  cannot scroll a popup window with the mouse
8.1.1598  update to test file missing
8.1.1599  compiler warning for uninitialized variable
8.1.1600  cannot specify highlighting for popup window scrollbar
8.1.1601  missing changes to popup window test file
8.1.1602  popup window cannot overflow on the left or right
8.1.1603  crash when using unknown highlighting in text property
8.1.1604  popup window scroll test is flaky
8.1.1605  Vim may delay processing messages on a json channel
8.1.1606  on a narrow screen ":hi" output is confusing
8.1.1607  popup window scrollbar does not respond to click
8.1.1608  the evalfunc.c file is too big
8.1.1609  the user cannot easily close a popup window
8.1.1610  there is no way to add or load a buffer without side effects
8.1.1611  bufadd() reuses existing buffer without a name
8.1.1612  cannot show an existing buffer in a popup window
8.1.1613  popup window test fails with Athena and Motif
8.1.1614  'numberwidth' can only go up to 10
8.1.1615  crash when passing buffer number to popup_create()
8.1.1616  build failure with gcc on Amiga
8.1.1617  no test for popup window with mask and position fixed
8.1.1618  Amiga-like systems quickly run out of stack
8.1.1619  tests are not run with GUI on Travis
8.1.1620  no test for popup window with border and mask
8.1.1621  Amiga: time.h included twice
8.1.1622  wrong width if displaying a lot of lines in a popup window
8.1.1623  display wrong with signs in narrow number column
8.1.1624  when testing in the GUI may try to run gvim in a terminal
8.1.1625  script line numbers are not exactly right
8.1.1626  no test for closing a popup window with a modified buffer
8.1.1627  header file contains mixed comment style
8.1.1628  popup window functions not in list of functions
8.1.1629  terminal function help is in the wrong file
8.1.1630  various small problems
8.1.1631  displaying signs is inefficient
8.1.1632  build with EXITFREE but without +arabic fails
8.1.1633  cannot generate prototypes with X11 but without GUI
8.1.1634  terminal test fails when term_getansicolors() is missing
8.1.1635  warnings for unused variables in small version
8.1.1636  crash when popup has fitting scrollbar
8.1.1637  after running tests and clean the XfakeHOME directory remains
8.1.1638  running tests leaves some files behind
8.1.1639  changing an autoload name into a file name is inefficient
8.1.1640  the CursorHold autocommand takes down a balloon
8.1.1641  garbage collection may run at a wrong moment
8.1.1642  may use uninitialized variable
8.1.1643  sign placement is wrong when 'foldcolumn' is set
8.1.1644  sound test does not work on Travis
8.1.1645  cannot use a popup window for a balloon
8.1.1646  build failure
8.1.1647  build error with GTK and hangulinput feature
8.1.1648  MS-Windows: build error with normal feaures
8.1.1649  Illegal memory access when closing popup window
8.1.1650  warning for using uninitialized variable
8.1.1651  suspend test is flaky on some systems
8.1.1652  GUI: popup window doesn't close on mouse movement
8.1.1653  ubsan warns for possibly passing NULL pointer
8.1.1654  GUI: screen updates from 'balloonexpr' are not displayed
8.1.1655  popup window border drawn wrong with multi-byte char
8.1.1656  popup window width is wrong when using Tabs
8.1.1657  Terminal: screen updates from 'balloonexpr' are not displayed
8.1.1658  debug statements included in patch
8.1.1659  popup window "mousemoved" values not correct
8.1.1660  assert_fails() does not fail inside try/catch
8.1.1661  cannot build with +textprop but without +balloon_eval
8.1.1662  cannot build uninstal.exe with some version of MinGW
8.1.1663  compiler warning for using size_t
8.1.1664  GUI resize may cause changing Rows at a bad time
8.1.1665  crash when popup window with mask is below the screen
8.1.1666  click in popup window scrollbar with border doesn't scroll
8.1.1667  flags for Ex commands may clash with other symbols
8.1.1668  popup window test is a bit flaky on some systems
8.1.1669  Travis: test results section is closed even when failed
8.1.1670  sign column not always properly aligned
8.1.1671  copying a blob may result in it being locked
8.1.1672  "make cmdidxs" doesn't work
8.1.1673  cannot easily find the popup window at a certain position
8.1.1674  script to check a colorscheme can be improved
8.1.1675  listener list not correctly updated on listener_remove()
8.1.1676  "maxwidth" of popup window does not always work properly
8.1.1677  tests get stuck when running into an existing swapfile
8.1.1678  using popup_menu() does not scroll to show the selected line
8.1.1679  test using SwapExists autocommand file may fail
8.1.1680  the command table is not well aligned
8.1.1681  insert stray "{" when listener gets buffer line
8.1.1682  placing a larger number of signs is slow
8.1.1683  dictionary with string keys is longer than needed
8.1.1684  profiling functionality is spread out
8.1.1685  missing file in distributed file list
8.1.1686  "*" of "*{" is recognized as multipy operator
8.1.1687  the evalfunc.c file is too big
8.1.1688  old makefiles are no longer useful
8.1.1689  profiling code is spread out
8.1.1690  default padding for popup window menu is too much
8.1.1691  diff test fails on some systems
8.1.1692  using *{} for literal dict is not backwards compatible
8.1.1693  syntax coloring and highlighting is in one big file
8.1.1694  the RUN_VIM variable is longer than needed
8.1.1695  Windows 10: crash when cursor is at bottom of terminal
8.1.1696  MSVC: link command line is too long
8.1.1697  cannot build with MSVC
8.1.1698  Appveyor build with MSVC fails
8.1.1699  highlight_ga can be local instead of global
8.1.1700  listener callback called for the wrong buffer
8.1.1701  Appveyor build with MSVC fails puts progress bar in log
8.1.1702  compiler warning for uninitialized variable
8.1.1703  breaking out of loop by checking window pointer insufficient
8.1.1704  C-R C-W does not work after C-G when using 'incsearch'
8.1.1705  using ~{} for a literal dict is not nice
8.1.1706  typo in #ifdef
8.1.1707  Coverity warns for possibly using a NULL pointer
8.1.1708  Coverity warns for using uninitialized variable
8.1.1709  Coverity warns for possibly using a NULL pointer
8.1.1710  Coverity found dead code
8.1.1711  listener callback called at the wrong moment
8.1.1712  signs in number column cause text to be misaligned
8.1.1713  highlighting cursor line only works with popup_menu()
8.1.1714  cannot preview a file in a popup window
8.1.1715  emoji characters are seen as word characters for spelling
8.1.1716  old style comments are wasting space
8.1.1717  last char in menu popup window highlighted
8.1.1718  popup menu highlighting does not look good
8.1.1719  popup too wide when 'showbreak' is set
8.1.1720  crash with very long %[] pattern
8.1.1721  build failure with normal features without netbeans interface
8.1.1722  error when scriptversion is 2 a making a dictionary access
8.1.1723  heredoc assignment has no room for new features
8.1.1724  too much overhead checking for CTRL-C while processing text
8.1.1725  MS-Windows: E325 message may use incorrect date format
8.1.1726  the eval.txt help file is too big
8.1.1727  code for viminfo support is spread out
8.1.1728  wrong place for command line history viminfo support
8.1.1729  heredoc with trim not properly handled in function
8.1.1730  wrong place for mark viminfo support
8.1.1731  command line history not read from viminfo on startup
8.1.1732  completion in cmdwin does not work for buffer-local commands
8.1.1733  the man ftplugin leaves an empty buffer behind
8.1.1734  the evalfunc.c file is too big
8.1.1735  can't build with tiny features
8.1.1736  viminfo support is spread out
8.1.1737  :args command that outputs one line gives more prompt
8.1.1738  testing lambda with timer is slow
8.1.1739  deleted match highlighting not updated in other window
8.1.1740  exepath() doesn't work for "bin/cat"
8.1.1741  cleared/added match highlighting not updated in other window
8.1.1742  still some match functions in evalfunc.c
8.1.1743  'hlsearch' and match highlighting in the wrong place
8.1.1744  build error without the conceal feature
8.1.1745  compiler warning for unused argument
8.1.1746  ":dl" is seen as ":dlist" instead of ":delete"
8.1.1747  compiler warning for unused variables
8.1.1748  :args output is not aligned
8.1.1749  Coverity warns for using negative index
8.1.1750  depending on the terminal width :version may miss a line break
8.1.1751  when redrawing popups plines_win() may be called often
8.1.1752  resizing hashtable is inefficient
8.1.1753  use of popup window mask is inefficient
8.1.1754  build failure
8.1.1755  leaking memory when using a popup window mask
8.1.1756  autocommand that splits window messes up window layout
8.1.1757  text added with appendbufline() isn't displayed
8.1.1758  count of g$ not used correctly when text is not wrapped
8.1.1759  no mode char for terminal mapping from maparg()
8.1.1760  extra line break for wrapping output of :args
8.1.1761  filetype "vuejs" causes problems for some users
8.1.1762  some filetype rules are in the wrong place
8.1.1763  evalfunc.c is still too big
8.1.1764  ":browse oldfiles" is not tested
8.1.1765  get(func, dict, def) does not work properly
8.1.1766  code for writing session file is spread out
8.1.1767  FEAT_SESSION defined separately
8.1.1768  man plugin changes setting in current window
8.1.1769  'shellslash' is also used for completion
8.1.1770  cannot get the window ID of the popup preview window
8.1.1771  options test fails on MS-Windows
8.1.1772  options test still fails on MS-Windows
8.1.1773  the preview popup window may be too far to the right
8.1.1774  test is silently skipped
8.1.1775  error message may be empty in filetype test
8.1.1776  text added with a job isn't displayed
8.1.1777  useless checks for job feature in channel test
8.1.1778  not showing the popup window right border is confusing

Revision 1.60 / (download) - annotate - [select for diffs], Sun Feb 19 19:13:35 2017 UTC (7 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.59: +1 -2 lines
Diff to previous 1.59 (colored) to selected 1.19 (colored)

Update vim to 8.0.0341.

Changes:
8.0.0162  build error on Fedora 23
8.0.0163  cannot build with Ruby 2.4
8.0.0164  outdated and misplaced comments
8.0.0165  ubsan warns for integer overflow
8.0.0166  JSON with a duplicate key gives an internal error
8.0.0167  str2nr()/str2float() fail with negative values
8.0.0168  not all float functionality is tested
8.0.0169  json_decode() may run out of stack space
8.0.0170  crash in channel test
8.0.0171  JS style JSON does not support single quotes
8.0.0172  command line window does not work
8.0.0173  build fails with EBCDIC defined
8.0.0174  executing "locale -a" on MS-Windows needlessly
8.0.0175  setting language on MS-Windows does not always work
8.0.0176  cannot use :change inside a function definition
8.0.0177  BufEnter autocommand not fired for a directory
8.0.0178  command count test fails on MS-Windows
8.0.0179  cannot have a local value for 'formatprg'
8.0.0180  error E937 is used twice
8.0.0181  with cursorbind set cursor column highlighting is off
8.0.0182  cursor ilne not update when 'cursorbind' is set
8.0.0183  ubsan warns for unaligned address
8.0.0184  when an error is caught Vim still exits with non-zero result
8.0.0185  (after 8.0.0184) system() test fails on MS-Windows
8.0.0186  confusing error message from assert_notequal()
8.0.0187  cant build with new Ruby version
8.0.0188  (after 8.0.0182) redrawing for 'cursorbind' is inefficient
8.0.0189  profile commands are not tested
8.0.0190  finding duplicate tags uses a slow linear search
8.0.0191  (after 8.0.0187) can't build with Ruby on some systems
8.0.0192  (after 8.0.0190) cannot build with tiny features
8.0.0193  (after 8.0.0188) accidentally removed #ifdef
8.0.0194  (after 8.0.0189) profile test fails if times are equal
8.0.0195  (after 8.0.0190) fail to jump to static tag in current file
8.0.0196  profile test is slow and does not work on MS-Windows
8.0.0197  system() test skips some parts for MS-Windows
8.0.0198  some syntax arguments take effect even after "if 0"
8.0.0199  compiler warnings for libcall
8.0.0200  some syntax arguments are not tested
8.0.0201  completion of highlight groups includes cleared names
8.0.0202  no test for invalid syntax group name
8.0.0203  order of complication flags is sometimes wrong
8.0.0204  compiler warns for uninitialized variable
8.0.0205  wrong behavior after :undojoin
8.0.0206  test coverage for :retab insufficient
8.0.0207  leaking file descriptor when system() fails
8.0.0208  internally used commands end up in history
8.0.0209  cursor binding does not work with :substitute
8.0.0210  no support for bracketed paste
8.0.0211  (after 8.0.0210) cannot build without the multi-byte feature
8.0.0212  buffer for key name may be too small
8.0.0213  Netbeans specialKeys command does not check argument length
8.0.0214  leaking memory when syntax cluster id is unknown
8.0.0215  NULL pointer use if cscope line looks like emacs tag
8.0.0216  decoding js style json may fail
8.0.0217  (after 8.0.0215) build fails without cscope feature
8.0.0218  no completion for :cexpr and similar commands
8.0.0219  ubsan reports errors for overflow
8.0.0220  completion of highlight names misses a few values
8.0.0221  unnecessary condition on PROTO
8.0.0222  blockwise put on multi-byte character misplaced
8.0.0223  Coverity warns for an uninitialized variable
8.0.0224  change to 'fileformats' from autocmd does not take effect
8.0.0225  put in Visual block mode terminates early
8.0.0226  test for patch 8.0.0224 missing CR characters
8.0.0227  crash with ff=dos when first line in file has no CR
8.0.0228  pasting in xterm on the command line has PasteStart
8.0.0229  local 'formatprg' option value leaks
8.0.0230  bracketed paste does not support line breaks
8.0.0231  bracketed paste mode is not tested
8.0.0232  paste does not work when 'esckeys' is off
8.0.0233  (after 8.0.0231) paste test fails in the GUI
8.0.0234  (after 8.0.0225) crash when using put in Visual mode
8.0.0235  memory leak in diff mode
8.0.0236  (after 8.0.0234) gcc complains about uninitialized variable
8.0.0237  when 'wildoptions' is "tagfile" completion may not work
8.0.0238  bracketed paste does not disable autoindent
8.0.0239  no CI with an address sanitizer
8.0.0240  (after 8.0.0239) failure with one build on CI
8.0.0241  fallback implementation of mch_memmove is unused
8.0.0242  no tests for user command completion
8.0.0243  tolower() does not work if the byte count changes
8.0.0244  making t_BE empty only has an effect before startup
8.0.0245  zh_CN.cp936.po has a conversion error
8.0.0246  compiler warnings for int to pointer conversion
8.0.0247  need to type Ctrl-N twice to select a completion
8.0.0248  vim_strcat() cannot handle overlapping arguments
8.0.0249  CI failure when a submit is close to previous one
8.0.0250  virtcol() does not work well for multi-byte characters
8.0.0251  not easy to select Python 2 or 3
8.0.0252  not properly recognizing word characters between 128 and 255
8.0.0253  error when loading session if winminheight is 2
8.0.0254  error message of assert functions is sometimes incomplete
8.0.0255  setpos() does not use the buffer argument for all marks
8.0.0256  (after 8.0.0255) missing changes to one file breaks test
8.0.0257  (after 8.0.0252) test file missing in distribution
8.0.0258  (after 8.0.0252) mksession test leaves file behind
8.0.0259  tab commands do not handle count correctly
8.0.0260  build fails with tiny features
8.0.0261  not enough test coverage for eval functions
8.0.0262  Farsi support is barely tested
8.0.0263  Farsi support is not tested enough
8.0.0264  memory error reported by ubsan
8.0.0265  may get ml_get error when :pydo deletes lines
8.0.0266  compiler warning for using uninitialized variable
8.0.0267  channel test sometimes fails on Mac
8.0.0268  may get ml_get error when :luado deletes lines
8.0.0269  may get ml_get error when :perldo deletes lines
8.0.0270  may get ml_get error when :rubydo deletes lines
8.0.0271  may get ml_get error when :tcldo deletes lines
8.0.0272  crash on exit is not detected when running tests
8.0.0273  dead code detected by Coverity
8.0.0274  possible recursive screen updating causes trouble
8.0.0275  the screen may be updated at the wrong time
8.0.0276  unnecessary #ifdefs
8.0.0277  the GUI test may trigger fontconfig and take a long time
8.0.0278  (after 8.0.0277) GUI test fails on MS-Windows
8.0.0279  MSVC 2015 uses a different dll name
8.0.0280  problem setting multi-byte environment var on MS-Windows
8.0.0281  some files are still using ARGSUSED instead of UNUSED
8.0.0282  need to use CTRL-O twice when in Visual-Insert mode
8.0.0283  mode() does not indicate Insert mode completion
8.0.0284  collapse buffers test failed once
8.0.0285  (after 8.0.0277) tests fail with tiny build on Unix
8.0.0286  not always redrawing after screen resize
8.0.0287  debug mode: cannot access function arguments
8.0.0288  (after 8.0.0284) errors reported while running tests
8.0.0289  no test for "ga" and :ascii
8.0.0290  cursor positioning wrong if wide character wraps
8.0.0291  (after 8.0.0282) Visual block insert does not do all lines
8.0.0292  the stat test is a bit slow
8.0.0293  some tests have a one or three second wait
8.0.0294  argument list is not stored correctly in a session file
8.0.0295  (after 8.0.0293) test_viml hangs
8.0.0296  bracketed paste can only append, not insert
8.0.0297  double free on exit when using a closure
8.0.0298  Ex command range with repeated search does not work
8.0.0299  a window resize is sometimes not taking effect
8.0.0300  cannot stop diffing hidden buffers
8.0.0301  not enough testing for setting options
8.0.0302  cannot set terminal key codes with :let
8.0.0303  bracketed paste does not work in Visual mode
8.0.0304  assign test fails in the GUI
8.0.0305  invalid memory access when option has duplicate flag
8.0.0306  mode() not sufficiently tested
8.0.0307  asan detects a memory error when EXITFREE is defined
8.0.0308 'runtimepath' not updated correctly when using symbolic link
8.0.0309  cannot use an empty key in json
8.0.0310  not enough testing for GUI functionality
8.0.0311  linebreak tests are old style
8.0.0312  failure when a channel receives a split json message
8.0.0313  (after 8.0.0310) not enough testing for GUI functionality
8.0.0314  getcmd*() functions are not tested
8.0.0315  :help :[range] does not work
8.0.0316  :help z? does not work
8.0.0317  no test for setting 'guifont'
8.0.0318  small mistake in 7x13 font name
8.0.0319  insert mode completion does not respect 'backspace'
8.0.0320  warning for unused variable with small build
8.0.0321  errors when trying to use scripts in tiny version
8.0.0322  possible overflow with corrupted spell file
8.0.0323  one second pause when running cmdline test
8.0.0324  illegal memory access with a wrong yank range
8.0.0325  packadd test does not clean up symlink
8.0.0326  packadd test uses wrong directory name
8.0.0327  error message in cmdline window is not translated
8.0.0328  the "zero count" error doesn't have a number
8.0.0329  xfontset and guifontwide are not tested
8.0.0330  illegal memory access after "vapo"
8.0.0331  restoring help snapshot accesses freed memory
8.0.0332  GUI test fails on some systems
8.0.0333  illegal memory access when 'complete' ends in a backslash
8.0.0334  can't access b:changedtick from a dict reference
8.0.0335  (after 8.0.0335) functions test fails
8.0.0336  flags of :substitute not sufficiently tested
8.0.0337  invalid memory access in :recover command
8.0.0338  (after 8.0.0337) :recover test fails on MS-Windows
8.0.0339  illegal memory access with vi'
8.0.0340  not checking return valud of dict_add()
8.0.0341  undo does not work properly when using completion

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jan 19 09:58:18 2017 UTC (7 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.19 (colored)

PKGREVISION bumps for systemwide vimrc support

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 16 10:38:35 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.57: +1 -2 lines
Diff to previous 1.57 (colored) to selected 1.19 (colored)

Update vim* to 8.0.0086.

Changes not found, but I assume bug fixes.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Oct 14 20:17:25 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored) to selected 1.19 (colored)

Switch from x11/Xaw3d to newer x11/libXaw3d.

Adapt some packages so they build with that.
Bump their PKGREVISIONs.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jan 15 16:21:34 2013 UTC (11 years, 3 months ago) by morr
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.55: +1 -6 lines
Diff to previous 1.55 (colored) to selected 1.19 (colored)

Clean up libXaw handling. [1/2]

- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jan 14 23:30:34 2013 UTC (11 years, 3 months ago) by morr
Branch: MAIN
Changes since 1.54: +3 -16 lines
Diff to previous 1.54 (colored) to selected 1.19 (colored)

Update to patchlevel 762.

Patches:
7.3.713  printf() can only align to bytes, not characters
7.3.714  :setlocal and :setglobal do not work in the sandbox
7.3.715  crash when calling setloclist() in BufUnload autocmd
7.3.716  error on exit when using Python 3
7.3.717  when changing font size only MS-Windows limits window size
7.3.718  when re-using the current buffer the buffer-local options stay
7.3.719  cannot run new version of cproto
7.3.720  proto files are outdated
7.3.721  Ruby interface defines local functions globally
7.3.722  Perl flags may contain "-g", which breaks "make proto"
7.3.723  various tiny problem.
7.3.724  building with Ruby and Tcl on MS-Windows 64 bit does not work
7.3.725  :aboveleft and :belowright have no effect on :copen
7.3.726  typos and duplicate info in README
7.3.727  can't always find Win32.mak when building GvimExt
7.3.728  cannot compile with MzScheme interface on Ubuntu 12.10
7.3.729  building with Ruby fails on some systems
7.3.730  crash in PHP file when using syntastic
7.3.731  Py3Init_vim() is exported uneccessarily
7.3.732  compiler warnings for function arguments
7.3.733  tests fail when including MzScheme
7.3.734  cannot put help files in a sub-directory
7.3.735  cannot build Ruby 1.9 with MingW or Cygwin
7.3.736  file name completion in input() escapes white space
7.3.737  when using do_cmdline() recursively did_endif is not reset
7.3.738  (after 7.3.730) unused function argument
7.3.739  computing number of lines may have an integer overflow
7.3.740  IOC tool complains about undefined behavior for int
7.3.741  (after 7.3.737) tiny build fails
7.3.742  leaking memory when :vimgrep restores the directory
7.3.743  (after 7.3.741) tiny build still fails
7.3.744  64 bit compiler warning
7.3.745  automatically setting 'ttymouse' doesn't work
7.3.746  memory leaks when using location lists
7.3.747  tab alignment does not work when characters are concealed
7.3.748  no tests for conceal mode
7.3.749  cannot build Python interface without multi-byte feature
7.3.750  the justify macro does not always work correctly
7.3.751  test 61 is flaky, it fails once in a while
7.3.752  test 49 script file doesn't fold properly
7.3.753  ":q" twice does not work when there is a QuitPre autocommand
7.3.754  latest nmake is not recognized
7.3.755  autoconf doesn't find Python 3 if it's called "python"
7.3.756  a location list can get a wrong count in :lvimgrep
7.3.757  issue 96: access freed memory if put command triggers autocmd
7.3.758  matchit plugin does not handle space in #ifdef
7.3.759  MS-Windows: Updating tabline is slow when there are many tabs
7.3.760  dv_ deletes the white space before the line
7.3.761  in Visual mode a "-p does not work
7.3.762  (after 7.3.759) on some systems the tabline is not redraw.

pkgsrc changes:
- cleanup vim-xaw by adding -lXaw first, so --as-needed will work now
- remove some old entries in vim-xaw

Will fix PR 47281.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 18 23:30:36 2012 UTC (11 years, 4 months ago) by morr
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.53: +8 -2 lines
Diff to previous 1.53 (colored) to selected 1.19 (colored)

Workaround too much linking. Use link.sh instead of --as-needed fro linker
until I'll find proper solution.

Should help with PR 47281.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Oct 3 11:43:47 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
Changes since 1.52: +1 -3 lines
Diff to previous 1.52 (colored) to selected 1.19 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 27 14:45:38 2012 UTC (11 years, 7 months ago) by morr
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.51: +1 -2 lines
Diff to previous 1.51 (colored) to selected 1.19 (colored)

Long awaited update to vim 7.3.

The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface

Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
        :help version-7.3

Revision 1.51 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:27 2011 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.19 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Feb 6 06:28:53 2009 UTC (15 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.19 (colored)

Updated editors/vim-share to 7.2.102

 17606  7.2.070  crash when a function returns a:000
  2353  7.2.071  (extra) Win32: Handling netbeans events may cause a crash
  1786  7.2.072  (extra) compiler warning in Sniff code
  4121  7.2.073  ":set <xHome>" has the same output as ":set <Home>"
  1832  7.2.074  (extra, after 7.2.073) extra part of 7.2.073
  2218  7.2.075  (after 7.2.058) unclear comment about making a diff
  2666  7.2.076  rename(from, to) deletes file if names refer to the same file
  4745  7.2.077  (after 7.2.076) rename() fails if names differ only in case
  3298  7.2.078  problems with deleting folds
  6947  7.2.079  "killed" netbeans events are not handled correctly
  9942  7.2.080  accessing wrong memory with completion and composing char
  1728  7.2.081  compiler warning for float overflow on VAX
  2134  7.2.082  if 'ff' is "mac" then "ga" on a ^J shows 0x0d instead of 0x0a
  1733  7.2.083  ":tag" doesn't return to the right tag entry in the tag stack
  4331  7.2.084  Python: vim.eval() is wrong for recursive structures
  1862  7.2.085  ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8
  3045  7.2.086  using ":diffget 1" in buffer 1 corrupts the text
  1570  7.2.087  adding URL to 'path' doesn't work to edit a file
  2895  7.2.088  (extra) Win32: Using the clipboard sometimes fails
  2473  7.2.089  (extra) Win32: crash when using Ultramon buttons
  3286  7.2.090  user command containing 0x80 does not work properly
  2113  7.2.091  ":cs help" output is not aligned for some languages
  4538  7.2.092  some error messages are not translated
  7287  7.2.093  (extra) dialogs can't always handle multi-byte text
  3430  7.2.094  compiler warning for signed/unsigned compare, typos
  1902  7.2.095  using "r" and then CTRL-C Visual highlighting is not removed
  1464  7.2.096  after ":number" "Press Enter" msg may be on the wrong screen
  1692  7.2.097  "!xterm&" doesn't work when 'shell' is "bash"
  1864  7.2.098  warning for signed/unsigned pointer
  3498  7.2.099  unnecessary redraw when changing GUI options in terminal
  3846  7.2.100  missing first three bytes on sourced FIFO
  1362  7.2.101  (extra) MSVC version not recognized
  1496  7.2.102  (after 7.2.100) BOM at start of Vim script not removed

Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:34 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.19 (colored)

Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Mar 11 10:55:03 2008 UTC (16 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.19 (colored)

VIM 7.1.270

  1751  7.1.253  ":sort" doesn't work in a one line file
  1894  7.1.254  Tests 49 and 55 fail when the locale is French
  1514  7.1.255  Vim doesn't support utf-32
 50921  7.1.256  findfile() also returns directories
  3326  7.1.257  configure can't always find the Tcl header files
  3360  7.1.258  crash when doing "d/\n/e" and 'virtualedit' is "all"
  1944  7.1.259  cursor in wrong place with 'rl', "utf-8" and illegal byte
  1805  7.1.260  cursor position wrong after ^@ wrapping halfway if using utf-8
  2255  7.1.261  for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
  3438  7.1.262  can't get the process ID of Vim
  2442  7.1.263  filetype with dot doesn't work for indent plugins
  6295  7.1.264  crash when C-indenting
  1310  7.1.265  hang when completing file name and space in 'isfname'
  2510  7.1.266  version string returned by terminal may be used as typed input
  1957  7.1.267  when changing folds cursor may be positioned in a wrong place
  1576  7.1.268  always shows "+" at end of screen line with 'cursurline'
  6183  7.1.269  matchparen plugin has an arbitrary line number limit
  2861  7.1.270  ":?foo?" matches in current line since patch 7.1.025

Revision 1.47 / (download) - annotate - [select for diffs], Sun Mar 2 16:01:32 2008 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.46: +6 -5 lines
Diff to previous 1.46 (colored) to selected 1.19 (colored)

+ Remove the check for whether you can remove -liconv from the linker
  command line or not -- we want to do what the user specifies via
  the pkgsrc PREFER_* settings.

+ Drop dependency on ncurses -- vim only wants a termcap library.
  This should fix PR pkg/38110.

+ Add missing dependency on gettext-lib as one of the "normal" feature
  sets is to build with gettext and multi-language support.

Bump the PKGREVISION of vim editor packages to 1.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jan 9 13:47:43 2008 UTC (16 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (colored) to selected 1.19 (colored)

Some "pkglint -Wall" fixes.

Revision 1.45 / (download) - annotate - [select for diffs], Fri May 18 23:46:31 2007 UTC (16 years, 11 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.44: +14 -7 lines
Diff to previous 1.44 (colored) to selected 1.19 (colored)

- Added support for installation to DESTDIR.
- Introduced PKGMANDIR.
- check-interpreter.mk complained about dangling symlinks to vim.1 when
  installing to DESTDIR. Used CHECK_INTERPRETER_SKIP as a workaround.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Dec 15 20:32:54 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.19 (colored)

Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr

Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 2 10:41:41 2006 UTC (18 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.42: +9 -9 lines
Diff to previous 1.42 (colored) to selected 1.19 (colored)

Fix pkglint -Wall warnings.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Feb 28 11:11:13 2006 UTC (18 years, 1 month ago) by martti
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.19 (colored)

Remove PKGREVISION after 6.4.8 upgrade.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:59 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.19 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:10 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored) to selected 1.19 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Fri Jul 29 07:08:45 2005 UTC (18 years, 8 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.19 (colored)

Pullup ticket 627 - requested by Martti Kuparinen
security update for vim

Revisions pulled up:
- pkgsrc/editors/vim/Makefile			1.62
- pkgsrc/editors/vim-gtk/Makefile		1.50
- pkgsrc/editors/vim-gtk2/Makefile		1.17
- pkgsrc/editors/vim-motif/Makefile		1.16
- pkgsrc/editors/vim-share/Makefile		1.15-1.16
- pkgsrc/editors/vim-share/Makefile.common	1.47-1.49
- pkgsrc/editors/vim-share/distinfo		1.37-1.40
- pkgsrc/editors/vim-share/version.mk		1.2-1.3
- pkgsrc/editors/vim-share/patches/patch-ad	1.7
- pkgsrc/editors/vim-xaw/Makefile		1.39

    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Tue Jul 19 10:18:59 UTC 2005

    Modified Files:
            pkgsrc/editors/leim20: Makefile
            pkgsrc/editors/vim: Makefile
            pkgsrc/editors/vim-gtk: Makefile
            pkgsrc/editors/vim-gtk2: Makefile
            pkgsrc/editors/vim-lang: Makefile
            pkgsrc/editors/vim-motif: Makefile
            pkgsrc/editors/vim-xaw: Makefile

    Log Message:
    depends should be ../../<category>/<pkg>
----
    Module Name:    pkgsrc
    Committed By:   kristerw
    Date:           Thu Jun 23 17:49:40 UTC 2005

    Modified Files:
            pkgsrc/editors/vim-share: Makefile distinfo
            pkgsrc/editors/vim-share/patches: patch-ad

    Log Message:
    Prevent paths to the build directories from being included in the package.
    Bump PKGREVISION.
----
    Module Name:    pkgsrc
    Committed By:   martti
    Date:           Thu Jul  7 08:21:36 UTC 2005

    Modified Files:
            pkgsrc/editors/vim-share: Makefile Makefile.common distinfo version.mk

    Log Message:
    Updated vim to 6.3.079

      1745  6.3.075  syntax highlighting wrong after unloading another buffer
      3546  6.3.076  crash when using Cscope interface with very long result
      1853  6.3.079  crash after executing a command in the command-line window
----
    Module Name:    pkgsrc
    Committed By:   martti
    Date:           Thu Jul  7 07:59:11 UTC 2005

    Modified Files:
            pkgsrc/editors/vim-share: Makefile.common distinfo

    Log Message:
    Added vim-6.3-lang.tar.gz to the list of downloadable files (will only be
    used by the new vim-lang package).
----
    Module Name:    pkgsrc
    Committed By:   martti
    Date:           Wed Jul 27 06:29:55 UTC 2005

    Modified Files:
            pkgsrc/editors/vim-share: Makefile.common distinfo version.mk

    Log Message:
    Updated vim to 6.3.085

      1729  6.3.081  glob() may execute shell command unexpectedly
      2102  6.3.082  (after 6.3.081) more generic solution to avoid shell
                     commands
      5053  6.3.083  VMS: add function keys to vt320 termcap entry
      3408  6.3.085  crash in syntax highlighting

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jul 19 10:18:59 2005 UTC (18 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.19 (colored)

depends should be ../../<category>/<pkg>

Revision 1.38 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:46 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored) to selected 1.19 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.37 / (download) - annotate - [select for diffs], Mon May 30 14:18:14 2005 UTC (18 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.19 (colored)

Updated editors/vim to 6.3.074 and fixed pkg/29979

  2083  6.3.072  crash for substitute message when using UTF-8 and Chinese
  2017  6.3.073  Win32 GUI: display errors when scrolling up/down
  2365  6.3.074  with 'insertmode' CTRL-V after Select mode doesn't work

Revision 1.36 / (download) - annotate - [select for diffs], Thu May 26 20:09:35 2005 UTC (18 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (colored) to selected 1.19 (colored)

Apply patch to recognize NetBSD specific filesystems in fstab.  Provided
by Geert Hendrickx in tech-pkg@.

Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).

Revision 1.35 / (download) - annotate - [select for diffs], Tue Mar 15 09:07:29 2005 UTC (19 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.34: +1 -2 lines
Diff to previous 1.34 (colored) to selected 1.19 (colored)

Updated vim to 6.3.064

Changes (should fix the security issues found in 6.3.045)

  2231  6.3.046  ":registers" doesn't show multi-byte characters correctly
  2196  6.3.047  (extra) Win XP with Borland: new file is created read-only
 18175  6.3.048  (extra) VMS: doesn't build on IA64
  1776  6.3.049  (after 6.3.045) compiler warning for pointer type
  2225  6.3.050  a SIGHUP while already exiting may cause a crash
  1661  6.3.051  crash when 'wildmenu' set and completing multi-byte file name
  3175  6.3.052  (extra) Win 98: can't enter non-ASCII characters if 'enc' set
  1576  6.3.053  Win32: ":loadview" doesn't work for files with non-latin chars
  1981  6.3.054  when 'im' is set redraw remains off when repeating an insert
  8844  6.3.055  wrong text and crash using <C-R>= or <C-\>e in command line
  2091  6.3.056  window title wrong for specific multi-byte character
  1748  6.3.057  folds are not updated after a filter command
  4440  6.3.058  crash when zero columns room; can't compile without :vsplit
  2286  6.3.059  crash when editing a file with spaces and shell expansion
  1609  6.3.060  register name isn't checked for CTRL-R CTRL-O in Insert mode
  1984  6.3.061  display mess when multi-byte char at right edge of screen
  2337  6.3.062  ":normal! gQ" hangs
  1434  6.3.063  after the CursorHold event 'mousefocus' may stop working
  1586  6.3.064  line2byte(line("$") + 1) sometimes returns the wrong number

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 25 13:48:54 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.33: +4 -3 lines
Diff to previous 1.33 (colored) to selected 1.19 (colored)

Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view.  Bump their PKGREVISIONs.

vim-kde is an exception because it currently installs programs with these
names.  So, as it's currently marked as vulnerable and as I don't have KDE
installed ATM, I'm marking it as conflicting.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Sat Jan 8 16:22:48 2005 UTC (19 years, 3 months ago) by salo
Branch: pkgsrc-2004Q4
Changes since 1.32: +2 -4 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.19 (colored)

Pullup ticket 212 - requested by Adrian Portelli
security fix for vim

        Module Name:	pkgsrc
        Committed By:	cjs
        Date:		Wed Jan  5 11:03:44 UTC 2005

        Modified Files:
        	pkgsrc/editors/vim: Makefile
        	pkgsrc/editors/vim-share: Makefile.common

        Log Message:
        Move --enable-multibyte from vim/Makefile to
        vim-share/Makefile.common, since it should be not just the command
        line version of vim but all versions (e.g., gtk) that use this.
---
        Module Name:	pkgsrc
        Committed By:	adrianp
        Date:		Thu Jan  6 20:38:06 UTC 2005

        Modified Files:
        	pkgsrc/editors/vim-share: Makefile.common distinfo
        	pkgsrc/editors/vim: Makefile
        	pkgsrc/editors/vim-gtk: Makefile
        	pkgsrc/editors/vim-gtk2: Makefile
        	pkgsrc/editors/vim-motif: Makefile
        	pkgsrc/editors/vim-xaw: Makefile

        Log Message:
        Bump to 6.3.045 for recent security issue

        6.3.001  ":browse split" gives file selection dialog twice
        6.3.002  utf-8 detection in translated help files is wrong
        6.3.003  crash when using console dialog without default choice
        6.3.004  too many hit-enter prompts when searching for long string
        6.3.005  crash when searching with character offset in closed fold
        6.3.006  the current directory is prepended to the ":breakadd" argument
        6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
        6.3.008  OS/2: can't compile, missing error message
        6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
        6.3.010  writing to a named pipe causes an error message for fsync()
        6.3.011  crash when user command completion uses "normal :cmd"
        6.3.012  lalloc(0) error for substitute command with multi-line pattern
        6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
        6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
        6.3.015  the string returned by winrestcmd() may end in garbage
        6.3.016  'define' default had "\s" before #, breaks "[d"
        6.3.017  "9zz" could place the cursor beyond the end of a line
        6.3.018  ":0argadd zero" added the argument after the first one
        6.3.019  crash during startup when compiled for debugging
        6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
        6.3.021  can't edit file with path separator in trail byte of last char
        6.3.023  when <Space> is remapped abbreviations are not expanded
        6.3.024  missing NUL for strings created with ga_concat()
        6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
        6.3.027  VMS: Writing a file may insert extra CR characters
        6.3.028  the BOM marker is written when appending to a file
        6.3.029  crash in syntax highlighting code when inserting a line break
        6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
        6.3.031  pressing Tab when entering a mapping may cause a display error
        6.3.032  with Python 2.3 using threads doesn't work
        6.3.033  mapping ending in two-char command doesn't restart Insert mode
        6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
        6.3.036  ml_get errors when fold was deleted
        6.3.037  (after 6.3.032) warning for unused variable
        6.3.039  line numbers not updated when inserting a line above window
        6.3.040  window count for a buffer was wrong after error handling
        6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
        6.3.043  'hlsearch' highlighting sometimes disappears
        6.3.045  some option values may cause trouble in a modeline

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 6 20:42:15 2005 UTC (19 years, 3 months ago) by adrianp
Branch: MAIN
Changes since 1.32: +2 -4 lines
Diff to previous 1.32 (colored) to selected 1.19 (colored)

Bump to 6.3.045 for recent security issue.

  2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline

Revision 1.32 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:56 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.19 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:39 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.19 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Thu Jul 8 08:15:55 2004 UTC (19 years, 9 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.19 (colored)

Pullup ticket 46 to the pkgsrc-2004Q2 branch, requested by Martti Kuparinen.

Update vim to version 6.3, mainly for bug fixes.

	Module Name:    pkgsrc
	Committed By:   martti
	Date:           Mon Jun 21 08:23:48 UTC 2004

	Modified Files:
		pkgsrc/editors/vim: Makefile
		pkgsrc/editors/vim-gtk: Makefile
		pkgsrc/editors/vim-gtk2: Makefile
		pkgsrc/editors/vim-motif: Makefile
		pkgsrc/editors/vim-share: Makefile Makefile.common PLIST distinfo
		pkgsrc/editors/vim-share/patches: patch-ad
		pkgsrc/editors/vim-xaw: Makefile
	Added Files:
		pkgsrc/editors/vim-share/patches: patch-aa

	Log Message:
	Updated vim to 6.3

	This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
	problems have been fixed. Also included are new and updated syntax
	files, translated menus and messages.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jun 21 08:23:48 2004 UTC (19 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.19 (colored)

Updated vim to 6.3

This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 25 01:46:11 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base
Branch point for: pkgsrc-2004Q2
Changes since 1.28: +6 -4 lines
Diff to previous 1.28 (colored) to selected 1.19 (colored)

Convert to buildlink3.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:57 2003 UTC (20 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.19 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:36 2003 UTC (20 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.19 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:37 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.19 (colored)

PKGREVISION bump for libiconv update.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 2 08:26:04 2003 UTC (20 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.19 (colored)

Added vim-gtk2

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 15 18:56:18 2003 UTC (21 years, 2 months ago) by martti
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.19 (colored)

This CONFLICTs with vim-motif

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 4 23:01:45 2003 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.19 (colored)

Whitespace nit

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 14 00:10:46 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.21: +6 -6 lines
Diff to previous 1.21 (colored) to selected 1.19 (colored)

buildlink1 -> buildlink2.  This should fix pkg/15160 by Brad Forschinger
<bnjf@optushome.com.au>.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 24 19:39:19 2002 UTC (22 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.19 (colored)

Updated vim to 6.1

* several bug fixes
* new and updated syntax files
* translated menus and messages
* license has been made compatible with the GNU GPL

Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 25 07:34:06 2001 UTC (22 years, 5 months ago) by martti
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

* vim-gtk and vim-xaw: added dependency to xpm (Should fix pkg/14341)
* Added two new patches (instead of adding nb1 to the version number).

  6.0.024  inserting a char with CTRL-V u 9900 may cause a crash
  6.0.025  using "$" after "\v" in a regexp doesn't always work

And now I'll switch to a not-so-frequent vim patching mode, maybe once
a month is enough (although vim is almost like Linux, new patches are
needed all the time to make it stable :-)

Revision 1.19 / (download) - annotate - [selected], Wed Oct 24 22:10:54 2001 UTC (22 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

I am a triple idiot.  The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 23 13:14:51 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.19 (colored)

x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:01 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.19 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 29 22:41:09 2001 UTC (22 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored) to selected 1.19 (colored)

Use x11.buildlink.mk instead of USE_X11.  Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 23 04:26:52 2001 UTC (22 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.14: +6 -6 lines
Diff to previous 1.14 (colored) to selected 1.19 (colored)

Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 6 17:44:45 2001 UTC (22 years, 8 months ago) by pooka
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.19 (colored)

add conflicts for vim6 (vim-devel)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 20 19:57:48 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.12: +13 -18 lines
Diff to previous 1.12 (colored) to selected 1.19 (colored)

Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 11 06:34:31 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored) to selected 1.19 (colored)

CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 16 14:40:54 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored) to selected 1.19 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 8 13:23:54 2001 UTC (23 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.9: +4 -5 lines
Diff to previous 1.9 (colored) to selected 1.19 (colored)

Move special flags for ncurses in the NEED_NCURSES==YES case.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 2 03:25:33 2000 UTC (23 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.8: +10 -8 lines
Diff to previous 1.8 (colored) to selected 1.19 (colored)

NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 28 10:33:57 2000 UTC (23 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.7: +9 -25 lines
Diff to previous 1.7 (colored) to selected 1.19 (colored)

Add USE_CURSES for packages that need curses functionality that only
got added in 1.4Y; on older version of NetBSD, ncurses will be used.
Replace previous code that did the same, but wasn't shared.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 25 11:50:40 2000 UTC (23 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.6: +20 -6 lines
Diff to previous 1.6 (colored) to selected 1.19 (colored)

Upgrade vim packages to version 5.7. Use internal curses if possible.

New since version 5.6
---------------------
Not much:
- 19 new syntax files.
- "explorer.vim" script, works like a file browser.

And many bug fixes!  This version is aimed at stability.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 18 14:37:44 2000 UTC (24 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.5: +14 -12 lines
Diff to previous 1.5 (colored) to selected 1.19 (colored)

Do the same here that was done for vim-gtk, ie. fix solaris curses handling
and modify post-install into a tidy loop.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 25 17:13:19 2000 UTC (24 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) to selected 1.19 (colored)

Remove all files that might conflict with a `normal vi', eg. bin/ex and
man/man1/view.1. The functionality is still there, the links are just no
longer created.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 15 18:46:27 2000 UTC (24 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.19 (colored)

Update dependency on ncurses to >=4.2

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 21 17:36:33 1999 UTC (24 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.2: +13 -20 lines
Diff to previous 1.2 (colored) to selected 1.19 (colored)

Fix MANZ handling here also, similarly to Tron's fix with vim-gtk.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 21 16:20:25 1999 UTC (24 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.1: +12 -5 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

Make these packages install is MANZ=1 is set

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 21 13:26:28 1999 UTC (24 years, 4 months ago) by pooka
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

Athena X11 GUI for the vim editor

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 21 13:26:28 1999 UTC (24 years, 4 months ago) by pooka
Branch: MAIN
Diff to selected 1.19 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>