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 | 42428df5a09dee3628dd88327d44b743aeb183f0 (patch) | |
tree | bbfc6aa9b9379d3570a7e6222e22536e88f94cb5 /x11 | |
parent | 094c4b78c1f0263651a6451a5057b3e47aa7b476 (diff) | |
download | pkgsrc-42428df5a09dee3628dd88327d44b743aeb183f0.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 'x11')
-rw-r--r-- | x11/xmascot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 3532b93ea86..faae57ac043 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/04 04:29:09 schmonz Exp $ DISTNAME= xmascot2.5p2 PKGNAME= xmascot-2.5p2 @@ -10,8 +10,7 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp HOMEPAGE= http://cclub.cc.tut.ac.jp/xmascot/ COMMENT= Moving mascot on your X-Window screen -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 USE_IMAKE= yes |