From owner-svn-ports-all@FreeBSD.ORG Sun Dec 8 21:55:49 2013 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 7FAC97C4; Sun, 8 Dec 2013 21:55:49 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 598ED1295; Sun, 8 Dec 2013 21:55:49 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 0A66F3F429; Sun, 8 Dec 2013 16:55:47 -0500 (EST) Date: Sun, 8 Dec 2013 22:55:47 +0100 (CET) From: Gerald Pfeifer To: John Marino Subject: Re: svn commit: r332557 - head/lang/gcc In-Reply-To: <52765ED2.8080205@marino.st> Message-ID: References: <201311022320.rA2NKEcg089316@svn.freebsd.org> <20131103110034.GA80884@graf.pompo.net> <52765ED2.8080205@marino.st> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, Thierry Thomas , svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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, 08 Dec 2013 21:55:49 -0000 On Sun, 3 Nov 2013, John Marino wrote: > However, food for thought: Moving to gcc47 and exposing the resulting > package could have the benefit of others providing the fixes. I can > tess you from experience these last 3 weeks that c++ breakage is very > slow to fix so people will be waiting a long time. Luckily I had a great volunteer who has been helping with regular packages, and the python crew has been responsive on the python issue this upgrade ran into, but you have a very good point: Putting everyone who wants to improve general infrastructure on the hook to fix all broken (and not broken because the update is bad, but because the port has issues) ports, is tough and discourages such changes. That's why the libmpc update has taken so long and now the lang/gcc update to GCC 4.7 is taking so long (though that one appears to be a matter of only four more weeks if we are lucky). Gerald