git: d7c5e56fbc19 - main - math/octave-forge: Change default option.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Mar 2025 17:48:10 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c5e56fbc19af805281aec6108e5f7803fa7dae commit d7c5e56fbc19af805281aec6108e5f7803fa7dae Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2025-03-30 17:47:12 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2025-03-30 17:47:12 +0000 math/octave-forge: Change default option. - math/octave-forge-coder now defaults to on. - Bump portrevision. --- math/octave-forge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index d94daa54ecf7..f7a01f70b138 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge PORTVERSION= 20250323 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -38,7 +38,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NCODER:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFINANCIAL:NFITS:NGEOMETRY:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NMAPPING:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN:NVIDEO} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFINANCIAL:NFITS:NGEOMETRY:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NMAPPING:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN:NVIDEO} OCTAVE_TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs