devel/manuals: desktop-file-utils *is* needed
Re-add USES=desktop-file-utils to unbreak build. No PORTREVISION bump
because te build was broken.
Fixes: 9bbc918dbb5e7b795f926e275dbae7070a696aa6
vmm: Add an include to vmm_ktr.h for vm_name()
Required when KTR is configured.
Remove the pcpu.h include while here, as it seems to be unneeded.
Reported by: Jenkins
Fixes: 5f13d6b60740 ("vmm: Move common accessors and vm_eventinfo into sys/dev/vmm")
(cherry picked from commit 0aaa95ae02803ba0195c5da695ffbb17a79135bc)
sysutils/sylve: update to v0.2.3
Pet port while here:
- include bsd.port.options.mk to support ARCH, as make -V PORTVERSION
will fail without this.
- switch to USES=samba:run so that alternate samba versions can be
selected if required.
Reported by: dvl
Approved by: hayzam at alchemilla.io
malloc.9: adjust flag table indentation
The current indentation is shorter than all but one of these flags. This
renders much more nicely.
MFC after: 3 days
bcm2835_virtgpio: Add driver for virtual GPIO controller on some RPi models
This driver enables bcm2835-virtgpio GPIO controller found on RPi3B and
some CM boards. On which, the ACT (green) LED is connected to this
controller. It is essential for FreeBSD to have this driver to control
this LED.
It will be exposed via gpioled(4).
Reviewed by: mhorne
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D51456