Port details |
- vm-bhyve-devel Management system for bhyve virtual machines
- 1.6.2.15 sysutils
=4 1.6.2.15Version of this port present on the latest quarterly branch. - Maintainer: driesm@FreeBSD.org
 - Port Added: 2022-07-11 09:42:07
- Last Update: 2025-03-19 13:26:18
- Commit Hash: 667b602
- People watching this port, also watch:: vm-bhyve, nextcloud-php83, lua-resty-openidc, jailaudit, u2f-devd
- 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-devel>0:sysutils/vm-bhyve-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/vm-bhyve-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/vm-bhyve-devel
- pkg install vm-bhyve-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vm-bhyve-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739525548
SHA256 (churchers-vm-bhyve-v1.6.2-15-gd5b493a_GH0.tar.gz) = 60197e6f39b56325c8d28fa0c561e58c4b99087b6214b1661c6cd79e849f9adc
SIZE (churchers-vm-bhyve-v1.6.2-15-gd5b493a_GH0.tar.gz) = 76932
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-devel-1.6.2.15:
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-devel
- 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'.
It might be needed to increase the values of the following tunables.
They need to be high enough to allow for a proper shutdown of all VM's.
- kern.init_shutdown_timeout (adjusted with sysctcl.conf)
- rcshutdown_timeout (adjusted with rc.conf)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.2.15 19 Mar 2025 13:26:18
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve(-devel): add note to increase shutdown timers
PR: 237646 |
1.6.2.15 14 Feb 2025 13:27:16
    |
Koichiro Iwao (meta)  |
sysutils/vm-bhyve-devel: update to latest commit
Highlights:
- Add support for injecting multiple SSH pubkeys with cloud-init [1]
[1] https://github.com/churchers/vm-bhyve/pull/594
PR: 284813
Approved by: driesm (maintainer) |
1.6.2.4 23 Jan 2025 07:46:48
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.6.0.2 25 Nov 2024 16:39:49
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.5.0.34_1 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.34 31 Oct 2024 18:31:48
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.5.0.27 08 Sep 2024 13:26:09
    |
Dries Michiels (driesm)  Author: Marek Zarychta |
sysutils/vm-bhyve-devel: update to latest commit
PR: 281290 |
1.5.0.26_1 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.5.0.26 30 Dec 2023 09:35:27
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.5.0.22 15 Oct 2023 14:59:32
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.5.0.17 13 Nov 2022 10:37:44
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit
Changes: https://github.com/churchers/vm-bhyve/compare/07f9610...bda366b |
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.6 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.6 04 Aug 2022 16:57:36
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit
Changes: https://github.com/churchers/vm-bhyve/compare/07013f7...07f9610 |
1.5.0.3 24 Jul 2022 17:01:56
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit
Changes: https://github.com/churchers/vm-bhyve/compare/9614e81...07013f7 |
1.5.0 19 Jul 2022 16:33:04
    |
Dries Michiels (driesm)  |
sysutils/vm-bhyve-devel: update to latest commit |
1.4.0.73 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 |