diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-31 00:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-31 00:04:11 +0000 |
commit | 2beb1cd0ae24d9d5483ee9de27dfa421d7356e0f (patch) | |
tree | 843bd27d1141afcdd5827137ce8b1782bd1cdb61 /shells | |
parent | 0029bb22be932f4d82778e0763d3f72576b3e2cc (diff) | |
download | pkgsrc-2beb1cd0ae24d9d5483ee9de27dfa421d7356e0f.tar.gz |
Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).
Feel free to fix them...
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ast-ksh/Makefile | 4 | ||||
-rw-r--r-- | shells/static-ast-ksh/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile index 321a462184d..62fe3f00ae4 100644 --- a/shells/ast-ksh/Makefile +++ b/shells/ast-ksh/Makefile @@ -1,5 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/04/27 15:32:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/31 00:04:12 wiz Exp $ # .include "Makefile.common" +BROKEN_IN= pkgsrc-2006Q4 + .include "../../mk/bsd.pkg.mk" diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile index 5cf48b055ff..6e768510740 100644 --- a/shells/static-ast-ksh/Makefile +++ b/shells/static-ast-ksh/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2006/04/27 15:32:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2007/01/31 00:04:12 wiz Exp $ # .include "../../shells/ast-ksh/Makefile.common" CONFLICTS= ast-ksh-[0-9]* # Override. +BROKEN_IN= pkgsrc-2006Q4 + DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches PKGDIR= ${.CURDIR}/../../shells/ast-ksh |