From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 18:56:55 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 6DAA5D62; Mon, 25 Aug 2014 18:56:55 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF233ED1; Mon, 25 Aug 2014 18:56:54 +0000 (UTC) Received: from [192.168.0.129] (vie-188-118-241-078.dsl.sil.at [188.118.241.78]) by ainaz.pair.com (Postfix) with ESMTPSA id 069173F422; Mon, 25 Aug 2014 14:56:49 -0400 (EDT) Date: Mon, 25 Aug 2014 20:56:48 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev Subject: Re: svn commit: r365725 - head/lang/gcc5 In-Reply-To: <20140825143028.GA79764@FreeBSD.org> Message-ID: References: <201408231231.s7NCVa2w094830@svn.freebsd.org> <20140825144800.15a65f42@kalimero.tijl.coosemans.org> <20140825143028.GA79764@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, Tijl Coosemans , 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: Mon, 25 Aug 2014 18:56:55 -0000 On Mon, 25 Aug 2014, Alexey Dokuchaev wrote: >> GCC changed the versioning scheme similar to FreeBSD: the next >> major releases after GCC 4.8 and GCC 4.9 are going to be GCC 5, >> GCC 6, GCC 7, and so forth. > I think it makes it more similar to Java, Chrome, Firefox and others. > One of the most stupid innovation ever seen. :( > > Luckily, FreeBSD remains relatively sane with dotted version numbers. Perhaps I did not make myself sufficiently clear, but the new model of GCC is basically the model FreeBSD currently uses. :-) Gerald