diff options
author | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
commit | 888ae7aa14228b1715bcbe4f2bd58410ed441a0c (patch) | |
tree | bbfc6aa9b9379d3570a7e6222e22536e88f94cb5 /misc/fd | |
parent | f9d06120632eccd507f63e9764711320337a726e (diff) | |
download | pkgsrc-888ae7aa14228b1715bcbe4f2bd58410ed441a0c.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 'misc/fd')
-rw-r--r-- | misc/fd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index e5db25293d8..aabdeba9d2b 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/12/26 23:39:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2006/01/04 04:29:07 schmonz Exp $ # DISTNAME= FD-1.03u @@ -9,8 +9,7 @@ MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= File and directory management tool -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 MANLANG= ja MAKE_ENV+= LANG=${MANLANG:Q} |