From owner-svn-ports-head@freebsd.org Fri Mar 12 09:30:48 2021 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 339AA573B04; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DxgXm0q7nz3JMB; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F4FF15555; Fri, 12 Mar 2021 09:30:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12C9UlCE089911; Fri, 12 Mar 2021 09:30:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12C9Ul9c089910; Fri, 12 Mar 2021 09:30:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202103120930.12C9Ul9c089910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 12 Mar 2021 09:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568155 - head/net/ipxe X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/net/ipxe X-SVN-Commit-Revision: 568155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 12 Mar 2021 09:30:48 -0000 Author: gerald Date: Fri Mar 12 09:30:47 2021 New Revision: 568155 URL: https://svnweb.freebsd.org/changeset/ports/568155 Log: Convert net/ipxe to use the new "build" argument to USE_GCC. This replaces direct manipulation of RUN_DEPENDS by the more declarative and simpler USE_GCC=yes:build. PR: 211154 Approved by: maintainer timeout (three weeks) Modified: head/net/ipxe/Makefile Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Fri Mar 12 09:25:35 2021 (r568154) +++ head/net/ipxe/Makefile Fri Mar 12 09:30:47 2021 (r568155) @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything othe USES= gmake perl5 shebangfix USE_BINUTILS= yes -USE_GCC= yes +USE_GCC= yes:build USE_GITHUB= yes GH_TAGNAME= 13a6d17 USE_PERL5= build @@ -131,5 +131,3 @@ do-install-EFI-on: .endfor .include - -RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}