summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-09-08 06:18:28 +0000
committermartti <martti@pkgsrc.org>2006-09-08 06:18:28 +0000
commit219cef001a8dbf150b4adc399852bda672e244c1 (patch)
treedc59c4abc09f0536bd762dbb41d51dac1a17335d /editors/vim-share/Makefile.common
parentcfbed0a6e45a73f4a7b8acf9ec8b0bd593d00436 (diff)
downloadpkgsrc-219cef001a8dbf150b4adc399852bda672e244c1.tar.gz
Updated editors/vim-share to 7.0.91
2799 7.0.077 crash when unletting a v: variable 1968 7.0.078 there are two error messages called E46 51669 7.0.079 vimtutor doesn't work for Russian when 'encoding' is utf-8 1759 7.0.080 compile error when CFLAGS contains a backslash 2043 7.0.081 command line completion doesn't work for ":!/path" 2850 7.0.082 crash when using List or Dict argument and waiting for input 3001 7.0.083 mouse doesn't work for all entries with inputlist() 5968 7.0.084 garbage collection may free Lists and Dicts still in use 1512 7.0.085 running tests changes the viminfo file 2379 7.0.086 getqflist() uses number zero for empty pattern and text 7382 7.0.087 'acd' doesn't work for ":file fname" and ":saveas fname" 3066 7.0.088 generated prototypes have "extern" when build with Perl 2445 7.0.089 "ga" gave wrong results for non-Unicode multi-byte encoding 2486 7.0.090 need to type Esc twice in console confirm() dialog 1698 7.0.091 winrestview() may leave cursor in the wrong position
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 8d9075d72b7..7d210831fba 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.63 2006/08/31 18:44:36 martti Exp $
+# $NetBSD: Makefile.common,v 1.64 2006/09/08 06:18:28 martti Exp $
.include "../../editors/vim-share/version.mk"
@@ -24,7 +24,9 @@ PATCHFILES+= 7.0.041 7.0.042 7.0.043 7.0.044 7.0.046 7.0.047 7.0.048
PATCHFILES+= 7.0.049 7.0.050 7.0.051 7.0.052 7.0.053 7.0.054 7.0.055
PATCHFILES+= 7.0.056 7.0.058 7.0.059 7.0.060 7.0.061 7.0.062 7.0.063
PATCHFILES+= 7.0.064 7.0.066 7.0.067 7.0.068 7.0.069 7.0.070 7.0.071
-PATCHFILES+= 7.0.072 7.0.073 7.0.075 7.0.076
+PATCHFILES+= 7.0.072 7.0.073 7.0.075 7.0.076 7.0.077 7.0.078 7.0.079
+PATCHFILES+= 7.0.080 7.0.081 7.0.082 7.0.083 7.0.084 7.0.085 7.0.086
+PATCHFILES+= 7.0.087 7.0.088 7.0.089 7.0.090 7.0.091
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/
@@ -63,3 +65,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.vim
DEPENDS+= cscope-[0-9]*:../../devel/cscope
CONFIGURE_ARGS+= --enable-cscope
.endif
+
+post-patch:
+ ${FIND} ${WRKDIR} -name '*.orig_dist' -exec ${RM} {} \;