git: 2f0d75fa81a4 - main - devel/bitkeeper: Flag BROKEN under 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jun 2023 18:42:58 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f0d75fa81a4e3632e261968eae7b456b210ce04 commit 2f0d75fa81a4e3632e261968eae7b456b210ce04 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-26 18:33:12 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-26 18:41:55 +0000 devel/bitkeeper: Flag BROKEN under 14-CURRENT tcl/tk bindings break under LLVM16. The inflexible build gui/ build system overwrites environment variables. Fixing this port will otherwise require wholesale rewrites, including replacment of throw exceptions. An upstream issue has been created to document the problems. --- devel/bitkeeper/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/bitkeeper/Makefile b/devel/bitkeeper/Makefile index 79b5a4cdf89e..141c760b3fca 100644 --- a/devel/bitkeeper/Makefile +++ b/devel/bitkeeper/Makefile @@ -11,6 +11,7 @@ WWW= https://www.bitkeeper.org/ LICENSE= APACHE20 +BROKEN_FreeBSD_14= tcl/tk bindings break under LLVM16 BROKEN_aarch64= ld: error: undefined symbol: fpsetround BROKEN_riscv64= fails to compile: src/gui/tcltk/tcl/unix/tclUnixInit.c:401:16: error: use of undeclared identifier 'FP_RN'