svn commit: r564778 - head/sysutils/uefi-edk2-bhyve-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Feb 9 10:42:37 UTC 2021


Author: gerald
Date: Tue Feb  9 10:42:36 2021
New Revision: 564778
URL: https://svnweb.freebsd.org/changeset/ports/564778

Log:
  Convert uefi-edk2-bhyve-devel to leverage the new "build" argument to
  USE_GCC, thus replacing direct manipulation of RUN_DEPENDS by the much
  simpler, declarative USE_GCC=yes:build.
  
  PR:		211154

Modified:
  head/sysutils/uefi-edk2-bhyve-devel/Makefile

Modified: head/sysutils/uefi-edk2-bhyve-devel/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-bhyve-devel/Makefile	Tue Feb  9 09:02:21 2021	(r564777)
+++ head/sysutils/uefi-edk2-bhyve-devel/Makefile	Tue Feb  9 10:42:36 2021	(r564778)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${BASH_CMD}:shells/bash \
 
 USES=		gmake \
 		python:2.7,build
-USE_GCC=	yes
+USE_GCC=	yes:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_PROJECT=	uefi-edk2
@@ -77,4 +77,3 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/uefi-firmware/BHYVE_UEFI_VARS${PLIST_SUFFIX}-devel.fd
 
 .include <bsd.port.mk>
-RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}


More information about the svn-ports-all mailing list