Date: Sat, 16 May 2026 00:06: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: 19e7637b283b - main - math/octave: Remove lib dependency. Message-ID: <6a07b4f7.1ee49.159ca581@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=19e7637b283b5c5b19c1e6961052276e98304fc5 commit 19e7637b283b5c5b19c1e6961052276e98304fc5 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2026-05-16 00:02:48 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2026-05-16 00:06:07 +0000 math/octave: Remove lib dependency. - graphics/libosmesa no longer required as LIB_DEPENDS. - Bump portrevision. PR: 295308 Reported by: arrowd@FreeBSD.org --- math/octave/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/octave/Makefile b/math/octave/Makefile index e2f3ada50f4a..cccd7c916ccb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -39,7 +39,6 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libGraphicsMagick.so:graphics/GraphicsMagick \ libhdf5.so:science/hdf5 \ libklu.so:math/suitesparse-klu \ - libOSMesa.so:graphics/libosmesa \ libpcre.so:devel/pcre \ libportaudio.so:audio/portaudio \ libqhull_r.so:math/qhull \ @@ -82,8 +81,7 @@ CONFIGURE_ARGS= --disable-jit \ --enable-shared \ --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ - --with-lapack="${LAPACKLIB}" \ - --with-osmesa + --with-lapack="${LAPACKLIB}" INFO= octave liboctavehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a07b4f7.1ee49.159ca581>
