From owner-svn-ports-head@freebsd.org Sun Aug 12 13:35:46 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 0F0AB10707F9; Sun, 12 Aug 2018 13:35:46 +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 AD61E88912; Sun, 12 Aug 2018 13:35:45 +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 A0E7EB53EC7; Sun, 12 Aug 2018 09:35:39 -0400 (EDT) Received: from anthias (amx-tls3.starhub.net.sg [203.116.164.13]) (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 01623B53E29; Sun, 12 Aug 2018 09:35:30 -0400 (EDT) Date: Sun, 12 Aug 2018 21:35:11 +0800 (+08) From: Gerald Pfeifer To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r476356 - head/lang/gcc8-devel In-Reply-To: <201808041356.w74Du0RG004737@repo.freebsd.org> Message-ID: References: <201808041356.w74Du0RG004737@repo.freebsd.org> 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, 12 Aug 2018 13:35:46 -0000 On Sat, 4 Aug 2018, Gerald Pfeifer wrote: > Log: > Update to the 20180803 snapshot of GCC 8.1.1. That should have read GCC 8.2.1. Cf. r475633 | gerald | 2018-07-29 08:55:06 +0000 (So, 29 Jul 2018) Now that GCC 8.2 is out, update to the 20180727 snapshot of GCC 8.2.1 in preparation of the cycle leading up to the GCC 8.3 release in a few months. Functionally this is pretty much equivalent to the 8.2 release for the time being. Gerald