diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
commit | d635736ba714f6cccd2e020af9520130b29a99a1 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /security/tct | |
parent | 8d2bf2c1cda2e7f2804d18ff09da903afe95a2ed (diff) | |
download | pkgsrc-d635736ba714f6cccd2e020af9520130b29a99a1.tar.gz |
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'security/tct')
-rw-r--r-- | security/tct/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile index 6207e69e3d8..9c4cd9b2738 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2005/12/26 23:39:33 schmonz Exp $ # DISTNAME= tct-1.09 @@ -10,6 +10,9 @@ 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" + DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip USE_TOOLS+= perl:run |