svn commit: r469972 - head/math/octave-forge

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon May 14 21:16:05 UTC 2018


Author: stephen
Date: Mon May 14 21:16:04 2018
New Revision: 469972
URL: https://svnweb.freebsd.org/changeset/ports/469972

Log:
  - Default options linear-algebra and mechanics to on.
  - Bump portrevision.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Mon May 14 21:07:21 2018	(r469971)
+++ head/math/octave-forge/Makefile	Mon May 14 21:16:04 2018	(r469972)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20180409
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	ACTUARIAL AUDIO BENCHMARK BIM BIOINFO 
 		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
 		ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NPDB:NTISEAN}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NPARALLEL:NPDB:NTISEAN}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-head mailing list