git: 79bdbf328c82 - main - shells/ksh*: Remove BROKEN for missing sbrk()
Date: Sun, 26 Mar 2023 02:50:25 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=79bdbf328c82bf586aac15543d4efdbb3439051e
commit 79bdbf328c82bf586aac15543d4efdbb3439051e
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-03-26 02:45:45 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-03-26 02:49:11 +0000
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.
---
shells/ksh-devel/Makefile | 2 --
shells/ksh/Makefile | 3 ---
2 files changed, 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