svn commit: r568155 - head/net/ipxe

Gerald Pfeifer gerald at FreeBSD.org
Fri Mar 12 09:30:48 UTC 2021


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*}


More information about the svn-ports-all mailing list