summaryrefslogtreecommitdiff
path: root/editors/vim/patches/patch-af
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-22 08:49:12 +0000
committertron <tron@pkgsrc.org>1999-11-22 08:49:12 +0000
commita4f86da30cec12d2f40c4a273c6f50949e8a15b7 (patch)
tree1c78e4c5b1210844493693a6d0d67834aceed051 /editors/vim/patches/patch-af
parent1694e904cc88e2d1acf1364a59d9c046b84c8160 (diff)
downloadpkgsrc-a4f86da30cec12d2f40c4a273c6f50949e8a15b7.tar.gz
Update "vim" package to version 5.5 using patches supplied by Antti Kantee
in PR pkg/8832. Changes since version 5.4: - Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should also work in an xterm when translations are installed. - Support for decompression of bzip2 files in the example vimrc file. - Handling of patch numbers, they show up in the ":version" output. - Uninstall program for MS-Windows, for those that have a problem with the "Edit with Vim" popup menu entry. And many bug fixes! This version is aimed at stability.
Diffstat (limited to 'editors/vim/patches/patch-af')
-rw-r--r--editors/vim/patches/patch-af14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/vim/patches/patch-af b/editors/vim/patches/patch-af
index be893676c2e..73384a7ff4e 100644
--- a/editors/vim/patches/patch-af
+++ b/editors/vim/patches/patch-af
@@ -1,21 +1,21 @@
-$NetBSD: patch-af,v 1.4 1999/08/08 09:20:50 rh Exp $
+$NetBSD: patch-af,v 1.5 1999/11/22 08:49:15 tron Exp $
---- Makefile.orig Sun Jul 25 13:18:43 1999
-+++ Makefile Sun Aug 8 11:53:28 1999
-@@ -695,7 +695,7 @@
+--- Makefile.orig Sun Sep 19 14:27:33 1999
++++ Makefile Sat Nov 20 11:48:07 1999
+@@ -721,7 +721,7 @@
### might not work when they are changed!)
VIMDIR = /vim
- VIMRTDIR = /vim54
+ VIMRTDIR = /vim55
-HELPSUBDIR = /doc
+HELPSUBDIR = /../../doc/vim
SYNSUBDIR = /syntax
MACROSUBDIR = /macros
TOOLSSUBDIR = /tools
-@@ -1300,6 +1300,7 @@
+@@ -1330,6 +1330,7 @@
# install the help files; first adjust the contents for the location
installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC)
+ ln -s ${HELPSUBLOC} ${VIMRTLOC}/doc
- @echo generating $(MANSUBDIR)/$(VIMTARGET).1
+ @echo generating $(MANSUBDIR)/$(VIMNAME).1
@sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
-e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \