Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2024 06:06:19 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: 4ea550fce298 - main - math/freefem++: Broken on 15 with clang-19; Update WWW
Message-ID:  <202411090606.4A966JAL057758@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=4ea550fce2986dd1dd5a3bcc12ce3b51e08a846d

commit 4ea550fce2986dd1dd5a3bcc12ce3b51e08a846d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-09 04:48:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-09 06:06:08 +0000

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

diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 7cd40f1edf55..443545b68fa5 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -6,10 +6,13 @@ CATEGORIES=	math science
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Partial differential equation solver
-WWW=		https://freefem.org/index.html
+WWW=		https://freefem.org/ \
+		https://github.com/FreeFem/FreeFem-sources
 
 LICENSE=	LGPL3
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/FreeFem/FreeFem-sources/issues/323
+
 BUILD_DEPENDS=	bash:shells/bash		\
 		gmm++>0:math/gmm++		\
 		pipe:misc/pipe			\



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