git: b257b3d65b02 - 2023Q1 - shells/ksh-devel: Mark BROKEN on FreeBSD-12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 23:10:23 UTC
The branch 2023Q1 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b257b3d65b02cae08ca16019cce019acb2fdb200 commit b257b3d65b02cae08ca16019cce019acb2fdb200 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-01-17 01:03:54 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-01-17 23:10:00 +0000 shells/ksh-devel: Mark BROKEN on FreeBSD-12 ksh-devel fails to build on FreeBSD-12 with this error: mamake: *** exit code 139 making lib/libcmd mamake: *** exit code 1 making all (cherry picked from commit e2559c8df2e842f690b71bac92e9ed9212599d04) --- shells/ksh-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile index 66991d2c9299..80de9e5b516d 100644 --- a/shells/ksh-devel/Makefile +++ b/shells/ksh-devel/Makefile @@ -21,6 +21,7 @@ LICENSE= EPL BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk +ROKEN_FreeBSD_12= exit code 139 making lib/libcmd HASH= 4ec93745 AST_COMMIT_DATE= 2022.11.04