Port details |
- open-vm-kmod Open VMware kernel modules for FreeBSD VMware guests
- 12.5.2,2 emulators
=0 12.5.0,2Version of this port present on the latest quarterly branch. - Maintainer: garga@FreeBSD.org
 - Port Added: 2024-12-12 17:21:07
- Last Update: 2025-06-25 20:21:42
- Commit Hash: e87ea44
- Also Listed In: kld
- License: BSD2CLAUSE GPLv2
- WWW:
- https://github.com/vmware/open-vm-tools
- Description:
- open-vm-kmod is a set of modules that enable several features in
VMware products for better management of, and seamless user
interactions with, guests.
It includes kernel modules for enhancing the performance of virtual
machines running FreeBSD.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- open-vm-kmod>0:emulators/open-vm-kmod
- To install the port:
- cd /usr/ports/emulators/open-vm-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/open-vm-kmod
- pkg install open-vm-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: open-vm-kmod
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1750427304
SHA256 (vmware-open-vm-tools-stable-12.5.2_GH0.tar.gz) = 9fa2ebda1aaf53c163a978832775d845378d9ce59032c07b1c63b84ba091610f
SIZE (vmware-open-vm-tools-stable-12.5.2_GH0.tar.gz) = 3004283
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- emulators/open-vm-tools
Configuration Options:
- No options to configure
- Options name:
- emulators_open-vm-kmod
- USES:
- kmod uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.5.2,2 25 Jun 2025 20:21:42
    |
Dima Panov (fluffy)  |
emulators/open-vm-kmod: unbreak build on recent -CURRENT after
797020a76406a8e7a4afbd3706884b58a6e4b4ec (+)
In commit 797020a76406a8e7a4afbd3706884b58a6e4b4ec vm_page_lock() was retired
and only one compat shim now is available -- vm_page_tryxbusy() as
it used in linux compatibility layer.
Adjust code by redefine macros under __FreeBSD_version check
PR: 287811
Approved by: garga |
12.5.2,2 23 Jun 2025 16:45:21
    |
Renato Botelho (garga)  |
emulators/open-vm-*: Update to 12.5.2
Sponsored by: Rubicon Communications, LLC ("Netgate") |
12.5.0,2 13 Dec 2024 10:09:26
    |
Baptiste Daroussin (bapt)  |
emulators/open-vm-kmod: fix comment, sort category |
12.5.0,2 12 Dec 2024 17:18:23
    |
Baptiste Daroussin (bapt)  |
emulators/open-vm-{tools,kmod}: split the package
Split the package to build the kmods separatly! Building separately has
multiple benefits:
1. it allows user to rebuild when they upgrade their kernel without
rebuilding all of the tools which can take a long time.
2. it allows us to provide the modules in the new kmods package
repository
3. it installs the kmods the in the same place as the regular kmods:
/boot/modules
It means we can probably get rid of the rc script in favor if letting
users use kld_list mecanism but I will let this decision to the
maintainer based on what it probably best for users.
Approved by: garga (maintainer)
Reviewed by: garga (maintainer)
Differential Revision: https://reviews.freebsd.org/D48059 |
Number of commits found: 4
|