From owner-svn-ports-all@freebsd.org Sun May 31 13:11:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 240AF335013; Sun, 31 May 2020 13:11:52 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZdxN0CpHz45hl; Sun, 31 May 2020 13:11:52 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02CA21A7A9; Sun, 31 May 2020 13:11:52 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04VDBpqG060000; Sun, 31 May 2020 13:11:51 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04VDBp3h059998; Sun, 31 May 2020 13:11:51 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202005311311.04VDBp3h059998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 31 May 2020 13:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537161 - head/math/scilab-toolbox-swt X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/math/scilab-toolbox-swt X-SVN-Commit-Revision: 537161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2020 13:11:52 -0000 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