aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-01 23:51:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-01 23:51:48 +0000
commit553b088a0505b32e910f454bc2a296fca47ac9dd (patch)
treeb95d03e698b9ef7fe36e585725c5dcfc5aee36d0 /shells/ksh93-devel
parent6b5efb1b8820c67344543e6cd051a864862f5a8f (diff)
downloadports-553b088a0505b32e910f454bc2a296fca47ac9dd.tar.gz
ports-553b088a0505b32e910f454bc2a296fca47ac9dd.zip
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=559890
Diffstat (limited to 'shells/ksh93-devel')
-rw-r--r--shells/ksh93-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
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