git: 52468f52a9d7 - main - science/tblite: Broken

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 09 Nov 2025 23:47:08 UTC
The branch main has been updated by yuri:

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

commit 52468f52a9d7b551b11f373bb4d3c12929b92a69
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-09 23:46:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-09 23:46:41 +0000

    science/tblite: Broken
---
 science/tblite/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/tblite/Makefile b/science/tblite/Makefile
index f968a9897145..c1314fe73bb0 100644
--- a/science/tblite/Makefile
+++ b/science/tblite/Makefile
@@ -11,6 +11,7 @@ WWW=		https://tblite.readthedocs.io/ \
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
+BROKEN=		compilation fails after science/dftd4 update, see https://github.com/tblite/tblite/issues/296
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif