Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 02:42:36 +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: 05721e2fbe9b - main - math/octave-forge: Default option to on.
Message-ID:  <69ae339c.32834.426d4340@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=05721e2fbe9b5d27f65e94b9dfa7d01e22b324ef

commit 05721e2fbe9b5d27f65e94b9dfa7d01e22b324ef
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2026-03-09 02:41:50 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2026-03-09 02:41:50 +0000

    math/octave-forge: Default option to on.
    
    - math/octave-forge-optim defaults to on.
    - Bump portrevision.
---
 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 44637b39d0d0..6afc32b7abb9 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	octave-forge
 PORTVERSION=	20260302
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -41,7 +42,7 @@ OPTIONS_DEFINE=	AUDIO ACTUARIAL APA AUTOMATIC_DIFFERENTIATION \
 		TSA VIDEO VELAS \
 		WEBSOCKETS ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NSYMBAND:NSPECFUN}
 
 OCTAVE_TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ae339c.32834.426d4340>