diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
commit | 553b088a0505b32e910f454bc2a296fca47ac9dd (patch) | |
tree | b95d03e698b9ef7fe36e585725c5dcfc5aee36d0 /shells | |
parent | 6b5efb1b8820c67344543e6cd051a864862f5a8f (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 5 | ||||
-rw-r--r-- | shells/heirloom-sh/Makefile | 1 | ||||
-rw-r--r-- | shells/ksh93-devel/Makefile | 5 | ||||
-rw-r--r-- | shells/v7sh/Makefile | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index a528e260db73..bd120fbe6ced 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The traditional 4.4BSD /bin/csh C-shell -EXTRACT_DEPENDS= rcs:devel/rcs57 - BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk + +EXTRACT_DEPENDS= rcs:devel/rcs57 USES= tar:bzip2 LDFLAGS= -Wl,--allow-multiple-definition diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index f90e9b390af4..dc3b4e9fac0d 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -11,6 +11,7 @@ MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk USES= tar:bzip2 MAKEFILE= makefile diff --git a/shells/ksh93-devel/Makefile b/shells/ksh93-devel/Makefile index 272ff22f6c4f..db54f064bf05 100644 --- a/shells/ksh93-devel/Makefile +++ b/shells/ksh93-devel/Makefile @@ -21,11 +21,12 @@ COMMENT= Development branch of AT&T KornShell 93 LICENSE= EPL +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk + HASH= cc1bca27 AST_COMMIT_DATE= 2020.06.30 -BROKEN_aarch64= Fails to compile: needs sbrk - USES= compiler:c11 USE_GITHUB= yes diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index 35cf3c5ec97d..c86b17663ba0 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -18,6 +18,7 @@ MAINTAINER= portmaster@BSDforge.com COMMENT= Implementation of the UNIX 7th Edition shell BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk USES= uidfix EXTRACT_CMD= ${CP} |