diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 01:21:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-10 01:21:43 +0000 |
commit | 631eab01cc5589db62673331b3a40975b1da4ac0 (patch) | |
tree | faace7f54659f8be92fc299cccbae3f60aa49f6e /shells/heirloom-sh | |
parent | 948425549ef6a68337cd35fbea9a675ca2c51272 (diff) | |
download | freebsd-ports-631eab01cc5589db62673331b3a40975b1da4ac0.zip |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'shells/heirloom-sh')
-rw-r--r-- | shells/heirloom-sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index a3e8edecc03a..e810852c83ab 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 MAKEFILE= makefile PLIST_FILES= bin/jsh \ |