aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-03-26 02:45:45 +0000
committerCy Schubert <cy@FreeBSD.org>2023-03-26 02:49:11 +0000
commit79bdbf328c82bf586aac15543d4efdbb3439051e (patch)
tree3948ab418aabfb50c8391e7c5b54ac299b487638 /shells
parentf4ce74f6722a4843a51856da67fd7346c2f01b73 (diff)
downloadports-79bdbf328c82bf586aac15543d4efdbb3439051e.tar.gz
ports-79bdbf328c82bf586aac15543d4efdbb3439051e.zip
shells/ksh*: Remove BROKEN for missing sbrk()
As of Jan 26, 2021, ksh (ksh93/ksh) no longer needs sbrk(). Remove BROKEN for architectures that don't have sbrk(2). See upstream issue https://github.com/ksh93/ksh/issues/154.
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh-devel/Makefile2
-rw-r--r--shells/ksh/Makefile3
2 files changed, 0 insertions, 5 deletions
diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile
index 4936afe19d81..286986db167a 100644
--- a/shells/ksh-devel/Makefile
+++ b/shells/ksh-devel/Makefile
@@ -20,8 +20,6 @@ WWW= http://www.kornshell.com/
LICENSE= EPL
-BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_riscv64= Fails to link: missing sbrk
BROKEN_FreeBSD_12= exit code 139 making lib/libcmd
HASH= 72d895d8
diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile
index 8069330dcc2d..ba60f82e33f3 100644
--- a/shells/ksh/Makefile
+++ b/shells/ksh/Makefile
@@ -19,9 +19,6 @@ WWW= http://www.kornshell.com/
LICENSE= EPL
-BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_riscv64= Fails to link: missing sbrk
-
USES= compiler:c11
USE_GITHUB= yes