svn commit: r565184 - head/sysutils/uefi-edk2-bhyve

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 13 22:49:43 UTC 2021


Author: gerald
Date: Sat Feb 13 22:49:42 2021
New Revision: 565184
URL: https://svnweb.freebsd.org/changeset/ports/565184

Log:
  Back port r564778 | gerald | 2021-02-09 from uefi-edk2-bhyve-devel to
  uefi-edk2-bhyve:
  
    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/Makefile

Modified: head/sysutils/uefi-edk2-bhyve/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-bhyve/Makefile	Sat Feb 13 22:30:53 2021	(r565183)
+++ head/sysutils/uefi-edk2-bhyve/Makefile	Sat Feb 13 22:49:42 2021	(r565184)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 
 USES=		gmake \
 		python:2.7,build
-USE_GCC=	4.8
+USE_GCC=	4.8:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_PROJECT=	uefi-edk2
@@ -83,4 +83,3 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/uefi-firmware/BHYVE_UEFI${PLIST_SUFFIX}.fd
 
 .include <bsd.port.mk>
-RUN_DEPENDS:=	${RUN_DEPENDS:Ngcc*}


More information about the svn-ports-all mailing list