svn commit: r472035 - head/math/scilab-toolbox-swt

Rene Ladan rene at FreeBSD.org
Sat Jun 9 04:56:17 UTC 2018


Author: rene
Date: Sat Jun  9 04:56:16 2018
New Revision: 472035
URL: https://svnweb.freebsd.org/changeset/ports/472035

Log:
  Remove SIVP option from math/scilab-toolbox-swt, it depends on an expired port.

Modified:
  head/math/scilab-toolbox-swt/Makefile
  head/math/scilab-toolbox-swt/pkg-descr

Modified: head/math/scilab-toolbox-swt/Makefile
==============================================================================
--- head/math/scilab-toolbox-swt/Makefile	Sat Jun  9 02:17:36 2018	(r472034)
+++ head/math/scilab-toolbox-swt/Makefile	Sat Jun  9 04:56:16 2018	(r472035)
@@ -24,13 +24,11 @@ TOOLBOXDIR=	${PREFIX}/${TOOLBOXDIR_REL}
 PLIST_SUB=	TOOLBOXDIR=${TOOLBOXDIR_REL}
 TOOLBOX_SUBDIRS=	demos etc macros
 
-OPTIONS_DEFINE=	HELP SIVP
+OPTIONS_DEFINE=	HELP
 OPTIONS_DEFAULT=	HELP
 OPTIONS_SUB=	yes
 
 HELP_DESC=	Build help files (requires scilab with gui support)
-SIVP_DESC=	Enable Image and Video support
-SIVP_RUN_DEPENDS=	${LOCALBASE}/${CONTRIBDIR}/sivp/loader.sce:math/scilab-toolbox-sivp
 
 WRKSRC=		${WRKDIR}/swt
 

Modified: head/math/scilab-toolbox-swt/pkg-descr
==============================================================================
--- head/math/scilab-toolbox-swt/pkg-descr	Sat Jun  9 02:17:36 2018	(r472034)
+++ head/math/scilab-toolbox-swt/pkg-descr	Sat Jun  9 04:56:16 2018	(r472035)
@@ -4,7 +4,7 @@ Wavelet is a powerful signal processing tool developed
 in the last two decades. Scilab Wavelet Toolbox is a free software package
 to enable you using wavelet analysis tools freely in Scilab on most OSes
 including GNU/Linux, BSD and Windows. Scilab Wavelet Toolbox is designed
-to work with any Scilab Image Processing Toolbox like SIP or SIVP
+to work with any Scilab Image Processing Toolbox like SIP
 for displaying 2-D results.
 
 What Scilab Wavelet Toolbox supposed to do:


More information about the svn-ports-all mailing list