From owner-freebsd-ports@FreeBSD.ORG Mon Jul 28 22:10:49 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69094938 for ; Mon, 28 Jul 2014 22:10:49 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E130029D1 for ; Mon, 28 Jul 2014 22:10:48 +0000 (UTC) Received: from host-62-63-83-42.rev.as20985.net [62.63.83.42:34284] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s6SMB8AK098948 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) for ; Tue, 29 Jul 2014 02:11:09 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host host-62-63-83-42.rev.as20985.net [62.63.83.42] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: freebsd-ports@freebsd.org Subject: Scilab 5.5.0 Date: Mon, 28 Jul 2014 22:10:45 +0000 Message-ID: <1840716.3mO7obb9C1@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.5 (FreeBSD/9.3-PRERELEASE; KDE/4.12.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 22:10:49 -0000 Hi folks, I've finally got a chance update math/scilab to the latest release. The patch can be found at http://people.freebsd.org/~makc/patches/scilab550-20140729.diff.xz If you prefer a packed port directory: http://people.freebsd.org/~makc/ports/scilab550-20140729.txz I've reduced the number of options mainly for simplicity, PVM is not supported anymore. I have tested it on 9-amd64/10-amd64, so I'm interested in other combinations. Please report back to me in case of success or failure. Scilab may crash at start up if graphics/libglesv2 is installed, deinstall it and try again before reporting a problem. Max