Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 04:08:45 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3db3d3b61389 - main - math/gismo: Broken on 15; Update WWW
Message-ID:  <202411030408.4A348jaj081092@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 3db3d3b61389046e9d4f9dc8009055a184e09862
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-03 04:05:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-03 04:08:37 +0000

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

diff --git a/math/gismo/Makefile b/math/gismo/Makefile
index 8580352ed1f9..8780a47584b6 100644
--- a/math/gismo/Makefile
+++ b/math/gismo/Makefile
@@ -5,11 +5,14 @@ CATEGORIES=	math # geometry
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ library for isogeometric analysis (IGA)
-WWW=		https://gismo.github.io/
+WWW=		https://gismo.github.io/ \
+		https://github.com/gismo/gismo
 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_15=	compilation is broken with clang-19, see https://github.com/gismo/gismo/issues/741
+
 USES=		cmake:testing compiler:c++14-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411030408.4A348jaj081092>