diff options
author | martti <martti@pkgsrc.org> | 2005-10-17 06:49:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-10-17 06:49:34 +0000 |
commit | 564be95a2717977f808b8efc53534239d18d016e (patch) | |
tree | 4d235ca413fc21a436b59d84757240c57e9d57a1 /editors/vim-share/patches | |
parent | ded937c5dcd8899dfae748b7c809fbb3b174c2b8 (diff) | |
download | pkgsrc-564be95a2717977f808b8efc53534239d18d016e.tar.gz |
Updated vim to 6.4.0
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
There are no new features. This release is only fixing bugs.
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r-- | editors/vim-share/patches/patch-aa | 12 | ||||
-rw-r--r-- | editors/vim-share/patches/patch-ad | 10 |
2 files changed, 13 insertions, 9 deletions
diff --git a/editors/vim-share/patches/patch-aa b/editors/vim-share/patches/patch-aa index afea2010bdd..4018111332b 100644 --- a/editors/vim-share/patches/patch-aa +++ b/editors/vim-share/patches/patch-aa @@ -1,9 +1,13 @@ -$NetBSD: patch-aa,v 1.8 2004/06/21 08:23:48 martti Exp $ +$NetBSD: patch-aa,v 1.9 2005/10/17 06:49:34 martti Exp $ ---- src/auto/configure.orig 2004-06-12 00:47:47.000000000 +0000 -+++ src/auto/configure 2004-06-12 00:49:00.000000000 +0000 -@@ -4546,3 +4546,3 @@ +--- src/auto/configure.orig 2005-10-15 15:55:10.000000000 +0300 ++++ src/auto/configure 2005-10-17 04:16:25.000000000 +0300 +@@ -4593,7 +4593,7 @@ + + if test -z "$SKIP_MOTIF"; then - gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX" + gui_XXX="${BUILDLINK_DIR}/include" GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`" + + echo $ac_n "checking for location of Motif GUI includes""... $ac_c" 1>&6 diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad index ac21e1b00fe..291fd523eb4 100644 --- a/editors/vim-share/patches/patch-ad +++ b/editors/vim-share/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.7 2005/06/23 17:49:40 kristerw Exp $ +$NetBSD: patch-ad,v 1.8 2005/10/17 06:49:34 martti Exp $ ---- src//Makefile.orig 2004-06-07 12:03:56.000000000 +0200 -+++ src//Makefile 2005-06-23 19:43:26.000000000 +0200 -@@ -1074,26 +1074,31 @@ +--- src/Makefile.orig 2005-10-15 14:52:15.000000000 +0300 ++++ src/Makefile 2005-10-17 04:16:59.000000000 +0300 +@@ -1076,26 +1076,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.7 2005/06/23 17:49:40 kristerw Exp $ ATHENA_LIBS2 = -lXt ATHENA_INSTALL = install_normal ATHENA_TARGETS = installglinks -@@ -1779,7 +1784,7 @@ +@@ -1788,7 +1793,7 @@ -chmod $(FILEMOD) $(DEST_TOOLS)/* # replace the path in some tools perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$$perlpath+" $(TOOLSSOURCE)/efm_perl.pl >$(DEST_TOOLS)/efm_perl.pl |