Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 10:07:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464059 - head/sysutils/uefi-edk2-bhyve
Message-ID:  <201803101007.w2AA7j38011017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803101007.w2AA7j38011017>