From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 14:58:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B79227E; Sun, 15 Feb 2015 14:58:53 +0000 (UTC) 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 DAFDCB2; Sun, 15 Feb 2015 14:58:52 +0000 (UTC) Received: from [172.20.5.141] (207.88.131.68.ptr.us.xo.net [207.88.131.68]) by ainaz.pair.com (Postfix) with ESMTPSA id 9B1B53F471; Sun, 15 Feb 2015 09:58:43 -0500 (EST) Date: Sun, 15 Feb 2015 15:58:42 +0100 (CET) From: Gerald Pfeifer To: Edward Tomasz Napierala Subject: Re: svn commit: r378885 - in head/devel/gnu-efi: . files In-Reply-To: <201502121853.t1CIrUFT040077@svn.freebsd.org> Message-ID: References: <201502121853.t1CIrUFT040077@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 15 Feb 2015 14:58:53 -0000 On Thursday 2015-02-12 18:53, Edward Tomasz Napierala wrote: > Log: > Update to 3.0.1. > > This also includes various cleanups and adds a missing dependency. Nice. > Modified: head/devel/gnu-efi/Makefile > ============================================================================== > -# The version of GCC is also hard-coded in files/patch-Make.defaults. > -USE_GCC= 4.8 > +USES= gmake tar:bz2 > +USE_GCC= 4.8+ Definitely an improvement. Can you make this the more general USE_GCC=yes? Gerald