From owner-svn-ports-head@freebsd.org Mon Jan 13 16:53:50 2020 Return-Path: Delivered-To: svn-ports-head@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 047731E2E78; Mon, 13 Jan 2020 16:53:50 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 47xKRc6hNgz3HH0; Mon, 13 Jan 2020 16:53:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 3715E33E18; Mon, 13 Jan 2020 11:53:42 -0500 (EST) Received: from anthias (simmu1-65-185.utaonline.at [62.218.65.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 783F933DFF; Mon, 13 Jan 2020 11:53:41 -0500 (EST) Date: Mon, 13 Jan 2020 17:53:39 +0100 (CET) From: Gerald Pfeifer To: Mark Linimon cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r522857 - head/lang/gcc7 In-Reply-To: <20200113092644.GB21954@lonesome.com> Message-ID: References: <202001130606.00D669Q9059822@repo.freebsd.org> <20200113092644.GB21954@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 47xKRc6hNgz3HH0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-4.30 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-2.00)[ip: (-7.00), ipnet: 209.68.0.0/18(-1.90), asn: 7859(-1.07), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 13 Jan 2020 16:53:50 -0000 On Mon, 13 Jan 2020, Mark Linimon wrote: >> Deprecate this port since GCC 7 has been end-of-lifed upstream two >> months ago > fwiw I believe the following still require it (and fail on later > versions): > > devel/xtensa-esp32-elf > graphics/bugle Yes, this is why I have deprecated lang/gcc7, but do not plan to expire it before those two have been addressed. ;-) This is similar to what we have done with lang/gcc6 which lost its sole consumer a few weeks ago and is marked for expiration only now after having been deprecated for quite a while. Makes sense? Gerald PS: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#dads-deprecated saying "It is possible to set DEPRECATED without an EXPIRATION_DATE (for instance, recommending a newer version of the port)" has inspired me here.