Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2024 10:04:35 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: 82e6fe6f2efc - main - math/freefem++: Broken after nlopt-2.9.0 update
Message-ID:  <202411151004.4AFA4ZVd039592@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=82e6fe6f2efcff4a5005a3a96716dcd6cf2e3fa2

commit 82e6fe6f2efcff4a5005a3a96716dcd6cf2e3fa2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-15 10:03:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-15 10:04:32 +0000

    math/freefem++: Broken after nlopt-2.9.0 update
    
    Reported by:    fallout
---
 math/freefem++/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 443545b68fa5..a3b342b72682 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -11,6 +11,7 @@ WWW=		https://freefem.org/ \
 
 LICENSE=	LGPL3
 
+BROKEN=		fails to compile with nlopt-2.9.0, see https://github.com/FreeFem/FreeFem-sources/issues/324
 BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/FreeFem/FreeFem-sources/issues/323
 
 BUILD_DEPENDS=	bash:shells/bash		\



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