FreeBSD Bugzilla – Attachment 210545 Details for
Bug 243198
sysutils/vm-bhyve: Update to 1.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vm-bhyve-1.4.0.diff
vm-bhyve-1.4.0.diff (text/plain), 2.83 KB, created by
Lewis Cook
on 2020-01-08 20:29:41 UTC
(
hide
)
Description:
vm-bhyve-1.4.0.diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2020-01-08 20:29:41 UTC
Size:
2.83 KB
patch
obsolete
>Index: sysutils/vm-bhyve/Makefile >=================================================================== >--- sysutils/vm-bhyve/Makefile (revision 516614) >+++ sysutils/vm-bhyve/Makefile (working copy) >@@ -1,8 +1,8 @@ > # $FreeBSD$ > > PORTNAME= vm-bhyve >-PORTVERSION= 1.3.0 >-DISTVERSIONPREFIX=v >+PORTVERSION= 1.4.0 >+DISTVERSIONPREFIX= v > CATEGORIES= sysutils > > MAINTAINER= churchers@gmail.com >@@ -13,9 +13,6 @@ > > RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > >-OPTIONS_DEFINE= EXAMPLES >-EXAMPLES_DESC= Install example guest templates >- > USE_GITHUB= yes > GH_ACCOUNT= churchers > >@@ -22,6 +19,16 @@ > NO_ARCH= yes > NO_BUILD= yes > >+OPTIONS_DEFINE= BHYVE_FIRMWARE EXAMPLES GRUB2_BHYVE TMUX >+BHYVE_FIRMWARE_DESC= Required to run UEFI guests >+EXAMPLES_DESC= Install example guest templates >+GRUB2_BHYVE_DESC= Required to run Linux or any other guests that need a Grub bootloader >+TMUX_DESC= Tmux console access instead of cu/nmdm >+ >+BHYVE_FIRMWARE_RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware >+GRUB2_BHYVE_RUN_DEPENDS= grub2-bhyve>0:sysutils/grub2-bhyve >+TMUX_RUN_DEPENDS= tmux:sysutils/tmux >+ > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/vm ${STAGEDIR}${PREFIX}/sbin > ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d >Index: sysutils/vm-bhyve/distinfo >=================================================================== >--- sysutils/vm-bhyve/distinfo (revision 516614) >+++ sysutils/vm-bhyve/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1554468038 >-SHA256 (churchers-vm-bhyve-v1.3.0_GH0.tar.gz) = aa6b98a25cb437ff7334f376eca75423f82a5b8cac5d2246e7b7a1042ea90267 >-SIZE (churchers-vm-bhyve-v1.3.0_GH0.tar.gz) = 71219 >+TIMESTAMP = 1578503045 >+SHA256 (churchers-vm-bhyve-v1.4.0_GH0.tar.gz) = b9fb823b7f1ee39bf812a9479a4e31c011607ad4a9b28302f6524fe0aed5dd93 >+SIZE (churchers-vm-bhyve-v1.4.0_GH0.tar.gz) = 73222 >Index: sysutils/vm-bhyve/files/patch-lib-vm-run >=================================================================== >--- sysutils/vm-bhyve/files/patch-lib-vm-run (nonexistent) >+++ sysutils/vm-bhyve/files/patch-lib-vm-run (working copy) >@@ -0,0 +1,13 @@ >+# https://github.com/churchers/vm-bhyve/pull/337 >+# Fixes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240178 >+--- lib/vm-run.orig >++++ lib/vm-run >+@@ -272,7 +272,7 @@ vm::run(){ >+ ${_devices} \ >+ ${_iso_dev} \ >+ ${_comstring} \ >+- ${_name} >>"${_logpath}" 2>&1 >++ ${_name} 2> "${_logpath}" >+ >+ # get bhyve exit code >+ _exit=$? > >Property changes on: sysutils/vm-bhyve/files/patch-lib-vm-run >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243198
: 210545 |
210546
|
210732