Date: Tue, 9 Feb 2021 10:42:37 +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: r564778 - head/sysutils/uefi-edk2-bhyve-devel Message-ID: <202102091042.119Agb4O033735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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*}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102091042.119Agb4O033735>