mail/thunderbird-esr: register Thunderbird as a mailto handler
Without a MimeType key the desktop entry was never returned by
g_app_info_get_all_for_type("x-scheme-handler/mailto"), so MATE's
preferred applications capplet offered no mail reader but Evolution.
https://github.com/ghostbsd/issues/issues/315
mail/thunderbird: register Thunderbird as a mailto handler
Without a MimeType key the desktop entry was never returned by
g_app_info_get_all_for_type("x-scheme-handler/mailto"), so MATE's
preferred applications capplet offered no mail reader but Evolution.
https://github.com/ghostbsd/issues/issues/315
deskutils/mate-utils: fix inflated ZFS capacity in disk usage analyzer
baobab_get_filesystem() summed the capacity of every mount point without
deduplication. Each dataset of a ZFS pool reports the free space of the
whole pool, so the reported capacity was multiplied by the number of
datasets: a 472G pool with 20 datasets showed 5.3 TB instead of 491.3 GB.
Count the free space of a pool only once, keyed on the pool name taken
from the mount device. Used space is real per dataset and stays
additive. Non-ZFS mounts get a NULL key and their arithmetic is
unchanged.
Resolves: ghostbsd/issues#72
devel: reconnect llvm{15-22}-libs to the build
The last merge from freebsd/main dropped the eight SUBDIR entries added
in c899ad3fc026, leaving the -libs ports present in the tree but not
hooked into the category Makefile. Restore them.
devel/llvm22-libs: update to 22.1.8
Sync with devel/llvm22, which moved to 22.1.8. The upstream update was a
version and distinfo change only, and the accompanying backport patch
files/patch-backport-93a67259cf23 is picked up automatically through
PATCHDIR pointing at ../llvm22/files, so no plist change is needed.
x11-fonts/nerd-fonts: Update to 3.5.0
Upstream renamed the D2Coding font to D2Koding due to license reasons.
Consequently, the x11-fonts/nerd-fonts-d2coding subport has moved to
x11-fonts/nerd-fonts-d2koding accompanied by an entry in the MOVED file.
Added subports:
- x11-fonts/nerd-fonts-annotationmono
- x11-fonts/nerd-fonts-googlesanscode
Changed licenses:
- x11-fonts/nerd-fonts-agave (MIT -> OFL11)
- x11-fonts/nerd-fonts-arimo (APACHE20 -> OFL11)
- x11-fonts/nerd-fonts-cousine (APACHE20 -> OFL11)
Changelog:
https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.5.0
PR: 297246
[2 lines not shown]
security/caldera: change RUN_DEP from net/haproxy24 to net/haproxy to unbreak index
- Checked code, it's referenced only by a config and will probably work
with every version of haproxy