summaryrefslogtreecommitdiff
path: root/editors/vim-gtk
diff options
context:
space:
mode:
authoragc <agc>2001-10-04 12:38:00 +0000
committeragc <agc>2001-10-04 12:38:00 +0000
commit410c8f32301d4d53cecc38383a68cd52d3c7ec61 (patch)
treed4dca5e7b8f8eceedc9f1cc048daf25698466f28 /editors/vim-gtk
parent96e750ca123e748e0ffce03c42ccaff071ff55d2 (diff)
downloadpkgsrc-410c8f32301d4d53cecc38383a68cd52d3c7ec61.tar.gz
Unify all the vim patches together in a single patches directory, located
in vim-share.
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r--editors/vim-gtk/distinfo6
-rw-r--r--editors/vim-gtk/patches/patch-aa20
-rw-r--r--editors/vim-gtk/patches/patch-zb13
3 files changed, 0 insertions, 39 deletions
diff --git a/editors/vim-gtk/distinfo b/editors/vim-gtk/distinfo
deleted file mode 100644
index cfb481e2968..00000000000
--- a/editors/vim-gtk/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 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-aa) = 1cae1dd34074204c2d673a5013a2e3b0a11c663b
-SHA1 (patch-zb) = 466456c472aa62785e81724aae4646650330da9c
diff --git a/editors/vim-gtk/patches/patch-aa b/editors/vim-gtk/patches/patch-aa
deleted file mode 100644
index efde2b368c4..00000000000
--- a/editors/vim-gtk/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2001/10/04 10:18:12 martti Exp $
-
---- auto/configure.orig Thu Oct 4 10:02:00 2001
-+++ auto/configure Thu Oct 4 10:02:49 2001
-@@ -2212,6 +2212,7 @@
- # Look for the header file in a standard set of common directories.
- # Check X11 before X11Rn because it is often a symlink to the current release.
- for ac_dir in \
-+ ${BUILDLINK_X11_DIR}/include \
- /usr/X11/include \
- /usr/X11R6/include \
- /usr/X11R5/include \
-@@ -2287,6 +2288,7 @@
- # First see if replacing the include by lib works.
- # Check X11 before X11Rn because it is often a symlink to the current release.
- for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
-+ ${BUILDLINK_X11_DIR}/lib \
- /usr/X11/lib \
- /usr/X11R6/lib \
- /usr/X11R5/lib \
diff --git a/editors/vim-gtk/patches/patch-zb b/editors/vim-gtk/patches/patch-zb
deleted file mode 100644
index 2a189d6cd8a..00000000000
--- a/editors/vim-gtk/patches/patch-zb
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-zb,v 1.3 2001/10/04 10:18:12 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)