git: 43d48449f446 - main - science/rdkit: Update/add BROKEN_xx lines

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 23:19:51 UTC
The branch main has been updated by yuri:

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

commit 43d48449f4465856dfabf664d31af88ddd8ec677
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-14 23:19:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-14 23:19:48 +0000

    science/rdkit: Update/add BROKEN_xx lines
---
 science/rdkit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile
index 9571f70eccb9..544b95dd62af 100644
--- a/science/rdkit/Makefile
+++ b/science/rdkit/Makefile
@@ -14,7 +14,8 @@ 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
+BROKEN_FreeBSD_14=	fails to compile as clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652
+BROKEN_FreeBSD_15=	fails to compile as clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652
 
 BUILD_DEPENDS=	catch>0:devel/catch \
 		flex:textproc/flex \