From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 06:24:07 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 71BC57EF; Sun, 12 Apr 2015 06:24:07 +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 457C5FB; Sun, 12 Apr 2015 06:24:07 +0000 (UTC) Received: from [192.168.1.22] (159.Red-79-148-64.dynamicIP.rima-tde.net [79.148.64.159]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id E16C943BB9; Sun, 12 Apr 2015 01:24:04 -0500 (CDT) Message-ID: <552A0F83.10704@marino.st> Date: Sun, 12 Apr 2015 08:24:03 +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 Subject: Re: svn commit: r383466 - in head/x11-toolkits/wxgtk30: . files References: <201504061849.t36InrtY095320@svn.freebsd.org> <20150410174533.GB77333@hades.panopticon> <55281352.6060904@marino.st> <20150412002519.GG21982@hades.panopticon> In-Reply-To: <20150412002519.GG21982@hades.panopticon> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Sun, 12 Apr 2015 06:24:07 -0000 On 4/12/2015 02:25, Dmitry Marakasov wrote: > * John Marino (freebsd.contact@marino.st) wrote: > > Unfortunately, most of ports from 383750 are still broken. > > megaglest: >= 10 > delaboratory: < 10 > gtimelapse: < 10 > gambit >= 9 > I got a report py-wxPython30 broke too. So for those ports that break on 10 but build on < 10, it seems that gcc4.8+ is happy enough with the c++ code but clang isn't. since these are using compiler:c++11-lib, it seems to me the only solution is to actually fix the c++ code. Either that, or remove "compiler:c++11-lib" and set "USE_GCC" for freeBSD < 10. Thoughts? A prime example of why c++ sucks by the way. John