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

Tobias Kortkamp tobik at FreeBSD.org
Sat Mar 10 10:07:46 UTC 2018


Author: tobik
Date: Sat Mar 10 10:07:45 2018
New Revision: 464059
URL: https://svnweb.freebsd.org/changeset/ports/464059

Log:
  sysutils/uefi-edk2-bhyve: Remove GCC run dependency
  
  The firmware does not require or link with any of the libraries
  provided by GCC, so remove the GCC run dependency.
  
  Due to the lack of an accepted better solution in bsd.gcc.mk to do
  this, we use the hack used by other ports like devel/linux-kernel,
  sysutils/memtest86+, sysutils/grub2-bhyve, misc/seabios, net/ipxe, ...
  
  PR:		211079, 211154
  Approved by:	Process paralysis

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

Modified: head/sysutils/uefi-edk2-bhyve/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-bhyve/Makefile	Sat Mar 10 09:33:09 2018	(r464058)
+++ head/sysutils/uefi-edk2-bhyve/Makefile	Sat Mar 10 10:07:45 2018	(r464059)
@@ -2,7 +2,7 @@
 
 PORTNAME=	uefi-edk2-bhyve
 PORTVERSION=	20160704
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
 MAINTAINER=	fabian.freyer at physik.tu-berlin.de
@@ -81,3 +81,4 @@ 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