graphics/drm-*-kmod: Update DRM drivers to include an optimisation for AMD GPUs
This fixes important slowdowns with AMD GPUs after several hours of
uptime.
The optimisation was submitted by Olivier Cerner <olce at FreeBSD.org> in
the following pull request:
https://github.com/freebsd/drm-kmod/pull/377
The optimisation was submitted to all supported DRM driver version, from
5.10 to 6.6. The corresponding NVIDIA DRM ports were adapted at the same
time accordingly.
graphics/converseen: Update to 0.15.1.0
ChangeLog: https://converseen.fasterland.net/
* Added support for the HIF format (read/write) when HEIC is available in
ImageMagick, and for the JFIF format (write only)
* Improved the user experience of the update dialog
* Updated Italian translation
* Various Bugfixes
databases/cego: update 2.52.31 -> 2.52.32
- Fix added in CeegoXMLSpace::getTableSetBackupBranch,
removed a double V() operation which caused XML locking issue
- Changed BRANCHID attribute to NEXTBRANCHID in XML root tag,
to clarify the meaning.
Uses/display.mk: Overhaul the module
- Stop determining the free display port number. The whole block is under the
`!defined(DISPLAY)` condition and at the time `Xvfb` starts the `:0` port
is guaranteed to be available.
- Allow multiple values in the USES args.
- Set *_ENV and *_DEPENDS more granularly.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D53122
Fixes: 453ec167a9f355e674cd35406725e0437cef722b
textproc/libvisio01: update to 0.1.10 release (+)
Changelog:
libvisio 0.1.9
* Implement displaying Angle TextField (tdf#126292)
* Correctly display Text Background for VSD 6 and 11 format (tdf#126292)
* Better handling of theme colors (tdf#168475)
libvisio 0.1.10
* More work on better handling of theme colors (tdf#168475)
devel/boost: update to 1.89.0 release (+)
Major change:
Boost::system component which converted to header-only since 1.70.0,
stops providing an empty stub library libboost_system.so for compatibe reasons
and goes as pure header-only since 1.89.0.
All consumers must be adjusted.
Release notes: https://www.boost.org/releases/1.89.0/