From owner-svn-ports-head@freebsd.org Sun Jul 15 19:14:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E61F7104BCE8; Sun, 15 Jul 2018 19:14:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 966FA942D3; Sun, 15 Jul 2018 19:14:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id E16A9B53E07; Sun, 15 Jul 2018 15:14:51 -0400 (EDT) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 54480B53E06; Sun, 15 Jul 2018 15:14:50 -0400 (EDT) Date: Sun, 15 Jul 2018 21:14:45 +0200 (CEST) From: Gerald Pfeifer To: Mark Millard cc: svn-ports-head@freebsd.org, freebsd-toolchain@freebsd.org Subject: Re: [toolchain] svn commit: r474650 - in head/lang: . gcc8 [ not added to bsd.gcc.mk nor to the comment in bsd.default-versions.mk ] In-Reply-To: <56DFBA7C-9527-4EB5-9C6F-1F56945F9F3C@yahoo.com> Message-ID: References: <56DFBA7C-9527-4EB5-9C6F-1F56945F9F3C@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2018 19:14:54 -0000 Hi Mark, On Sat, 14 Jul 2018, Mark Millard via freebsd-toolchain wrote: > Looks like gcc8 was not added to, for example, > https://svnweb.freebsd.org/ports/head/Mk/bsd.gcc.mk : I've done that earlier today: r474663 | gerald | 2018-07-15 05:59:51 +0000 (So, 15 Jul 2018) | 6 lines Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+ is now feasible, for example. PR: 229681 Submitted by: mi > Nor was it added to the comment below in > https://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk : > > # Possible values: 4.9, 5, 6, 7 > GCC_DEFAULT?= 6 Given that this is still the first release of the GCC 8 series, I'm a bit hesitant to add it there. Too many folks too eager running into problems and then not knowing how to go about it. I'd rather wait for GCC 8.2 which is due this summer. (Anyone who really wants to go for it can do this nevertheless, it's just nothing I'd like to encourage at this point.) Hope this makes sense? Gerald