summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-04 12:38:00 +0000
committeragc <agc@pkgsrc.org>2001-10-04 12:38:00 +0000
commit69fbfe0111eb93a72f241c999ceb970f2801cc9b (patch)
treed4dca5e7b8f8eceedc9f1cc048daf25698466f28 /editors/vim
parent27964cfc76d7eed4b069fa1657c93d45fa66f20c (diff)
downloadpkgsrc-69fbfe0111eb93a72f241c999ceb970f2801cc9b.tar.gz
Unify all the vim patches together in a single patches directory, located
in vim-share.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/distinfo5
-rw-r--r--editors/vim/patches/patch-zb13
2 files changed, 0 insertions, 18 deletions
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
deleted file mode 100644
index 389b6f6d818..00000000000
--- a/editors/vim/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2001/10/04 10:18:11 martti Exp $
-
-SHA1 (vim-6.0.tar.bz2) = 65f3a54e2d04c20b7ffb0ae59741f97021dac49a
-Size (vim-6.0.tar.bz2) = 2776551 bytes
-SHA1 (patch-zb) = 466456c472aa62785e81724aae4646650330da9c
diff --git a/editors/vim/patches/patch-zb b/editors/vim/patches/patch-zb
deleted file mode 100644
index a0767156331..00000000000
--- a/editors/vim/patches/patch-zb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-zb,v 1.2 2001/10/04 10:18:11 martti Exp $
-
---- feature.h.orig Tue Sep 25 20:51:26 2001
-+++ feature.h Thu Oct 4 09:44:15 2001
-@@ -489,7 +489,7 @@
- * (used only with NO_BUILTIN_TCAPS not defined).
- */
- #ifdef HAVE_TGETENT
--/* #define NO_BUILTIN_TCAPS */
-+#define NO_BUILTIN_TCAPS
- #endif
-
- #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)