diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-21 03:43:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-21 03:43:32 +0800 |
commit | c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2 (patch) | |
tree | 1e86bfcc36fdb5ff54d17cc05ef20c1ffe6a71c5 | |
parent | 8d1d63ca5c1f73a6d399072baa02995e60569494 (diff) | |
download | freebsd-ports-gnome-c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2.tar.gz freebsd-ports-gnome-c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2.tar.zst freebsd-ports-gnome-c2e8fa86fa1d8fa093d8bf36c6a1c387e5b183b2.zip |
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.
-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 649b5b911f4d..dfc71f61e69e 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} |