svn commit: r569373 - head/sysutils/uefi-edk2-bhyve-csm

Rebecca Cran bcran at FreeBSD.org
Sun Mar 28 04:43:29 UTC 2021


Author: bcran (src committer)
Date: Sun Mar 28 04:43:28 2021
New Revision: 569373
URL: https://svnweb.freebsd.org/changeset/ports/569373

Log:
  sysutils/uefi-edk2-bhyve-csm: only depend on gcc48 for building
  
  gcc48 is only required during building, and is not a runtime
  dependency.
  
  Reviewed by:	manu, tsoome
  Approved by:	manu
  Differential Revision:	https://reviews.freebsd.org/D29254

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

Modified: head/sysutils/uefi-edk2-bhyve-csm/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-bhyve-csm/Makefile	Sun Mar 28 03:34:32 2021	(r569372)
+++ head/sysutils/uefi-edk2-bhyve-csm/Makefile	Sun Mar 28 04:43:28 2021	(r569373)
@@ -3,7 +3,7 @@
 PORTNAME=	uefi-edk2-bhyve-csm
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 
@@ -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


More information about the svn-ports-head mailing list