From owner-svn-ports-head@freebsd.org Sun Jul 24 03:37:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7306EB9BBB3; Sun, 24 Jul 2016 03:37:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BBAB1940; Sun, 24 Jul 2016 03:37:02 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O3b1bi068087; Sun, 24 Jul 2016 03:37:01 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O3b1sa068084; Sun, 24 Jul 2016 03:37:01 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201607240337.u6O3b1sa068084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 24 Jul 2016 03:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418985 - in head/sysutils: . bhyve-firmware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 03:37:02 -0000 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 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