diff options
author | martti <martti> | 2008-06-23 05:07:56 +0000 |
---|---|---|
committer | martti <martti> | 2008-06-23 05:07:56 +0000 |
commit | 161a89d8100af22ef4a7ca730f2d9fe641ecd1af (patch) | |
tree | b8b382fcd76daa2e56579c0b50b263774efc76c1 /editors/vim-share/patches | |
parent | b5780b5b5700dbe4750bad143b358094e7d03c5b (diff) | |
download | pkgsrc-161a89d8100af22ef4a7ca730f2d9fe641ecd1af.tar.gz |
Updated editors/vim-share to 7.1.330
Add CHECK_INTERPRETER_SKIP for pkg/38710
Apply the following patches:
1480 7.1.316 when 'cscopetag' is set ":tag" gives an error message
5203 7.1.317 compiler warnings in Motif calls
5428 7.1.318 mem leak when closing xsmp conn.; crash on exit with Lesstif
1514 7.1.319 illegal memory access when pasting illegal utf-8 on cmd line
28763 7.1.320 Win64: Warnings while compiling Python interface
2603 7.1.321 (extra) Win32 / Win64: Install file is outdated
2677 7.1.322 can't get start of Visual area in an <expr> mapping
1734 7.1.323 test 19 and 38 fail with some termcaps
1847 7.1.324 file name path length on Unix is limited to 1024
3559 7.1.325 editing a command line that doesn't fit reverses char order
1641 7.1.326 ":smagic!from!to!" doesn't work, it sees the "!" as a flag
5454 7.1.327 gvimtutor is also installed when not building a GUI version
1859 7.1.328 crash when using Cygwin and non-posix path name in tags file
2172 7.1.329 right halve of double-wide char under popup menu not redrawn
1905 7.1.330 reading uninitialized memory when using Del in replace mode
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r-- | editors/vim-share/patches/patch-ad | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad index 291571b8fa0..eb3d2f8bf69 100644 --- a/editors/vim-share/patches/patch-ad +++ b/editors/vim-share/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.12 2007/05/16 04:56:27 martti Exp $ +$NetBSD: patch-ad,v 1.13 2008/06/23 05:07:56 martti Exp $ ---- src/Makefile.orig 2007-05-12 14:57:13.000000000 +0300 -+++ src/Makefile 2007-05-14 12:21:50.000000000 +0300 -@@ -1137,26 +1137,31 @@ +--- 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 @@ ### Athena GUI ### Use Xaw3d to make the menus look a little bit nicer #XAW_LIB = -lXaw3d @@ -40,9 +40,9 @@ $NetBSD: patch-ad,v 1.12 2007/05/16 04:56:27 martti Exp $ -ATHENA_LIBS1 = $(XAW_LIB) +ATHENA_LIBS1 = $(LIBXAW) ATHENA_LIBS2 = -lXt - ATHENA_INSTALL = install_normal + ATHENA_INSTALL = install_normal install_gui_extra ATHENA_TARGETS = installglinks -@@ -1779,7 +1784,7 @@ +@@ -1786,7 +1791,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.12 2007/05/16 04:56:27 martti Exp $ cd $(HELPSOURCE); \ files=`ls *.txt tags`; \ files="$$files `ls *.??x tags-?? 2>/dev/null || true`"; \ -@@ -1902,25 +1907,25 @@ +@@ -1913,25 +1918,25 @@ fi -chmod $(FILEMOD) $(DEST_TOOLS)/* # replace the path in some tools |