From owner-svn-src-all@freebsd.org Sat Feb 29 15:42:33 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2443261C35; Sat, 29 Feb 2020 15:42:33 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48V9dh31fXz4Np4; Sat, 29 Feb 2020 15:42:32 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.3] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 768E5D343; Sat, 29 Feb 2020 15:42:31 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r358459 - in head/contrib: gcc gcclibs To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202002291240.01TCeRU7023645@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <47e9aa21-33c6-55b9-1b84-bcb1841705e4@FreeBSD.org> Date: Sat, 29 Feb 2020 10:42:31 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <202002291240.01TCeRU7023645@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 15:42:34 -0000 On 29/02/2020 07:40, Ed Maste wrote: > Author: emaste > Date: Sat Feb 29 12:40:27 2020 > New Revision: 358459 > URL: https://svnweb.freebsd.org/changeset/base/358459 > > Log: > Remove contrib/gcc and contrib/gcclibs > > GCC 4.2.1 was disconnected from FreeBSD in r358454. > > Sponsored by: The FreeBSD Foundation > > Deleted: > head/contrib/gcc/ > head/contrib/gcclibs/ And now it's really gone! While I am no doubt very happy to see this happen, I just have to thank the FSF for keeping a competitive compiler for such a long time and raising the bar. When the project started and we needed a compiler, they were there. We will also not miss it since we will continue to enjoy it as an important package in FreeBSD ports collection :). Pedro.