From owner-svn-ports-all@FreeBSD.ORG Tue Sep 9 09:22:53 2014 Return-Path: Delivered-To: svn-ports-all@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 E939CEB2; Tue, 9 Sep 2014 09:22:53 +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 6AF92A00; Tue, 9 Sep 2014 09:22:52 +0000 (UTC) Received: from user25.issp.ac.ru [77.236.34.25:11174] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s899NF2n091761 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 9 Sep 2014 13:23:16 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host user25.issp.ac.ru [77.236.34.25] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Gerald Pfeifer Subject: Re: svn commit: r367296 - in head/math/scilab-toolbox-swt: . files Date: Tue, 09 Sep 2014 09:22:42 +0000 Message-ID: <11753922.H8dx6rOOym@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.5 (FreeBSD/9.3-PRERELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: References: <201409041821.s84ILLQO069927@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="US-ASCII" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 09 Sep 2014 09:22:54 -0000 On Sat, 06 Sep 2014 21:19:55 +0200 Gerald Pfeifer wrote: > On Thu, 4 Sep 2014, Max Brazhnikov wrote: > > math/scilab-toolbox-swt: > > - Update to 0.1.20 > > - Don't require X for documentation building > > - USE_GCC=any > > Why that (USE_GCC)? It's just a temporary workaround until I fix the build with clang. > > > -PORTVERSION= 0.1.11 > > +PORTVERSION= 0.1.20 > > Was the previous version already broken (in that it was compiler- > dependent), or does this update introduce this? The previous version was for older scilab, I didn't test it with clang.