From 7ce48dd36c440211b226ad3a4b1863c2383da5d5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 19 Jul 2003 19:27:12 +0000 Subject: [PATCH] Mark patch 015 as bad. 015 works fine under CTWM and TWM. But I guess I should be nice to the KDE users -- they are getting cores left and right. --- editors/vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 829c7659ecbb..2708a405b28a 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -18,7 +18,7 @@ PATCH_SITES= ${MASTER_SITES:S/unix/patches/} PATCHFILES!= /usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} # bits to remove -BADPATCHES= 009 013 019 +BADPATCHES= 009 013 015 019 .for p in ${BADPATCHES} PATCHFILES:= ${PATCHFILES:N6.2.${p}} .endfor