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

Max Brazhnikov makc at FreeBSD.org
Sun May 31 13:11:52 UTC 2020


Author: makc
Date: Sun May 31 13:11:51 2020
New Revision: 537161
URL: https://svnweb.freebsd.org/changeset/ports/537161

Log:
  math/scilab-toolbox-swt:
  - Chase math/scilab update to 6.1.0

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

Modified: head/math/scilab-toolbox-swt/Makefile
==============================================================================
--- head/math/scilab-toolbox-swt/Makefile	Sun May 31 13:11:27 2020	(r537160)
+++ head/math/scilab-toolbox-swt/Makefile	Sun May 31 13:11:51 2020	(r537161)
@@ -2,6 +2,7 @@
 
 PORTNAME=	swt
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://atoms.scilab.org/toolboxes/swt/${PORTVERSION}/files/
 PKGNAMEPREFIX=	scilab-toolbox-
@@ -48,6 +49,8 @@ post-patch:
 .if !${PORT_OPTIONS:MHELP}
 	${REINPLACE_CMD} -e '/tbx_builder_help/d' ${WRKSRC}/builder.sce
 .endif
+	${REINPLACE_CMD} '/#include "MALLOC.h"/d' \
+		${WRKSRC}/sci_gateway/c/swt_common.h
 	${ECHO_CMD} quit >> ${WRKSRC}/builder.sce
 
 pre-build:

Modified: head/math/scilab-toolbox-swt/pkg-plist
==============================================================================
--- head/math/scilab-toolbox-swt/pkg-plist	Sun May 31 13:11:27 2020	(r537160)
+++ head/math/scilab-toolbox-swt/pkg-plist	Sun May 31 13:11:51 2020	(r537161)
@@ -117,7 +117,6 @@
 %%TOOLBOXDIR%%/macros/lib
 %%TOOLBOXDIR%%/macros/meyer.bin
 %%TOOLBOXDIR%%/macros/meyer.sci
-%%TOOLBOXDIR%%/macros/names
 %%TOOLBOXDIR%%/macros/ndwt.bin
 %%TOOLBOXDIR%%/macros/ndwt.sci
 %%TOOLBOXDIR%%/macros/ndwt2.bin


More information about the svn-ports-all mailing list