git: 5214e6c42205 - main - science/rdkit: Broken on 15 aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 27 May 2024 20:56:50 UTC
The branch main has been updated by yuri:

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

commit 5214e6c42205281ba96573407a26619a220ad969
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-27 20:56:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-27 20:56:47 +0000

    science/rdkit: Broken on 15 aarch64
    
    Reported by:    fallout
---
 science/rdkit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile
index d18bcee5c744..2aa61a3a6f1c 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_15_aarch64=	clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652
 BROKEN_FreeBSD_15_amd64=	clang-17 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272652
 
 BUILD_DEPENDS=	catch>0:devel/catch \