From owner-svn-ports-all@FreeBSD.ORG Fri Apr 17 12:04:08 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6C13CBD; Fri, 17 Apr 2015 12:04:08 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBF66E2; Fri, 17 Apr 2015 12:04:08 +0000 (UTC) Received: from [192.168.1.22] (233.Red-79-156-124.staticIP.rima-tde.net [79.156.124.233]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9962B43CD1; Fri, 17 Apr 2015 07:04:04 -0500 (CDT) Message-ID: <5530F6B1.4040804@marino.st> Date: Fri, 17 Apr 2015 14:04:01 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Dmitry Marakasov , marino@freebsd.org CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383950 - in head/math/gambit: . files References: <201504131918.t3DJIb0E063040@svn.freebsd.org> <5530452E.7080309@marino.st> <20150417115231.GD49022@hades.panopticon> In-Reply-To: <20150417115231.GD49022@hades.panopticon> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 17 Apr 2015 12:04:08 -0000 On 4/17/2015 13:52, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@marino.st) wrote: > >> Actually it stopped building on gcc5: >> --- gambit-gnm --- >> src/tools/gt/aggame.o: In function `aggame::SymPayoffMatrix(cmatrix&, >> cvector&, double)': >> aggame.cc:(.text+0xe04): undefined reference to `agg::doProjection(int, >> int, double*)' >> --- gambit-ipa --- >> *** [gambit-ipa] Error code 1 >> >> However the dragonfly world changed before this build so I'm not 100% >> sure these patches are responsible, so this is FYI for now. > > Patches seem to be unrelated. > > PS. How's WX-related fixing going? I can look at ports which require c++ > changes. > It's not, it's about #3 - #4 on my todo list. ports fury has PRs for sooperlooper, drpython, and py-karoke though. I suspect the remaining wx stuff are all going to need patching to be fixed correctly. John