summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-06-25 11:50:32 +0000
committerpooka <pooka@pkgsrc.org>2000-06-25 11:50:32 +0000
commitd0e460b82d9a62712a80aad73fbbb4dc6c5f265c (patch)
treec08bf2e3cb8b8e1238da7a62e40857181dc3fe84 /editors/vim-share/patches
parentd353a8e36385ac4fa1eb181a6322388899ed19dc (diff)
downloadpkgsrc-d0e460b82d9a62712a80aad73fbbb4dc6c5f265c.tar.gz
Upgrade vim packages to version 5.7. Use internal curses if possible.
New since version 5.6 --------------------- Not much: - 19 new syntax files. - "explorer.vim" script, works like a file browser. And many bug fixes! This version is aimed at stability.
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r--editors/vim-share/patches/patch-aa6
-rw-r--r--editors/vim-share/patches/patch-ac14
2 files changed, 10 insertions, 10 deletions
diff --git a/editors/vim-share/patches/patch-aa b/editors/vim-share/patches/patch-aa
index 1516bcddc05..fbc6f7b6ac4 100644
--- a/editors/vim-share/patches/patch-aa
+++ b/editors/vim-share/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/21 13:20:33 pooka Exp $
+$NetBSD: patch-aa,v 1.2 2000/06/25 11:50:37 pooka Exp $
---- ctags/Makefile.in.orig Thu Sep 16 08:02:20 1999
-+++ ctags/Makefile.in Sat Nov 20 11:42:47 1999
+--- ctags/Makefile.in.orig Fri Oct 1 07:11:06 1999
++++ ctags/Makefile.in Sun Jun 25 12:35:39 2000
@@ -79,14 +79,14 @@
#
manext = 1
diff --git a/editors/vim-share/patches/patch-ac b/editors/vim-share/patches/patch-ac
index de2a4a0f3ce..d256ee44ac5 100644
--- a/editors/vim-share/patches/patch-ac
+++ b/editors/vim-share/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.3 2000/01/25 17:13:18 pooka Exp $
+$NetBSD: patch-ac,v 1.4 2000/06/25 11:50:37 pooka Exp $
---- Makefile.orig Sun Jan 16 16:03:04 2000
-+++ Makefile Tue Jan 25 18:56:02 2000
-@@ -737,7 +737,7 @@
+--- Makefile.orig Sat Jun 24 12:28:59 2000
++++ Makefile Sun Jun 25 13:42:51 2000
+@@ -752,7 +752,7 @@
### might not work when they are changed!)
VIMDIR = /vim
- VIMRTDIR = /vim56
+ VIMRTDIR = /vim57
-HELPSUBDIR = /doc
+HELPSUBDIR = /../../doc/vim
SYNSUBDIR = /syntax
MACROSUBDIR = /macros
TOOLSSUBDIR = /tools
-@@ -1349,6 +1349,7 @@
+@@ -1367,6 +1367,7 @@
# install the help files; first adjust the contents for the location
installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC)
@@ -19,7 +19,7 @@ $NetBSD: patch-ac,v 1.3 2000/01/25 17:13:18 pooka Exp $
@echo generating $(MANSUBDIR)/$(VIMNAME).1
@sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
-e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \
-@@ -1469,13 +1470,7 @@
+@@ -1487,13 +1488,7 @@
# create links for the manual pages with various names to vim. This is only
# done when the links (or manpages with the same name) don't exist yet.