git: 9475266cda6e - main - math/octave-forge: Default optional dependency to off.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 01:45:24 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=9475266cda6e1b27d548df75bd0cd7614269c1f3 commit 9475266cda6e1b27d548df75bd0cd7614269c1f3 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2025-02-20 01:44:31 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2025-02-20 01:44:31 +0000 math/octave-forge: Default optional dependency to off. math/octave-forge-chartjs no longer builds. --- math/octave-forge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 0cf9c282a4fa..a012ae5a1ced 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge PORTVERSION= 20250217 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -37,7 +38,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NDATABASE:NFINANCIAL:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPLOT:NSYMBAND:NSPECFUN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATABASE:NFINANCIAL:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPLOT:NSYMBAND:NSPECFUN} OCTAVE_TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs