aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-02 01:46:08 +0000
commitf2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch)
treec1428e3ef48406f008bf9e485352728e13586ff8 /shells
parentbb8c820157b78f5163933bfd87bd3c92e922f882 (diff)
downloadports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.gz
ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=559904
Diffstat (limited to 'shells')
-rw-r--r--shells/ast-ksh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile
index 929e99bd810d..7e53a2bdf446 100644
--- a/shells/ast-ksh/Makefile
+++ b/shells/ast-ksh/Makefile
@@ -22,6 +22,7 @@ COMMENT= KornShell 93
LICENSE= EPL
BROKEN_aarch64= Fails to compile: needs sbrk
+BROKEN_riscv64= Fails to compile: ast-ksh93v/src/lib/libast/hash/hashalloc.c:162:4: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list'
USES= compiler:c11