From owner-svn-ports-head@freebsd.org Sun May 17 09:23:49 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 5DAFA2CB92C; Sun, 17 May 2020 09:23:49 +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 49PxXh2wWDz49TJ; Sun, 17 May 2020 09:23: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 3853733E4B; Sun, 17 May 2020 05:23:47 -0400 (EDT) Received: from [192.168.1.5] (unknown [77.118.202.222]) (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 51A3B33E48; Sun, 17 May 2020 05:23:46 -0400 (EDT) Date: Sun, 17 May 2020 11:23:32 +0200 (CEST) From: Gerald Pfeifer To: Marcelo Araujo , Rebecca Cran cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r499851 - in head/sysutils: . uefi-edk2-bhyve-devel uefi-edk2-bhyve-devel/files In-Reply-To: Message-ID: References: <201904241449.x3OEnRCv086599@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 49PxXh2wWDz49TJ 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 [0.08 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.38)[0.381]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; MIME_TRACE(0.00)[0:+] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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, 17 May 2020 09:23:49 -0000 On Sun, 28 Apr 2019, Marcelo Araujo wrote: >> On Wed, 24 Apr 2019, Marcelo Araujo wrote: >>> - Add a devel version of edk2-bhyve based on the newest stable201903 >>> branch. >> I notice this uses a modern version of GCC, whereas uefi-edk2-bhyve >> is stuck with USE_GCC=4.8 as one of only two ports requiring this >> ancient version of GCC. : >> When do you think uefi-edk2-bhyve can be switched over? > There is not a clear deadline, but I would say half year or less perhaps. > Depends how many bhyve users test the new uefi version and also reports > about it. I understand Rebecca has helped with this, too? Do the two of you think we can remove the dependency on USE_GCC=4.8 in the next month or two? (I confess my "build-time dependency only" change for USE_GCC got stuck as well, though Mk/bsd.gcc.mk is now nicely simplified, so after some time sensitive changes I'll finally ge there.) Cheers, Gerald