diff options
author | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
commit | 8b4c065477bcbd66f42b2b8dab097991e206860e (patch) | |
tree | bbfc6aa9b9379d3570a7e6222e22536e88f94cb5 /sysutils/gworkspace | |
parent | 8543efea40596ece0911a0380fb167faf0966b7f (diff) | |
download | pkgsrc-8b4c065477bcbd66f42b2b8dab097991e206860e.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 'sysutils/gworkspace')
-rw-r--r-- | sysutils/gworkspace/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile index d56f30d805e..6a8f0927208 100644 --- a/sysutils/gworkspace/Makefile +++ b/sysutils/gworkspace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/04 04:29:08 schmonz Exp $ # DISTNAME= gworkspace-0.7.1 @@ -10,8 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnustep.it/enrico/gworkspace/ COMMENT= GNUstep Workspace manager -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 CONFLICTS+= GWLib-[0-9]* |