git: abccbbee108b - main - science/rdkit: Mark BROKEN on FreeBSD 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 18 Aug 2023 02:57:16 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abccbbee108b64c36c50a076e0df0d9ff66e547b

commit abccbbee108b64c36c50a076e0df0d9ff66e547b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-17 21:08:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 02:57:08 +0000

    science/rdkit: Mark BROKEN on FreeBSD 14
    
    Fails to compile as clang crashes with:
    error: clang frontend command failed with exit code 134
    
    Have tried to build with llvm14 and llvm15 and it builds but there are
    lots of modules which are not built.
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/rdkit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile
index f51f44bde471..7278b9ab8f37 100644
--- a/science/rdkit/Makefile
+++ b/science/rdkit/Makefile
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
 BROKEN_i386=	non-constant-expression cannot be narrowed from type 'unsigned int' to 'npy_intp', see https://github.com/rdkit/rdkit/issues/4934
+BROKEN_FreeBSD_14=	fails to compile as clang crashes
 
 BUILD_DEPENDS=	catch>0:devel/catch \
 		flex:textproc/flex \