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 | |
parent | 948425549ef6a68337cd35fbea9a675ca2c51272 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 3 | ||||
-rw-r--r-- | shells/bashc/Makefile | 2 | ||||
-rw-r--r-- | shells/heirloom-sh/Makefile | 2 | ||||
-rw-r--r-- | shells/v7sh/Makefile | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index d800d8f40048..6f1e877f1baf 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -1,5 +1,6 @@ # Created by: David O'Brien <obrien@NUXI.com> # $FreeBSD$ + PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 5 @@ -11,6 +12,8 @@ COMMENT= The traditional 4.4BSD /bin/csh C-shell EXTRACT_DEPENDS= rcs:devel/rcs57 +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:bzip2 NO_WRKSUBDIR= yes PORTDOCS= paper.ascii.gz diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile index 2ef6ca057f6d..3c5ae84460bc 100644 --- a/shells/bashc/Makefile +++ b/shells/bashc/Makefile @@ -12,6 +12,8 @@ COMMENT= GNU bash shell extended with visual two-panel file browser MAKE_JOBS_UNSAFE= yes +BROKEN_aarch64= Fails to link: missing sbrk + USES= tar:tgz GNU_CONFIGURE= yes 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 \ diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index 8d71892b2bd3..8d2c0c33790a 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -20,6 +20,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the UNIX 7th Edition shell +BROKEN_aarch64= Fails to link: missing sbrk + USES= uidfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= |