From owner-svn-ports-head@freebsd.org Tue May 22 02:02:43 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 663A9EB0FD8; Tue, 22 May 2018 02:02:43 +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 05CCB7C268; Tue, 22 May 2018 02:02:42 +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 98EF53F515; Mon, 21 May 2018 22:02:35 -0400 (EDT) Received: from anthias (ip-109-41-195-227.web.vodafone.de [109.41.195.227]) (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 ACEA53F514; Mon, 21 May 2018 22:02:34 -0400 (EDT) Date: Tue, 22 May 2018 04:02:33 +0200 (CEST) From: Gerald Pfeifer To: Craig Leres cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r468990 - in head/devel: . xtensa-esp32-elf In-Reply-To: <201805032150.w43LoL9p036469@repo.freebsd.org> Message-ID: References: <201805032150.w43LoL9p036469@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.26 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: Tue, 22 May 2018 02:02:43 -0000 On Thu, 3 May 2018, Craig Leres wrote: > Log: > This adds devel/xtensa-esp32-elf which builds the Espressif > ESP32 toolchain for use with Arduino and FreeRTOS projects. > Added: head/devel/xtensa-esp32-elf/Makefile > ============================================================================== > +DISTFILES= ... gcc-5.2.0.tar.bz2:source3 \ Yikes, that's an old version (latest and last is GCC 5.4) of an old version (out of maintenance) of GCC. Sounds like a bit of a maintenance nightmare in the making? > +USE_GCC= yes Why that? Gerald