summaryrefslogtreecommitdiff
path: root/lang/scm
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 /lang/scm
parentsecurity/pgpgpg: fix MASTER_SITES, unbreak, submitter becomes maintainer (diff)
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 'lang/scm')
-rw-r--r--lang/scm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 9cd817fadaac..8d0c45aa1de9 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -15,8 +15,9 @@ COMMENT= Scheme interpreter
LICENSE= LGPL21
-BROKEN_aarch64= ld: error: undefined symbol: sbrk
+BROKEN_aarch64= fails to link: missing sbrk
BROKEN_powerpc64= fails to build: "/wrkdirs/usr/ports/lang/scm/work/slib/lineio.scm": read-char: Wrong type in arg1 #f
+BROKEN_riscv64= fails to link: missing sbrk
WRKSRC= ${WRKDIR}/${PORTNAME}