git: e6753e38e37d - main - science/trilinos: Mark BROKEN on 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 19 Aug 2023 02:52:53 UTC
The branch main has been updated by bofh:

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

commit e6753e38e37d7e5bcc01603c693254356e047e3c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 20:01:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-19 02:52:46 +0000

    science/trilinos: Mark BROKEN on 14
    
    Fails to build with:
    /usr/local/bin/ld: libstk_util_util.so.13.4.1: hidden symbol
    `_ZNSt3__1rsB7v160006IcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EE'
    isn't defined
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 science/trilinos/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index 467d43d844c5..a0e42b035f19 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -14,6 +14,7 @@ LICENSE_COMB=	multi
 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
+BROKEN_FreeBSD_14=	hidden symbol _ZNSt3__1rsB7v160006IcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EE isn't defined
 
 BUILD_DEPENDS=	bash:shells/bash \
 		boost-libs>0:devel/boost-libs \