pkgsrc/editors
morr 8d55d9521a Update to newest patchlevel of vim.
ChangeLog:

7.4.431  compiler warning
7.4.432  MS-Windows: setting 'encoding' does not convert arguments
7.4.433  test 75 fails on MS-Windows
7.4.434  gettabvar() is not consistent with getwinvar() and getbufvar()
7.4.435  line formatting behaves differently when 'linebreak' is set
7.4.436  ml_get error for autocommand that moves the cursor
7.4.437  new and old regexp engine are not consistent
7.4.438  cached values for 'cino' not reset for ":set all&"
7.4.439  duplicate message in message history
7.4.440  omni complete popup drawn incorrectly
7.4.441  endless loop and other problems when 'cedit' is set to CTRL-C
7.4.442  (after 7.4.434) using unitinialized variable
7.4.443  error reported by ubsan when running test 72
7.4.444  reversed question mark not recognized as punctuation
7.4.445  clipboard may be cleared on startup
7.4.446  environment for executing autocommand may not be restored
7.4.447  spell files from Hunspell may generate a lot of errors
7.4.448  MS-Windows: Using ETO_IGNORELANGUAGE causes problems
7.4.449  can't easily close the help window
7.4.450  some commands that edit another buffer don't support +cmd
7.4.451  calling system() with empty input gives an error
7.4.452  can't build with tiny features
7.4.453  still can't build with tiny features
7.4.454  CTRL-W-] does not work when using a Visual selection
7.4.455  completion for :buf does not use 'wildignorecase'
7.4.456  'backupcopy' is global, can't set a local value
7.4.457  cannot recognize getchar() returning K_CURSORHOLD
7.4.458  issue 252: Cursor moves in a zero-height window
7.4.460  (after 7.4.454) can't build without the quickfix feature
7.4.461  MS-Windows: When collate is on the number of copies is too high
7.4.462  Setting the local value of 'backupcopy' empty gives an error
7.4.463  tests 86 and 87 may hang on MS-Windows
7.4.464  (after 7.4.459) compiler warning
7.4.465  crash when expanding a very long string
7.4.466  (after 7.4.460) CTRL-W } does not open preview window
7.4.467  'linebreak' does not work well together with Visual mode
7.4.469  (after 7.4.467) can't build with MSVC
7.4.470  test 11 and 100 do not work properly on Windows
7.4.471  MS-Windows: multi-byte printer name is displayed as ???
7.4.472  drawing "precedes" entry of 'listchar' when 'list' is not set
7.4.473  cursor position incorrect with number column and 'sbr'
7.4.474  AIX compiler can't handle // comment
7.4.475  can't compile if Xutf8SetWMProperties() is not in X11 library
7.4.476  MingW: compiling with "XPM=no" doesn't work
7.4.477  ":%diffput" adds an empty line if the other file is empty
7.4.478  using byte length instead of character length for 'showbreak'
7.4.479  MS-Windows: The console title can be wrong
7.4.480  (after 7.4.479) MS-Windows: Can't build
7.4.481  (after 7.4.471) compiler warning on MS-Windows
7.4.482  when 'balloonexpr' results in a list, text has a trailing NL
7.4.483  a 0x80 byte is not handled correctly in abbreviations
7.4.484  (after 7.4.483) compiler warning
7.4.485  (after 7.4.484) abbreviations don't work
7.4.486  check for writing to a yank register is wrong
7.4.487  ":sign jump" may unnecessarily use another window
7.4.488  test_mapping fails for some people
7.4.489  cursor movement wrong when 'lbr' with a number column
7.4.490  cannot specify the buffer to use for "do" and "dp"
7.4.491  negative "topline" value for winrestview() has display errors
7.4.492  Ctrl-O in Insert mode moves right after insert comment leader
7.4.493  a TextChanged autocommand is triggered when saving a file
7.4.494  cursor shape is wrong after a CompleteDone autocommand
7.4.495  XPM isn't used correctly in the Cygwin Makefile
7.4.496  many lines are both in Make_cyg.mak and Make_ming.mak
7.4.497  NFA engine is very slow with some regexp patterns
7.4.498  (after 7.4.497) typo in DOS makefile
7.4.499  substitute() can be slow with long strings
7.4.500  test 72 still fails once in a while
7.4.501  (after 7.4.497) typo in file pattern
7.4.502  language mapping also applies to mapped characters
7.4.503  cannot append a list of lines to a file
7.4.504  MS-Windows installer restricts install path to end in "vim"
7.4.505  problem on MS-Windows file name longer than MAX_PATH bytes
7.4.506  MS-Windows: Cannot open a file with 259 characters
7.4.507  (after 7.4.496) building with MingW and Perl may fail
7.4.508  when generating ja.sjis.po, header is not correctly adjusted
7.4.509  users are not aware their encryption is weak
7.4.510  "-fwrapv" argument breaks use of cproto
7.4.511  generating proto for if_ruby.c uses type not defined elsewhere
7.4.512  cannot generate prototypes for Win32 files and VMS
7.4.513  crash because reference count is wrong for list from getreg()
7.4.514  (after 7.4.492) memory access error
7.4.515  in a help buffer the global 'foldmethod' is used
7.4.516  issue 253: completing function name with a # does not work
7.4.517  cursor may not end up in the right place on a wrapping line
7.4.518  using status line height in width computations
7.4.519  (after 7.4.497) crash when using syntax highlighting
7.4.520  Sun PCK locale is not recognzed
7.4.521  when using "vep" a mark is moved to the next line
7.4.522  specifying wrong buffer size for GetLongPathName()
7.4.523  copy/paste no longer works is X11 server is restarted
7.4.524  when using ":ownsyntax" spell checking is messed up
7.4.525  map() leaks memory when there is an error in the expression
7.4.526  matchstr() fails on long text
7.4.527  still confusing regexp failure and NFA_TOO_EXPENSIVE
7.4.528  crash when using matchadd()
7.4.529  no test for what 7.4.517 fixes
7.4.530  many commands take count/range that is not using line numbers
7.4.531  comments about parsing an Ex command are wrong
7.4.532  when using 'incsearch' "2/pattern/e" highlights first match
7.4.533  ":hardcopy" leaks memory in case of errors
7.4.534  warnings when compiling if_ruby.c
7.4.535  (after 7.4.530) can't build with tiny features
7.4.536  test 63 fails when using a black&white terminal
7.4.537  value of v:hlsearch reflects an internal variable
7.4.538  tests fail with small features plus Python
7.4.539  (after 7.4.530) crash when computing buffer count
7.4.540  (after 7.4.539) cannot build with tiny and small features
7.4.541  crash when doing a range assign
7.4.542  cannot specify the type of range for a user command
7.4.543  (after 7.4.232) "1,3s/\n//" joins two lines instead of three
7.4.544  warnings for unused arguments with a combination of features
2015-01-02 11:06:23 +00:00
..
abiword Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
abiword-plugins Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
beav Rip out struct sgttyb. And <termio.h>. This is 2014. 2014-09-12 03:54:13 +00:00
beaver Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
biew Don't try to guess the compiler type based on the name. Fix assembler 2013-07-02 12:17:30 +00:00
bvi Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce-doc Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce-x11 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
conglomerate Don't return a value from a void function. 2014-09-10 12:14:07 +00:00
cooledit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
dasher Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
deforaos-editor Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
dhex Add missing patches. 2013-01-23 22:00:27 +00:00
easyedit Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
ed Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
edt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
elvis Fix rpath options. 2013-10-20 18:15:32 +00:00
elvis-x11 Fixes: 2013-04-06 03:45:05 +00:00
em Import editors/em-1.0.0 into the Packages Collection 2013-05-02 05:06:12 +00:00
emacs The default EMACS_TYPE is now emacs24. 2013-10-09 09:52:30 +00:00
emacs-nox11 '"# $NetBSD$" expected.' 2013-04-06 11:23:04 +00:00
emacs-packages Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
emacs-snapshot Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
emacs20 Use BROKEN_ON_PLATFORM for missing config entries. (yeah this one's my 2015-01-01 09:54:25 +00:00
emacs21 libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
emacs21-nox11 Put the Emacs version in all the DESCR files. Ride the bumps I just did. 2013-02-17 07:48:02 +00:00
emacs22 The "rename" rule is a published synonym for the "opt" transform rule, however 2014-12-15 11:46:34 +00:00
emacs22-nox11 Remove some more wrong CONFLICTS. 2013-02-24 01:25:30 +00:00
emacs23 Make sure the fake libgcc is actually picked up when using cwrappers. 2014-12-03 13:58:57 +00:00
emacs23-nox11 Bump PKGREVISION with some changes to emacs23. 2014-07-09 03:19:46 +00:00
emacs24 pkglint cleanup: use USE_GAMESGROUP. 2014-10-28 12:45:57 +00:00
emacs24-nox11 Sync with emacs24/version.mk. 2014-11-24 08:19:00 +00:00
ex Bump for curses removal 2013-10-10 11:09:35 +00:00
fe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
gate Add patch-subs.c here as well (hi joerg) 2013-03-07 06:41:13 +00:00
gconf-editor Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gedit Add explicit CONFLICTS between gedit 2 and gedit 3, per PR 49494. 2014-12-29 04:37:44 +00:00
gedit-python Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gedit3 Add explicit CONFLICTS between gedit 2 and gedit 3, per PR 49494. 2014-12-29 04:37:44 +00:00
ghex Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gice Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnuserv Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
gobby Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtranslator Don't use -I without argument. 2014-12-11 22:07:07 +00:00
gummi Recursive bump for poppler shlib major bump. 2014-11-20 16:04:14 +00:00
heme (pkgsrc) Add LICENSE= gnu-gpl-v2 2014-12-10 06:57:25 +00:00
hexedit Works fine with system curses 2013-10-16 21:59:30 +00:00
hnb 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
javascript-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
jde Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
jed Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
joe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
jove Honor pkgsrc CFLAGS and LDFLAGS; should fix the Linux build. 2013-04-28 03:19:36 +00:00
kate Restrict one of the test cases to -O0. Due to required inlining, some 2014-11-26 12:25:49 +00:00
kdissert Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kile Revbump after updating boost 2014-11-07 19:39:24 +00:00
kile-kde3 Bump PKGREVISION for netpbm update. 2014-09-08 21:24:44 +00:00
leafpad Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
leim20 Update DEPENDS and bump PKGREVISION. While here, fix installation with 2013-02-17 18:37:26 +00:00
leim21 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
lpe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
lyx Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
manedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
matlab-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
medit Add -ldl where appropiate and don't remove it if it isn't. 2014-12-11 22:07:47 +00:00
mflteco Requires termcap. 2013-04-28 03:20:41 +00:00
mg Various fixes for SunOS support. 2014-07-07 18:06:58 +00:00
mg2a Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
mined Mined really uses termcap. 2013-10-16 22:37:14 +00:00
mlview Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
mule Update reference to font installation path. Bump PKGREVISION. 2014-06-01 16:45:35 +00:00
mule-ucs Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
nano Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ne Use appropriate build target on SunOS. 2014-09-23 22:30:30 +00:00
nedit Add comment noting that this project is dead upstream. 2014-04-14 16:41:56 +00:00
ng Add socket libraries on SunOS. Fix from Sebastian Wiedenroth. 2013-10-24 09:32:08 +00:00
notecase Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
nts Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
nvi Fix build on SunOS with native curses. 2013-09-20 14:50:49 +00:00
nvi-m17n Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
obby Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
OmegaT Update to 3.1.7 2014-11-03 12:42:45 +00:00
p5-Acme-Padre-PlayCode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre Comment out a redundant dependency to avoid unnecessary rebuilds. 2014-12-12 10:51:42 +00:00
p5-Padre-Plugin-Autoformat Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Catalyst Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-Padre-Plugin-DataWalker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Debugger Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Ecliptic Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Encrypt Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Git Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-HG Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Kate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Nopaste Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-PerlCritic Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-PerlTidy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-SpellCheck Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-SVN Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Vi Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-PPIx-EditorTools Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Wx-Scintilla Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pico Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
poedit Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
qgoogletranslator Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
rox-edit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
sam "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
sandy suckless downloads seem to change the file around so moved to ftp.netbsd.org 2013-04-26 18:31:28 +00:00
scite Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
se Reset maintainer, resigned. 2014-10-22 08:01:48 +00:00
Sigil Update to 0.8.2: 2014-12-12 08:52:42 +00:00
speedbar Resolves: 2013-04-06 20:27:16 +00:00
ssam Allow this package to be cross-built by specifying the BUILD_TARGET and 2013-05-11 05:31:52 +00:00
tamago builds with emacs24 2013-06-10 21:51:04 +00:00
tea Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ted Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ted-cs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-da Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-de Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-en-gb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-en-us Doesn't really need gtar. 2013-02-19 22:31:32 +00:00
ted-es Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-fr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-it Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-nl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-no Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-pl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-pt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-sv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
TeXmacs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
TeXmacs-devel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
texmaker This commit is based on wip/texmaker by Niclas Rosenvik, thanks. 2014-12-02 12:16:29 +00:00
texworks Recursive bump for poppler shlib major bump. 2014-11-20 16:04:14 +00:00
tomboy Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
tweak Work with system curses 2013-10-16 23:28:49 +00:00
uemacs Don't include termcap.h on SunOS. 2014-09-23 22:37:29 +00:00
ve Don't include termcap.h on SunOS. 2014-09-23 22:21:43 +00:00
vigor Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
vile Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
vilearn "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
vim remove ncursesw termcap sub I accidentally committed 2013-03-25 00:34:49 +00:00
vim-gtk2 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
vim-lang Update to version 7.4.052. 2013-10-07 19:26:28 +00:00
vim-motif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
vim-share Update to newest patchlevel of vim. 2015-01-02 11:06:23 +00:00
vim-xaw Clean up libXaw handling. [1/2] 2013-01-15 16:21:34 +00:00
wily Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xcoral ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
xemacs Use BROKEN_ON_PLATFORM for build failures. 2015-01-01 09:53:50 +00:00
xemacs-current Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
xemacs-current-nox11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xemacs-nox11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xemacs-packages Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xfce4-mousepad Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xjed Fixes: 2013-04-06 03:45:05 +00:00
xournal Recursive bump for poppler shlib major bump. 2014-11-20 16:04:14 +00:00
xvile Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xwpe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
yudit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
zile Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
zim Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
Makefile Remove gedit3-spell and make the spell check plugin an (enchant) option 2014-12-06 20:41:36 +00:00