diff options
author | joerg <joerg@pkgsrc.org> | 2012-05-04 16:51:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-05-04 16:51:18 +0000 |
commit | ea4f02cb7c70900c049044d09b3247808def966b (patch) | |
tree | 17207ae195ba5241ef2683f536700a00c37e895b /shells | |
parent | 6f375c57075bab6ff8ad241a88e839b60f0acca4 (diff) | |
download | pkgsrc-ea4f02cb7c70900c049044d09b3247808def966b.tar.gz |
Mark as broken, it just hangs around.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index b2677a51e08..ef7f7a9a483 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2011/12/11 12:00:34 marino Exp $ +# $NetBSD: Makefile.common,v 1.28 2012/05/04 16:51:18 joerg Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -16,6 +16,8 @@ COMMENT= Official AT&T release of KornShell 93 NOT_FOR_PLATFORM= Interix-*-* # taking nearly a day to build and crash! +BROKEN= Hangs during build + CONFLICTS= static-ast-ksh-[0-9]* KSH93_MAKEFLAGS= |