Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2021 09:30:47 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568155 - head/net/ipxe
Message-ID:  <202103120930.12C9Ul9c089910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk>
-
-RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103120930.12C9Ul9c089910>