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 /security | |
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 'security')
-rw-r--r-- | security/jessie/Makefile | 5 | ||||
-rw-r--r-- | security/nfsbug/Makefile | 5 | ||||
-rw-r--r-- | security/tct/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/security/jessie/Makefile b/security/jessie/Makefile index e795e67d43c..41e40f7b48a 100644 --- a/security/jessie/Makefile +++ b/security/jessie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/26 23:39:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/04 04:29:08 schmonz Exp $ # DISTNAME= jessie-0.9.7 @@ -9,8 +9,7 @@ MAINTAINER= tv@duh.org HOMEPAGE= http://www.nongnu.org/jessie/ COMMENT= GPL implementation of the Java Secure Sockets Extension -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 DEPENDS+= gnu-crypto>=2.0:../../security/gnu-crypto diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index cba1a572887..aec262672a0 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/04 04:29:08 schmonz Exp $ DISTNAME= nfsshell-1.0 CATEGORIES= net security @@ -9,8 +9,7 @@ DISTFILES= nfsBugFerret.tgz \ MAINTAINER= tech-pkg@NetBSD.org COMMENT= NFS security verification suite -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 EXTRACT_ONLY= nfsBugFerret.tgz WRKSRC= ${WRKDIR}/nfsbug diff --git a/security/tct/Makefile b/security/tct/Makefile index 9c4cd9b2738..a56c41fd63d 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/12/26 23:39:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/04 04:29:08 schmonz Exp $ # DISTNAME= tct-1.09 @@ -10,8 +10,7 @@ MAINTAINER= frazee.23@osu.edu HOMEPAGE= http://www.porcupine.org/forensics/tct.html COMMENT= Programs to aid post-mortem after a break-in -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 DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip |