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 | 463f43526a7b74edae99d0ed1a9ef0ad86a43c45 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /shells/static-ast-ksh | |
parent | 9ebb944a7e3010cbaea6c9ae2c64a8b0cb52b6c3 (diff) | |
download | pkgsrc-463f43526a7b74edae99d0ed1a9ef0ad86a43c45.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 'shells/static-ast-ksh')
-rw-r--r-- | shells/static-ast-ksh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile index 539054c9af6..3cfdc183b4f 100644 --- a/shells/static-ast-ksh/Makefile +++ b/shells/static-ast-ksh/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2005/09/20 04:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/26 23:39:33 schmonz Exp $ # .include "../../shells/ast-ksh/Makefile.common" PKGREVISION= 1 +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + CONFLICTS= ast-ksh-[0-9]* # Override. DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo |