Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 00:44:30 +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: ca94ab23a7a5 - main - math/octave-forge: New optional dependency.
Message-ID:  <6a163e6e.18da2.6c9bd344@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=ca94ab23a7a5ce50af1f797bed202fd5b7d60236

commit ca94ab23a7a5ce50af1f797bed202fd5b7d60236
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2026-05-27 00:43:16 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2026-05-27 00:43:16 +0000

    math/octave-forge: New optional dependency.
    
    - Add math/octave-forge-octave_boost as a new optional dependency.
    - Update to 20260526.
---
 math/octave-forge/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 8e424fd739b5..7e15de80df90 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	octave-forge
-PORTVERSION=	20260523
+PORTVERSION=	20260526
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -28,8 +28,9 @@ OPTIONS_DEFINE=	AUDIO ACTUARIAL APA AUTOMATIC_DIFFERENTIATION \
 		MBOCT_OCTAVE_PKG MCCABE_THIELE \
 		MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MPI MQTT MSH \
 		MULTICORE MVN NAN MYSQL NCARRAY NETCDF NLWING2 NNET NURBS \
-		OCT2MAT OCTAVE_MERMAID_JS OCTAVE_PHP_WRAPPER OCTAVE_POOL \
+		OCT2MAT OCTAVE_BOOST \
 		OCTAVE_FFMPEG_FREE \
+		OCTAVE_MERMAID_JS OCTAVE_PHP_WRAPPER OCTAVE_POOL \
 		OCTAVE_TAR OCTAVE_ZSTD \
 		OCTCLIP OCTPROJ ODBC ODEBVP OPTICS \
 		OPTIM OPTIMINTERP OUTLIERS PARALLEL PKG_OCTAVE_DOC PDE1DM PLOT \
@@ -48,6 +49,7 @@ OCTAVE_TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 
 .for OPT in ${OPTIONS_DEFINE}
 . if ${OPTIONS_DEFINE:MGENERATE_HTML} == ${OPT} \
+	|| ${OPTIONS_DEFINE:MOCTAVE_BOOST} == ${OPT} \
 	|| ${OPTIONS_DEFINE:MOCTAVE_PHP_WRAPPER} == ${OPT} \
 	|| ${OPTIONS_DEFINE:MOCTAVE_FFMPEG_FREE} == ${OPT} \
 	|| ${OPTIONS_DEFINE:MOCTAVE_MERMAID_JS} == ${OPT} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a163e6e.18da2.6c9bd344>