summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-08-11 12:14:10 +0000
committermartti <martti@pkgsrc.org>2008-08-11 12:14:10 +0000
commit244cac03bd9e7e8f65a2c3e1c015dacd764afda9 (patch)
tree53f62ff09bdd8371caced7d4bda734c83fc14cc5 /editors/vim-share/patches
parentac6fd34d7d3302bfd11c0d03783691974e1eca70 (diff)
downloadpkgsrc-244cac03bd9e7e8f65a2c3e1c015dacd764afda9.tar.gz
Updated VIM to 7.2
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2".
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r--editors/vim-share/patches/patch-aa10
-rw-r--r--editors/vim-share/patches/patch-ad12
-rw-r--r--editors/vim-share/patches/patch-zb8
3 files changed, 15 insertions, 15 deletions
diff --git a/editors/vim-share/patches/patch-aa b/editors/vim-share/patches/patch-aa
index a3f34db5495..7aac4a53b4f 100644
--- a/editors/vim-share/patches/patch-aa
+++ b/editors/vim-share/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.14 2008/01/09 13:37:45 martti Exp $
+$NetBSD: patch-aa,v 1.15 2008/08/11 12:14:10 martti Exp $
Buildlink takes care of include files.
---- src/auto/configure.orig 2007-05-12 14:49:09.000000000 +0300
-+++ src/auto/configure 2007-05-14 12:20:05.000000000 +0300
-@@ -7991,7 +7991,7 @@
+--- src/auto/configure.orig 2008-07-24 15:40:36.000000000 +0300
++++ src/auto/configure 2008-08-11 12:58:28.000000000 +0300
+@@ -8966,7 +8966,7 @@
if test -z "$SKIP_MOTIF"; then
@@ -12,4 +12,4 @@ Buildlink takes care of include files.
+ gui_XXX="${BUILDLINK_DIR}/include"
GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`"
- echo "$as_me:$LINENO: checking for location of Motif GUI includes" >&5
+ { $as_echo "$as_me:$LINENO: checking for location of Motif GUI includes" >&5
diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad
index eb3d2f8bf69..9f0756f8a8f 100644
--- a/editors/vim-share/patches/patch-ad
+++ b/editors/vim-share/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.13 2008/06/23 05:07:56 martti Exp $
+$NetBSD: patch-ad,v 1.14 2008/08/11 12:14:10 martti Exp $
---- src/Makefile.orig 2008-06-23 07:54:04.000000000 +0300
-+++ src/Makefile 2008-06-23 07:55:37.000000000 +0300
-@@ -1139,26 +1139,31 @@
+--- src/Makefile.orig 2008-08-09 17:50:04.000000000 +0300
++++ src/Makefile 2008-08-11 12:58:51.000000000 +0300
+@@ -1152,26 +1152,31 @@
### Athena GUI
### Use Xaw3d to make the menus look a little bit nicer
#XAW_LIB = -lXaw3d
@@ -42,7 +42,7 @@ $NetBSD: patch-ad,v 1.13 2008/06/23 05:07:56 martti Exp $
ATHENA_LIBS2 = -lXt
ATHENA_INSTALL = install_normal install_gui_extra
ATHENA_TARGETS = installglinks
-@@ -1786,7 +1791,7 @@
+@@ -1800,7 +1805,7 @@
-$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
@echo generating help tags
# Generate the help tags with ":helptags" to handle all languages.
@@ -51,7 +51,7 @@ $NetBSD: patch-ad,v 1.13 2008/06/23 05:07:56 martti Exp $
cd $(HELPSOURCE); \
files=`ls *.txt tags`; \
files="$$files `ls *.??x tags-?? 2>/dev/null || true`"; \
-@@ -1913,25 +1918,25 @@
+@@ -1927,25 +1932,25 @@
fi
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
diff --git a/editors/vim-share/patches/patch-zb b/editors/vim-share/patches/patch-zb
index 7c4aadf7383..c01834cbb21 100644
--- a/editors/vim-share/patches/patch-zb
+++ b/editors/vim-share/patches/patch-zb
@@ -1,8 +1,8 @@
-$NetBSD: patch-zb,v 1.6 2006/05/09 06:36:48 martti Exp $
+$NetBSD: patch-zb,v 1.7 2008/08/11 12:14:10 martti Exp $
---- src/feature.h.orig 2006-04-06 11:01:52.000000000 +0300
-+++ src/feature.h 2006-04-17 06:02:54.000000000 +0300
-@@ -548,7 +548,7 @@
+--- src/feature.h.orig 2008-08-06 14:00:39.000000000 +0300
++++ src/feature.h 2008-08-11 12:59:23.000000000 +0300
+@@ -552,7 +552,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/
#ifdef HAVE_TGETENT