diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-01-04 04:29:05 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-01-04 04:29:05 +0000 |
commit | b0f7774271424ed9b3e29fc827e6f974e1ab8cea (patch) | |
tree | bbfc6aa9b9379d3570a7e6222e22536e88f94cb5 /editors/vim-kde/Makefile | |
parent | 0eb053748c5816a9697ebbf27d26853e3ebd4943 (diff) | |
download | pkgsrc-b0f7774271424ed9b3e29fc827e6f974e1ab8cea.tar.gz |
Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
Diffstat (limited to 'editors/vim-kde/Makefile')
-rw-r--r-- | editors/vim-kde/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index ac44e4e4e9b..514fc17b56d 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/12/26 23:39:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/04 04:29:06 schmonz Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} @@ -13,8 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.freehackers.org/kvim COMMENT= Vim editor (vi clone) with X11 KDE3 GUI -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" +BROKEN_IN= pkgsrc-2005Q4 KVIM_VERSION= 6.2.14 |