git: b458703848a1 - main - science/trilinos: Broken on 15 with clanmg-19

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 04 Nov 2024 03:47:05 UTC
The branch main has been updated by yuri:

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

commit b458703848a1494d51ea9d2a3a83ae767581f120
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-04 03:46:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-04 03:46:39 +0000

    science/trilinos: Broken on 15 with clanmg-19
    
    Reported by:    fallout
---
 science/trilinos/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index 40a6aea81d69..5c488f11d06c 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -10,6 +10,7 @@ WWW=		https://trilinos.github.io/
 LICENSE=	BSD3CLAUSE LGPL20 # Trilinos is licensed on a per-package basis. Most packages are under a BSD license, some are published under the (L)GPL.
 LICENSE_COMB=	multi
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/trilinos/Trilinos/issues/13570
 BROKEN_armv6=	kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte
 BROKEN_armv7=	kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte
 BROKEN_i386=	kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte