Date: Tue, 03 Mar 2026 01:45:15 +0000 From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99139ce3bdd8 - main - math/octave-forge-mboct-fem-pkg: Premptive fix for GCC-15. Message-ID: <69a63d2b.1c18c.375a1826@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=99139ce3bdd80f7fbbd1aa13590fcc92d04e0769 commit 99139ce3bdd80f7fbbd1aa13590fcc92d04e0769 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2026-03-03 01:43:02 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2026-03-03 01:43:02 +0000 math/octave-forge-mboct-fem-pkg: Premptive fix for GCC-15. - Changes so that when GCC defaults to version 15, the port will still build. PR: 293334 Reported by: salvadore@freebsd.org --- math/octave-forge-mboct-fem-pkg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/octave-forge-mboct-fem-pkg/Makefile b/math/octave-forge-mboct-fem-pkg/Makefile index 309423be5436..1698af248000 100644 --- a/math/octave-forge-mboct-fem-pkg/Makefile +++ b/math/octave-forge-mboct-fem-pkg/Makefile @@ -10,7 +10,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING -USES= octave autoreconf compiler:gcc-c++11-lib +USES= octave autoreconf LIB_DEPENDS+= libgtest.so:devel/googletest \ libmetis.so:math/metis \ @@ -24,6 +24,7 @@ RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-m USE_GITHUB= yes GH_ACCOUNT= octave-user GH_PROJECT= mboct-fem-pkg +USE_GCC= yes OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a63d2b.1c18c.375a1826>
