summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
diff options
context:
space:
mode:
authormartti <martti>2007-05-16 04:56:24 +0000
committermartti <martti>2007-05-16 04:56:24 +0000
commitf9a88eb48072882647f281faa3250890ffa1e7f9 (patch)
tree01e73e9a2eb504dcac2485e06ee64e8fab64e5d6 /editors/vim-share/patches
parentc4fabac64aa072fae03476a0af98585557b21795 (diff)
downloadpkgsrc-f9a88eb48072882647f281faa3250890ffa1e7f9.tar.gz
Updated editors/vim-share to 7.1.2
This is the latest stable version of VIM. Changes since 7.0.243: * some translation fixes * the following patches after the official 7.1 release 2404 7.1.001 can't build with Gnome GUI 2011 7.1.002 Oracle Pro*C/C++ files are not detected
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r--editors/vim-share/patches/patch-aa8
-rw-r--r--editors/vim-share/patches/patch-ab32
-rw-r--r--editors/vim-share/patches/patch-ad12
-rw-r--r--editors/vim-share/patches/patch-ae13
4 files changed, 10 insertions, 55 deletions
diff --git a/editors/vim-share/patches/patch-aa b/editors/vim-share/patches/patch-aa
index 0f5c832e5f8..4127dbeb293 100644
--- a/editors/vim-share/patches/patch-aa
+++ b/editors/vim-share/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.12 2006/10/17 18:31:18 martti Exp $
+$NetBSD: patch-aa,v 1.13 2007/05/16 04:56:26 martti Exp $
---- src/auto/configure.orig 2006-05-04 13:46:19.000000000 +0300
-+++ src/auto/configure 2006-05-08 10:00:33.000000000 +0300
-@@ -7977,7 +7977,7 @@
+--- 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 @@
if test -z "$SKIP_MOTIF"; then
diff --git a/editors/vim-share/patches/patch-ab b/editors/vim-share/patches/patch-ab
deleted file mode 100644
index ecd7b841481..00000000000
--- a/editors/vim-share/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2006/05/09 06:36:48 martti Exp $
-
---- runtime/syntax/fstab.vim.orig 2006-04-16 19:01:27.000000000 +0300
-+++ runtime/syntax/fstab.vim 2006-05-06 14:20:57.000000000 +0300
-@@ -36,7 +36,7 @@
- " Type
- syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
- syn match fsTypeUnknown /\s\+\zs\w\+/ contained
--syn keyword fsTypeKeyword contained adfs affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext3 fdesc hfs hpfs iso9660 jffs jffs2 jfs kernfs linprocfs mfs minix msdos ncpfs nfs none none ntfs null nwfs ovlfs portal proc procfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
-+syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
-
- " Options
- " -------
-@@ -48,7 +48,7 @@
- syn keyword fsOptionsYesNo yes no
- syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck
- syn keyword fsOptionsSize 512 1024 2048
--syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user[s] xx
-+syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user[s] xx
- syn match fsOptionsGeneral /_netdev/
-
- " Options: adfs
-@@ -101,6 +101,9 @@
- syn match fsOptionsKeywords contained /\<\%(dir\|file\|\)_umask=/ nextgroup=fsOptionsNumberOctal
- syn match fsOptionsKeywords contained /\<\%(session\|part\)=/ nextgroup=fsOptionsNumber
-
-+" Options: ffs
-+syn keyword fsOptionsKeyWords contained softdep
-+
- " Options: hpfs
- syn match fsOptionsKeywords contained /\<case=/ nextgroup=fsOptionsHpfsCase
- syn keyword fsOptionsHpfsCase contained lower asis
diff --git a/editors/vim-share/patches/patch-ad b/editors/vim-share/patches/patch-ad
index 7c4772fad45..291571b8fa0 100644
--- a/editors/vim-share/patches/patch-ad
+++ b/editors/vim-share/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.11 2006/10/17 11:43:14 seb Exp $
+$NetBSD: patch-ad,v 1.12 2007/05/16 04:56:27 martti Exp $
---- src/Makefile.orig 2006-10-17 07:00:03.000000000 +0000
-+++ src/Makefile
-@@ -1131,26 +1131,31 @@ MOTIF_BUNDLE =
+--- 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 @@
### 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.11 2006/10/17 11:43:14 seb Exp $
ATHENA_LIBS2 = -lXt
ATHENA_INSTALL = install_normal
ATHENA_TARGETS = installglinks
-@@ -1773,7 +1778,7 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DES
+@@ -1779,7 +1784,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.11 2006/10/17 11:43:14 seb Exp $
cd $(HELPSOURCE); \
files=`ls *.txt tags`; \
files="$$files `ls *.??x tags-?? 2>/dev/null || true`"; \
-@@ -1896,25 +1901,25 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
+@@ -1902,25 +1907,25 @@
fi
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
diff --git a/editors/vim-share/patches/patch-ae b/editors/vim-share/patches/patch-ae
deleted file mode 100644
index c69d601dbf8..00000000000
--- a/editors/vim-share/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/11/23 12:36:08 ghen Exp $
-
---- runtime/filetype.vim.orig 2006-05-02 20:15:45.000000000 +0200
-+++ runtime/filetype.vim
-@@ -745,7 +745,7 @@ au BufNewFile,BufRead .indent.pro setf
- au BufNewFile,BufRead *.inf,*.INF setf inform
-
- " Ipfilter
--au BufNewFile,BufRead ipf.conf,ipf.rules setf ipfilter
-+au BufNewFile,BufRead ipf.conf,ipf6.conf,ipf.rules setf ipfilter
-
- " Informix 4GL (source - canonical, include file, I4GL+M4 preproc.)
- au BufNewFile,BufRead *.4gl,*.4gh,*.m4gl setf fgl