git: d27aa97a3d94 - main - math/openfst: Broken on 15 with clang-19; Update WWW

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

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

commit d27aa97a3d943d98b611b9394d5677a83fdcca1c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-03 05:35:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-03 05:35:35 +0000

    math/openfst: Broken on 15 with clang-19; Update WWW
    
    Reported by:    fallout
---
 math/openfst/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/math/openfst/Makefile b/math/openfst/Makefile
index df1b91da6597..cf0e25329dc6 100644
--- a/math/openfst/Makefile
+++ b/math/openfst/Makefile
@@ -5,10 +5,13 @@ CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Library for working with weighted finite-state transducers
-WWW=		https://www.openfst.org/
+WWW=		https://www.openfst.org/ \
+		https://github.com/kkm000/openfst
 
 LICENSE=	APACHE20
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/kkm000/openfst/issues/58
+
 USES=		cmake compiler:c++17-lang
 USE_LDCONFIG=	yes