Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2023 18:42:58 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f0d75fa81a4 - main - devel/bitkeeper: Flag BROKEN under 14-CURRENT
Message-ID:  <202306261842.35QIgwcS046794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306261842.35QIgwcS046794>