Date: Sun, 24 Jul 2016 03:37:01 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418985 - in head/sysutils: . bhyve-firmware Message-ID: <201607240337.u6O3b1sa068084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Jul 24 03:37:00 2016 New Revision: 418985 URL: https://svnweb.freebsd.org/changeset/ports/418985 Log: A collection of firmware for bhyve. WWW: https://wiki.freebsd.org/bhyve/UEFI PR: 211157 Submitted by: fabian.freyer@physik.tu-berlin.de Added: head/sysutils/bhyve-firmware/ head/sysutils/bhyve-firmware/Makefile (contents, props changed) head/sysutils/bhyve-firmware/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jul 24 03:10:56 2016 (r418984) +++ head/sysutils/Makefile Sun Jul 24 03:37:00 2016 (r418985) @@ -87,6 +87,7 @@ SUBDIR += bchunk SUBDIR += beadm SUBDIR += beadm-devel + SUBDIR += bhyve-firmware SUBDIR += bhyve-rc SUBDIR += biosfont SUBDIR += bkpupsd Added: head/sysutils/bhyve-firmware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bhyve-firmware/Makefile Sun Jul 24 03:37:00 2016 (r418985) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bhyve-firmware +PORTVERSION= 1.0 +CATEGORIES= sysutils + +MAINTAINER= fabian.freyer@physik.tu-berlin.de +COMMENT= Collection of Firmware for bhyve + +RUN_DEPENDS= uefi-edk2-bhyve>=0:sysutils/uefi-edk2-bhyve + +USES= metaport +OPTIONS_DEFINE= CSM +OPTIONS_DEFAULT= CSM +CSM_DESC= Include firmware with Compatibility Support Module +CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm + +.include <bsd.port.mk> Added: head/sysutils/bhyve-firmware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bhyve-firmware/pkg-descr Sun Jul 24 03:37:00 2016 (r418985) @@ -0,0 +1,3 @@ +A collection of firmware for bhyve. + +WWW: https://wiki.freebsd.org/bhyve/UEFI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607240337.u6O3b1sa068084>