From owner-freebsd-ports@FreeBSD.ORG Sun Mar 8 06:36:52 2015 Return-Path: Delivered-To: freebsd-ports@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 1366C676 for ; Sun, 8 Mar 2015 06:36:52 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id D6DE8243 for ; Sun, 8 Mar 2015 06:36:51 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t286aoJF093899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 7 Mar 2015 22:36:50 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <54FBEE00.6060501@rawbw.com> Date: Sat, 07 Mar 2015 22:36:48 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Russell L. Carter" , freebsd-ports@freebsd.org Subject: Re: Single worst bug for ports: lang/gcc* doesn't support c++11 References: <54FB8656.8060502@rawbw.com> <54FBDDE0.6090806@pinyon.org> In-Reply-To: <54FBDDE0.6090806@pinyon.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 06:36:52 -0000 On 03/07/2015 21:28, Russell L. Carter wrote: > > I would like to understand better the problem here, because I use c++11 > features heavily with lang/gcc49 on a daily basis with zero problems. No, gcc-4.9.3 fails in the same way. Specific missing feature: std::snprintf error: 'snprintf' is not a member of 'std' Yuri