diff options
author | pooka <pooka@pkgsrc.org> | 2001-06-06 06:07:28 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2001-06-06 06:07:28 +0000 |
commit | 6a547d9a75b9dde77c5a3d5a741e65d8e62ae3e7 (patch) | |
tree | dd3672c5bb5c9ca58e17d8e7db7efd7cee52c0cf /editors/vim | |
parent | 6b51176038d053f46de7ae3184e6a659cd786cb3 (diff) | |
download | pkgsrc-6a547d9a75b9dde77c5a3d5a741e65d8e62ae3e7.tar.gz |
Update vim to 5.8
Changes since 5.7:
* 74 new syntax files.
* bugfixes
* couple of security-related fixes
* ctags is no longer distributed with vim
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/distinfo | 7 | ||||
-rw-r--r-- | editors/vim/patches/patch-zb | 13 |
2 files changed, 17 insertions, 3 deletions
diff --git a/editors/vim/distinfo b/editors/vim/distinfo index ca80e7a282a..16919ed664f 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:01:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/06 06:07:28 pooka Exp $ -SHA1 (vim-5.7-src.tar.gz) = 71e263e9072118e5e56dad77a4bfbaed363bf591 -Size (vim-5.7-src.tar.gz) = 1230942 bytes +SHA1 (vim-5.8-src.tar.gz) = 36d83481cc2faaae57e0a890c1db4701de32c047 +Size (vim-5.8-src.tar.gz) = 1112952 bytes +SHA1 (patch-zb) = 2069c60f506fcbcafdc013f0e2648b371185f20b diff --git a/editors/vim/patches/patch-zb b/editors/vim/patches/patch-zb new file mode 100644 index 00000000000..b329499d8d6 --- /dev/null +++ b/editors/vim/patches/patch-zb @@ -0,0 +1,13 @@ +$NetBSD: patch-zb,v 1.1 2001/06/06 06:07:28 pooka Exp $ + +--- feature.h.orig Wed Mar 29 17:10:34 2000 ++++ feature.h Wed Jun 6 08:10:02 2001 +@@ -349,7 +349,7 @@ + * (used only with NO_BUILTIN_TCAPS not defined). + */ + #ifdef HAVE_TGETENT +-/* #define NO_BUILTIN_TCAPS */ ++# define NO_BUILTIN_TCAPS + #endif + + #ifndef NO_BUILTIN_TCAPS |