svn commit: r418114 - in head/sysutils: . uefi-edk2-bhyve

Roman Bogorodskiy bogorodskiy at gmail.com
Tue Jul 5 23:37:03 UTC 2016


  Roman Bogorodskiy wrote:

> Author: novel
> Date: Tue Jul  5 23:26:52 2016
> New Revision: 418114
> URL: https://svnweb.freebsd.org/changeset/ports/418114
> 
> Log:
>   Add uefi-edk2-bhyve 20160704, UEFI-EDK2 firmware for bhyve.
>   
>   PR:		210719
>   Submitted by:	fabian.freyer at physik.tu-berlin.de
> 
> Added:
>   head/sysutils/uefi-edk2-bhyve/
>   head/sysutils/uefi-edk2-bhyve/Makefile   (contents, props changed)
>   head/sysutils/uefi-edk2-bhyve/distinfo   (contents, props changed)
>   head/sysutils/uefi-edk2-bhyve/pkg-descr   (contents, props changed)
> Modified:
>   head/sysutils/Makefile
> 
> Modified: head/sysutils/Makefile
> ==============================================================================
> --- head/sysutils/Makefile	Tue Jul  5 21:13:30 2016	(r418113)
> +++ head/sysutils/Makefile	Tue Jul  5 23:26:52 2016	(r418114)
> @@ -1104,6 +1104,7 @@
>      SUBDIR += ucspi-tcp
>      SUBDIR += ucspi-unix
>      SUBDIR += udfclient
> +    SUBDIR += uefi-edk2-bhyve
>      SUBDIR += ufs_copy
>      SUBDIR += uhidd
>      SUBDIR += uif2iso
> 
> Added: head/sysutils/uefi-edk2-bhyve/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/sysutils/uefi-edk2-bhyve/Makefile	Tue Jul  5 23:26:52 2016	(r418114)
> @@ -0,0 +1,80 @@
> +# $FreeBSD$
> +
> +PORTNAME=	uefi-edk2-bhyve
> +PORTVERSION=	20160704
> +CATEGORIES=	sysutils
> +
> +MAINTAINER=	fabian.freyer at physik.tu-berlin.de
> +COMMENT=	UEFI-EDK2 firmware for bhyve
> +
> +LICENSE=	BSD2CLAUSE
> +
> +BUILD_DEPENDS=	bash:shells/bash \
> +		gcc48:lang/gcc48 \

I just figured out that most probably I'll need to use USE_GCC here,
I'll fix that soon. 

Roman Bogorodskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160706/821b1fc4/attachment.sig>


More information about the svn-ports-all mailing list