diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-17 17:36:31 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-17 17:36:31 +0000 |
commit | 81c57ad586bb93e13cc323b8f7c66d9ba17981f7 (patch) | |
tree | 3c93342477a40ffbfab8a7e8318d7e1447b935fe /editors/vim-gtk | |
parent | 0f5fa2f23d40111730607961e6f4087aebf4b0dc (diff) | |
download | pkgsrc-81c57ad586bb93e13cc323b8f7c66d9ba17981f7.tar.gz |
Upgrade vim packages to vim 5.6.
New since version 5.5
---------------------
Not much:
- New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with
the MS Office taskbar.
- 18 new syntax files.
- "z+" and "z^" commands.
And many bug fixes! This version is aimed at stability.
See ":help version-5.6" in Vim for the details.
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r-- | editors/vim-gtk/files/patch-sum | 8 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-aa | 10 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-ab | 13 | ||||
-rw-r--r-- | editors/vim-gtk/patches/patch-ac | 13 |
4 files changed, 9 insertions, 35 deletions
diff --git a/editors/vim-gtk/files/patch-sum b/editors/vim-gtk/files/patch-sum index 698631bb963..617017a9a50 100644 --- a/editors/vim-gtk/files/patch-sum +++ b/editors/vim-gtk/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.3 1999/12/21 13:18:15 pooka Exp $ +$NetBSD: patch-sum,v 1.4 2000/01/17 17:36:35 pooka Exp $ -MD5 (patch-aa) = caa181ba83b02f273da5df192f32b7b8 -MD5 (patch-ab) = e53e72a98abbb723d60c03b8bf1fc55d -MD5 (patch-ac) = 978580aca00cf8c29148c2fcaa754c64 +MD5 (patch-aa) = 97cd1d6e7839e794826a32d477314554 +MD5 (patch-za) = e53e72a98abbb723d60c03b8bf1fc55d +MD5 (patch-zb) = 221296b5d4e7413473f9cc4098a611fd diff --git a/editors/vim-gtk/patches/patch-aa b/editors/vim-gtk/patches/patch-aa index bbd2f21fdf4..5dff694e7f6 100644 --- a/editors/vim-gtk/patches/patch-aa +++ b/editors/vim-gtk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 1999/12/21 13:18:15 pooka Exp $ +$NetBSD: patch-aa,v 1.4 2000/01/17 17:36:36 pooka Exp $ ---- configure.orig Sun Sep 19 13:59:45 1999 -+++ configure Sat Nov 20 11:40:23 1999 -@@ -1813,6 +1813,7 @@ +--- configure.orig Sat Jan 15 14:16:29 2000 ++++ configure Mon Jan 17 15:19:08 2000 +@@ -1748,6 +1748,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.3 1999/12/21 13:18:15 pooka Exp $ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ -@@ -1888,6 +1889,7 @@ +@@ -1823,6 +1824,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-gtk/patches/patch-ab b/editors/vim-gtk/patches/patch-ab deleted file mode 100644 index bfcf8bc0840..00000000000 --- a/editors/vim-gtk/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 1999/12/21 13:18:16 pooka Exp $ - ---- config.mk.in.orig Sat Jun 20 15:22:37 1998 -+++ config.mk.in Sun Jan 10 23:22:48 1999 -@@ -14,7 +14,7 @@ - @SET_MAKE@ - CC = @CC@ - DEFS = @DEFS@ --CFLAGS = @CFLAGS@ -+CFLAGS = @CFLAGS@ @CPPFLAGS@ - srcdir = @srcdir@ - VPATH = @srcdir@ - LDFLAGS = @LDFLAGS@ diff --git a/editors/vim-gtk/patches/patch-ac b/editors/vim-gtk/patches/patch-ac deleted file mode 100644 index 82b71b29e2e..00000000000 --- a/editors/vim-gtk/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.3 1999/12/21 13:18:16 pooka Exp $ - ---- feature.h.orig Sat Aug 21 14:08:09 1999 -+++ feature.h Sat Nov 20 11:45:33 1999 -@@ -346,7 +346,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 |