Port details |
- vm-bhyve Management system for bhyve virtual machines
- 1.5.0_2 sysutils =17 1.5.0_1Version of this port present on the latest quarterly branch.
- Maintainer: churchers@gmail.com
- Port Added: 2015-10-20 15:33:44
- Last Update: 2024-10-31 20:44:20
- Commit Hash: cee2de9
- People watching this port, also watch:: git, pkg, tmux, htop, sudo
- License: BSD2CLAUSE
- WWW:
- https://github.com/churchers/vm-bhyve
- Description:
- A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux/Windows guest support
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vm-bhyve>0:sysutils/vm-bhyve
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/vm-bhyve/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/vm-bhyve
- pkg install vm-bhyve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vm-bhyve
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1658229636
SHA256 (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = a69a01d4051fff8865619f5b7ff3609308b8da493c330b26faf429690f40ee19
SIZE (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = 76273
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vm-bhyve-1.5.0_2:
BHYVE_FIRMWARE=off: Required to run UEFI guests
EXAMPLES=on: Install example guest templates
GRUB2_BHYVE=off: Required to run Linux or any other guests that need a Grub bootloader
TMUX=off: Tmux console access instead of cu/nmdm
===> Use 'make config' to modify these settings
- Options name:
- sysutils_vm-bhyve
- pkg-message:
- For install:
- To enable vm-bhyve, please add the following lines to rc.conf,
depending on whether you are using ZFS storage or not. Please note
that the directory or dataset specified should already exist.
vm_enable="YES"
vm_dir="zfs:pool/dataset"
OR
vm_enable="YES"
vm_dir="/directory/path"
Then run 'vm init'.
- If upgrading from < 1.2:
- Please note, if upgrading from version 1.1, it is advised to shutdown guests
and restart the host in order to re-create all virtual switches using new identifiers.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.0_2 31 Oct 2024 20:44:20 |
Michael Osipov (michaelo) |
sysutils/vm-bhyve{,-devel}: Remove unnecessary dependency to
security/ca_root_nss
PR: 282155
Approved by: jrm (mentor), driesm, maintainer timeout (two weeks) |
1.5.0_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 19 Jul 2022 11:32:20 |
Nuno Teixeira (eduardo) Author: Churchers |
sysutils/vm-bhyve: Update to 1.5
- switch to DISTVERSION
ChangeLog: https://github.com/churchers/vm-bhyve/compare/v1.4.0...v1.5.0
PR: 265307 |
1.4.2_1 11 Jul 2022 09:37:21 |
Dries Michiels (driesm) |
sysutils/vm-bhyve-devel: add new port
Contrary to the sysutils/vm-bhyve port which tracks releases,
this port will track the head of the main branch. The main reason
is that upstream has become stale in creating releases. This way
we atleast get some improvements that have not yet been included
in a release. Last release dates from January 2020.
Changes: https://github.com/churchers/vm-bhyve/compare/6385042...ec0e12e
Reviewed by: 0mp philip
Differential Revision: https://reviews.freebsd.org/D35760 |
1.4.2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2 29 Jan 2020 03:01:59 |
meta |
sysutils/vm-bhyve: Update to 1.4.2
PR: 243198
Submitted by: Lewis Cook <vulcan@wired.sh>
Approved by: churchers@gmail.com (maintainer)
Relnotes: https://github.com/churchers/vm-bhyve/releases/tag/v1.4.0
https://github.com/churchers/vm-bhyve/releases/tag/v1.4.2
Sponsored by: HAW International |
1.3.0 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.3.0 08 Apr 2019 18:37:59 |
swills |
sysutils/vm-bhyve: update to 1.3.0
PR: 237047
Submitted by: churchers@gmail.com (maintainer) |
1.2.3 11 Aug 2018 14:24:25 |
miwi |
- Update to 1.2.3
PR: 230500
Submitted by: maintainer
MFH: 2018Q3
Sponsored by: iXsystems Inc. |
1.2.2 06 Jul 2018 09:17:15 |
miwi |
- Update to 1.2
PR: 229515
Submitted by: maintainer |
1.1.8_2 30 Jan 2018 16:58:14 |
asomers |
sysutils/vm-bhyve: bump PORTREVISION for 460414
Reported by: mat, danfe
Sponsored by: Spectra Logic Corp |
1.1.8_1 30 Jan 2018 16:20:41 |
asomers |
sysutils/vm-bhyve: add security/ca_root_nss as a RUN_DEPENDS
"vm iso" uses fetch(1) to download iso files. A major source of iso files
is download.freebsd.org. If no other source of certificates has been
installed, fetch will use OpenSSL's default CA cert and path settings, but
those don't recognize the Let's Encrypt certificate used by
download.freebsd.org.
Installing security/ca_root_nss provides an alternative bundle of root
certificates, which do trust download.freebsd.org. Since
download.freebsd.org is so critically important to most vm-bhyve users,
security/ca_root_nss should be a RUN_DEPENDS.
PR: 222109
Approved by: churchers@gmail.com (maintainer timeout)
Sponsored by: Spectra Logic Corp |
1.1.8_1 23 Dec 2017 09:58:55 |
marck |
Merge 2 useful diffs from the dev tree:
- compatibility with verbose boot
- proper treatment for undefined vm_dir
PR: 222496
Approved by: maintainer-timeout (since 20170921) |
1.1.8 24 Jun 2017 19:50:07 |
lme |
sysutils/vm-bhyve: Update to 1.1.8
Upstream changelog:
Add ability to set ignore_bad_msr="yes" which is required on AMD processors for
some guests in order to avoid crashes if the guest tries to access registers
that are not implemented.
Also adds generic bhyve_options configuration setting to pass arbitrary
arguments to the bhyve(8) command.
PR: 219860
Submitted by: maintainer |
1.1.7 29 May 2017 12:43:15 |
krion |
Update to version 1.1.7
PR: 219196
Submitted by: maintainer
Approved by: mat (mentor) |
1.1.5 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
1.1.5 01 Oct 2016 11:26:06 |
riggs |
Update to upstream release 1.1-p5
Detailed maintainer log:
Maintenance release
- Fix tmux support for guests that have a dot (".") in their name.
PR: 212999
Submitted by: churchers@gmail.com (maintainer) |
1.1.4 17 Aug 2016 11:49:08 |
amdmi3 |
- Update to 1.1.4
Maintenance release
* Some switch functions weren't picking up runtime config changes
* On shutdown, only try to destroy vmm device if it exists
* Ignore white-space at the end of config lines
PR: 211869
Submitted by: churchers@gmail.com (maintainer) |
1.1.3 14 Jul 2016 17:01:34 |
pawel |
Update to version 1.1.3
PR: 211080
Submitted by: maintainer |
1.1.1 10 Jul 2016 17:13:44 |
jbeich |
sysutils/vm-bhyve: update to 1.1.1
Changes: https://github.com/churchers/vm-bhyve/releases
PR: 210923
Submitted by: churchers@gmail.com |
1.0.4 08 Jun 2016 17:10:32 |
robak |
sysutils/vm-bhyve: update 1.0.2 -> 1.0.4
- Bugfix release
PR: 210128
Submitted by: <churchers@gmail.com> (maintainer)
MFH: 2016Q2 |
1.0.2 05 May 2016 09:12:32 |
pi |
sysutils/vm-bhyve: 1.0.1 -> 1.0.2
- Fixes issue with some users unable to reboot Linux guests
PR: 209267
Submitted by: churchers@gmail.com (maintainer) |
1.0.1 03 May 2016 01:04:20 |
junovitch |
sysutils/vm-bhyve: update 1.0 -> 1.0.1
- Address showstopping bug found for ZFS users in 1.0
PR: 209205
Submitted by: Matt Churchyard <churchers@gmail.com> (maintainer) |
1.0 30 Apr 2016 11:19:03 |
robak |
sysutils/vm-bhyve: update 0.12.3 -> 1.0
PR: 209069
Submitted by: Matt Churchyard <churchers@gmail.com> (maintainer) |
0.12.3 08 Apr 2016 17:44:39 |
robak |
sysutils/vm-bhyve: update 0.10.6 -> 0.12.3
- Remove obsolete GH_TAGNAME
PR: 208631
Submitted by: Matt Churchyard <churchers@gmail.com> (maintainer) |
0.10.6 07 Apr 2016 01:16:17 |
vanilla |
Update to 0.10.6.
PR: 208501
Submitted by: maintainer |
0.9.13 13 Nov 2015 03:28:01 |
junovitch |
sysutils/vm-bhyve: update 0.8.12 -> 0.9.13 and address minor QA issues
- Add NO_ARCH
- Fix capitalization in IGNORE (portlint)
Changes: https://github.com/churchers/vm-bhyve/compare/24b6b35...6416f62
PR: 204493
Submitted by: Matt Churchyard <churchers@gmail.com> (maintainer) |
0.8.12 21 Oct 2015 13:22:54 |
amdmi3 |
- Fix BROKEN/IGNORE misuse
Approved by: portmgr blanket |
0.8.12 20 Oct 2015 15:33:31 |
garga |
Add sysutils/vm-bhyve:
A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux guest support
WWW: https://github.com/churchers/vm-bhyve
PR: 202225
Submitted by: churchers@gmail.com |