The biggest change is the removal of vmxnet from this package. This means you
*must* be using the vmx driver included in FreeBSD or your networking will fail
after this update. This is a danger for people who are running unsupported versions
of FreeBSD but could also affect people who are running custom kernels that have
removed vmx from them.
This update reduces our patchset by taking advantage of patches submitted upstream.
Sponsored by: Panzura
The RFSPAWN fix included a bogus dependency on qemu-user-static being built
against headers that included the RFSPAWN flag. This is incorrect in
emulation-land, where we must assume the target may not match the host.
kevent(2) emulation was also not preserving event udata coming from the
kernel; the fix for this is als included.
Approved by: antoine (ports), sbruno (maintainer, implicit)
MFH: 2019Q4
the 410.xx series and the last without full Wayland support
- Move 390.xx to corresponding legacy slave port and update to the
latest version 390.129
PR: 232645
Changelog:
* Fix menu mnemonics
* Do not output links twice when copying nodes to clipboard
* Allow to change positions of LINE shape connectors
* New action: Select nodes matching filter
* Dark UI mode support (Look and feel and map template "Darcula")
* Overwrite system properties from installation specific file
<install-dir>/system.properties
* Environment var FREEPLANE_JAVA_OPTION_FILE can override path to
system.properties read on start
* Add new properties to connector API : dashArray, opacity, width,
labelFontFamily and labelFontSize
* Suggest to delete all user configuration and resource files on uninstall
PR: 241522
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
MFH: 2019Q4
By setting the "Icon" entry to "thunderbird" from "thunderbird.png" we
allow programs like rofi to detect the Thunderbird icon.
PR: 233591
Submitted by: Zach Dykstra <soporose@gmail.com>
Approved by: portmgr (blanket: run bugfixes)
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D22167
- FreeBSD's utmpx is incorrectly identified in ./configure.
- Because of the falsely identified utmpx support in the ./configure
script, a previously applied patch, which didn't work, is no longer
needed.
PR: 241530
Reported by: Henry David Bartholomew <PopularMoment@protonmail.com>
Daniel Drinnon <ddrinnon@cdor.net>
OpenSBI is a RISC-V bootloader and set of firmware libraries that
implement the RISC-V Supervisor Binary Interface (SBI) required for
supervisor targets, such as the FreeBSD kernel.
This port installs the OpenSBI libraries that can be used for
development of custom firmwares, as well as the firmware files for the
QEMU virt and SiFive U540 platforms.
Reviewed by: lwhsu, philip (earlier version)
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D22164