From owner-svn-ports-all@freebsd.org Mon Feb 24 08:51:09 2020 Return-Path: Delivered-To: svn-ports-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 56CEE255D52; Mon, 24 Feb 2020 08:51:09 +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 48QwlH4g18z4Ms1; Mon, 24 Feb 2020 08:51:07 +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 4B30A33E06; Mon, 24 Feb 2020 03:51:00 -0500 (EST) Received: from anthias (unknown [77.118.146.182]) (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 05D1D33E01; Mon, 24 Feb 2020 03:50:58 -0500 (EST) Date: Mon, 24 Feb 2020 09:50:52 +0100 (CET) From: Gerald Pfeifer To: Rebecca Cran cc: Marcelo Araujo , Dima Panov , Rebecca Cran , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r525460 - in head: . sysutils sysutils/uefi-edk2-bhyve sysutils/uefi-edk2-bhyve-devel sysutils/uefi-edk2-bhyve/files In-Reply-To: <492bb276-06fa-6e4c-2a33-a026448851de@bsdio.com> Message-ID: References: <202002070444.0174iOaP083542@repo.freebsd.org> <98b1bcb9-f2f4-432b-abd3-4885b1cb9de6@Canary> <492bb276-06fa-6e4c-2a33-a026448851de@bsdio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 48QwlH4g18z4Ms1 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.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_SEVEN(0.00)[7]; IP_SCORE(-2.08)[ip: (-7.06), ipnet: 209.68.0.0/18(-2.13), asn: 7859(-1.17), 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-all@freebsd.org X-Mailman-Version: 2.1.29 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, 24 Feb 2020 08:51:09 -0000 On Sat, 8 Feb 2020, Rebecca Cran wrote: > I'll revert it. I'm not that interested in maintaining ports software, > so I'll continue working on Bhyve and submit changes via bugzilla instead. This is a bit of a pity, because now again uefi-edk2-bhyve has that dependency on the age old GCC 4.8 which we'd like to bury finally -- it went end-of-life upstream in 2015. (I noticed uefi-edk2-bhyve-devel now has USE_GCC=8+ which I'll replace with the practically equivalent and preferrable USE_GCC=yes in a minute.) Gerald