summaryrefslogtreecommitdiff
path: root/editors/vim-xaw
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-01-17 17:36:31 +0000
committerpooka <pooka@pkgsrc.org>2000-01-17 17:36:31 +0000
commit81c57ad586bb93e13cc323b8f7c66d9ba17981f7 (patch)
tree3c93342477a40ffbfab8a7e8318d7e1447b935fe /editors/vim-xaw
parent0f5fa2f23d40111730607961e6f4087aebf4b0dc (diff)
downloadpkgsrc-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-xaw')
-rw-r--r--editors/vim-xaw/files/patch-sum8
-rw-r--r--editors/vim-xaw/patches/patch-aa10
-rw-r--r--editors/vim-xaw/patches/patch-ab13
-rw-r--r--editors/vim-xaw/patches/patch-ac13
4 files changed, 9 insertions, 35 deletions
diff --git a/editors/vim-xaw/files/patch-sum b/editors/vim-xaw/files/patch-sum
index 5605d8e8488..e3660656a93 100644
--- a/editors/vim-xaw/files/patch-sum
+++ b/editors/vim-xaw/files/patch-sum
@@ -1,6 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/12/21 13:26:29 pooka Exp $
+$NetBSD: patch-sum,v 1.2 2000/01/17 17:36:37 pooka Exp $
-MD5 (patch-aa) = caa181ba83b02f273da5df192f32b7b8
-MD5 (patch-ab) = e53e72a98abbb723d60c03b8bf1fc55d
-MD5 (patch-ac) = 978580aca00cf8c29148c2fcaa754c64
+MD5 (patch-aa) = 97cd1d6e7839e794826a32d477314554
MD5 (patch-ad) = 7f99381d2ab5c53db6df89ee1e4151b8
+MD5 (patch-za) = e53e72a98abbb723d60c03b8bf1fc55d
+MD5 (patch-zb) = 221296b5d4e7413473f9cc4098a611fd
diff --git a/editors/vim-xaw/patches/patch-aa b/editors/vim-xaw/patches/patch-aa
index f760056bf9e..5b4e5d9068f 100644
--- a/editors/vim-xaw/patches/patch-aa
+++ b/editors/vim-xaw/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/21 13:26:29 pooka Exp $
+$NetBSD: patch-aa,v 1.2 2000/01/17 17:36:37 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.1.1.1 1999/12/21 13:26:29 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-xaw/patches/patch-ab b/editors/vim-xaw/patches/patch-ab
deleted file mode 100644
index 5aa8abfe90c..00000000000
--- a/editors/vim-xaw/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/12/21 13:26:29 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-xaw/patches/patch-ac b/editors/vim-xaw/patches/patch-ac
deleted file mode 100644
index 0f53f078196..00000000000
--- a/editors/vim-xaw/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/12/21 13:26:29 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