diff options
author | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
commit | 403c7dbfe7634616fc97aa298a52cd6153638af7 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /security/nfsbug/Makefile | |
parent | 8c1c034fa5eeb76fd6069bd7f7a24831ae95a9aa (diff) | |
download | pkgsrc-403c7dbfe7634616fc97aa298a52cd6153638af7.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/nfsbug/Makefile')
-rw-r--r-- | security/nfsbug/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index d4e1237141b..cba1a572887 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:14 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:33 schmonz Exp $ DISTNAME= nfsshell-1.0 CATEGORIES= net security @@ -9,6 +9,9 @@ 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" + EXTRACT_ONLY= nfsBugFerret.tgz WRKSRC= ${WRKDIR}/nfsbug |