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-xaw | |
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-xaw')
-rw-r--r-- | editors/vim-xaw/distinfo | 12 | ||||
-rw-r--r-- | editors/vim-xaw/patches/patch-aa | 10 | ||||
-rw-r--r-- | editors/vim-xaw/patches/patch-ad | 6 | ||||
-rw-r--r-- | editors/vim-xaw/patches/patch-zb | 6 |
4 files changed, 17 insertions, 17 deletions
diff --git a/editors/vim-xaw/distinfo b/editors/vim-xaw/distinfo index a8d605c24e3..d3a8fd62d06 100644 --- a/editors/vim-xaw/distinfo +++ b/editors/vim-xaw/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/04/22 16:25:59 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/06/06 06:07:31 pooka Exp $ -SHA1 (vim-5.7-src.tar.gz) = 71e263e9072118e5e56dad77a4bfbaed363bf591 -Size (vim-5.7-src.tar.gz) = 1230942 bytes -SHA1 (patch-aa) = 1f38e5291e4803abeed50ffa403ec897ffb856bd -SHA1 (patch-ad) = ca6e453bc26a29ae327d297accd7ad12f3641aea -SHA1 (patch-zb) = c929da81e94120a6540b6a503d40dd9f9ffc83ff +SHA1 (vim-5.8-src.tar.gz) = 36d83481cc2faaae57e0a890c1db4701de32c047 +Size (vim-5.8-src.tar.gz) = 1112952 bytes +SHA1 (patch-aa) = 64a3214cbede9da0e3fc7a7ae20f66d1f05b889c +SHA1 (patch-ad) = 4bf0cc0a4df1bbd6cf1f9149dd22a8bdc727e03f +SHA1 (patch-zb) = 2069c60f506fcbcafdc013f0e2648b371185f20b diff --git a/editors/vim-xaw/patches/patch-aa b/editors/vim-xaw/patches/patch-aa index 5b4e5d9068f..914da39f71c 100644 --- a/editors/vim-xaw/patches/patch-aa +++ b/editors/vim-xaw/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2000/01/17 17:36:37 pooka Exp $ +$NetBSD: patch-aa,v 1.3 2001/06/06 06:07:31 pooka Exp $ ---- configure.orig Sat Jan 15 14:16:29 2000 -+++ configure Mon Jan 17 15:19:08 2000 -@@ -1748,6 +1748,7 @@ +--- configure.orig Thu May 10 21:59:18 2001 ++++ configure Wed Jun 6 08:36:44 2001 +@@ -1818,6 +1818,7 @@ # Look for the header file in a standard set of common directories. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in \ @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.2 2000/01/17 17:36:37 pooka Exp $ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ -@@ -1823,6 +1824,7 @@ +@@ -1893,6 +1894,7 @@ # First see if replacing the include by lib works. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ diff --git a/editors/vim-xaw/patches/patch-ad b/editors/vim-xaw/patches/patch-ad index 18f8b0a8366..de2866e728b 100644 --- a/editors/vim-xaw/patches/patch-ad +++ b/editors/vim-xaw/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.2 2000/06/25 11:50:41 pooka Exp $ +$NetBSD: patch-ad,v 1.3 2001/06/06 06:07:31 pooka Exp $ ---- Makefile.orig Sat Jun 24 12:28:59 2000 -+++ Makefile Sun Jun 25 14:31:51 2000 +--- Makefile.orig Thu May 31 16:03:57 2001 ++++ Makefile Wed Jun 6 08:38:04 2001 @@ -936,23 +936,26 @@ ### Athena Widget GUI interface. ### Use Xaw3d to make the menus look a little bit nicer diff --git a/editors/vim-xaw/patches/patch-zb b/editors/vim-xaw/patches/patch-zb index 14e85a2e5b0..120bfc4d2ff 100644 --- a/editors/vim-xaw/patches/patch-zb +++ b/editors/vim-xaw/patches/patch-zb @@ -1,13 +1,13 @@ -$NetBSD: patch-zb,v 1.1 2001/04/22 16:25:59 wiz Exp $ +$NetBSD: patch-zb,v 1.2 2001/06/06 06:07:31 pooka Exp $ --- feature.h.orig Wed Mar 29 17:10:34 2000 -+++ feature.h Sun Jun 25 12:42:47 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 ++# define NO_BUILTIN_TCAPS #endif #ifndef NO_BUILTIN_TCAPS |