diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-20 19:43:32 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-20 19:43:32 +0000 |
commit | c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2 (patch) | |
tree | 1e86bfcc36fdb5ff54d17cc05ef20c1ffe6a71c5 /shells/bash1/Makefile | |
parent | 8d1d63ca5c1f73a6d399072baa02995e60569494 (diff) | |
download | FreeBSD-ports-c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2.zip FreeBSD-ports-c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2.tar.gz |
Per bento logs, this is broken on 5.x. Rather than marking it so only
for 5.x, mark it as generally broken; the latest distfile in the 1.x
series was in 1996 and this isn't even it (this one is from 1994). The
bash2 releases began in 1996.
Unless there is some absolute need to maintain this port for backwards
compatibility, it should probably just be deleted.
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 649b5b9..dfc71f6 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bash MAINTAINER= ports@FreeBSD.org -COMMENT= The GNU Bourne Again Shell +COMMENT= The GNU Bourne Again Shell -- old version + +BROKEN= "does not compile on 5.x; consider upgrading to shells/bash2" NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME} |