Port details |
- vm-bhyve-devel Management system for bhyve virtual machines
- 1.5.0.27 sysutils =5 1.5.0.26_1Version of this port present on the latest quarterly branch.
- Maintainer: driesm@FreeBSD.org
- Port Added: 2022-07-11 09:42:07
- Last Update: 2024-09-08 13:26:09
- Commit Hash: 71f088a
- People watching this port, also watch:: vm-bhyve, nextcloud-php82, 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 = 1725442978
SHA256 (churchers-vm-bhyve-v1.5.0-27-ge392f82_GH0.tar.gz) = da2ac7a9bf38ef0c4b95cc12d38986999d79e1564152fdde2a7bffdf6a767652
SIZE (churchers-vm-bhyve-v1.5.0-27-ge392f82_GH0.tar.gz) = 76538
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vm-bhyve-devel-1.5.0.27:
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'.
- 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.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 |