summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-05-26 20:09:35 +0000
committerjmmv <jmmv@pkgsrc.org>2005-05-26 20:09:35 +0000
commit7e570f495a28434013bb496a8d2ed8a77f4320a8 (patch)
treec98ce01148ec03b630fb0f67d8c6037ac1d81a39 /editors/vim-share/patches
parent8d0398aaf9e5ead7d659409367f388cda3932bfa (diff)
downloadpkgsrc-7e570f495a28434013bb496a8d2ed8a77f4320a8.tar.gz
Apply patch to recognize NetBSD specific filesystems in fstab. Provided
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
Diffstat (limited to 'editors/vim-share/patches')
-rw-r--r--editors/vim-share/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vim-share/patches/patch-ab b/editors/vim-share/patches/patch-ab
new file mode 100644
index 00000000000..89ad3906914
--- /dev/null
+++ b/editors/vim-share/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/05/26 20:09:35 jmmv Exp $
+
+--- runtime/syntax/fstab.vim.orig 2005-05-21 16:05:10.000000000 +0200
++++ runtime/syntax/fstab.vim 2005-05-21 16:10:27.000000000 +0200
+@@ -32,7 +32,7 @@
+ " Type
+ syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeError
+ syn match fsTypeError /\s\+\zs\w\+/ contained
+-syn keyword fsTypeKeyword contained adfs affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext3 fdesc hfs hpfs iso9660 kernfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null portal proc procfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
++syn keyword fsTypeKeyword contained adfs ados affs auto autofs cd9660 coda cramfs devfs devpts efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 kernfs lfs linprocfs mfs minix msdos ncpfs nfs ntfs nwfs null overlay portal proc procfs ptyfs qnx4 reiserfs romfs smbfs std sysv swap tmpfs udf ufs umap umsdos union vfat xfs
+
+ " Options
+ " -------