mail/mew-devel: Update 6.10-49-ge50839a => 6.11, take maintainership
Changelog:
https://github.com/kazu-yamamoto/Mew/blob/v6.11/RELEASENOTE.md
* Byte compilation of elisp has been disabled.
This aligns with the overhaul of the Emacs Lisp ports framework in
bc45b7ec88.
* This excludes the installation of elisp files for win32.
PR: 295220
Sponsored by: UNIS Labs
mail/mew: Update 6.10 => 6.11, take maintainership
Changelog:
https://github.com/kazu-yamamoto/Mew/blob/v6.11/RELEASENOTE.md
* Byte compilation of elisp has been disabled.
This aligns with the overhaul of the Emacs Lisp ports framework in
bc45b7ec88.
* This excludes the installation of elisp files for win32.
PR: 295220
Sponsored by: UNIS Labs
net/gnome-connections: update to 50.0 and unbreak
Update gnome-connections to release 50.0 and remove BROKEN=
50.0 - 13 Mar, 2026
====================
Changes since 50.rc
- Added/Updated translations:
- Danish
50.rc - 02 Mar, 2026
====================
Changes since 50.beta
- Update gtk-frdp
- Grab keyboard for FrdpDisplay
- Pass Win keys only when keyboard is grabbed
- Fix crash when copying clipboard data
- Fix flags for CB_FORMAT_LIST message
- Added/Updated translations:
[131 lines not shown]
linux: Fix some problems with header pollution
- Avoid including sys/proc.h in linux_vdso_gtod.c. It's not needed, but
the implicit inclusion of sys/param.h via sys/ucred.h->bsm/audit.h was
bringing in some required definitions.
- Include a couple of required headers: sys/time.h (for struct bintime),
and limits.h (for INT_MAX).
- Move some helpers from linux.h, which depend on sys/param.h for NODEV,
to the one CU where they're actually used.
No functional change intended.
Reviewed by: imp, kib, emaste
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D56982
Cloud releases: Switch to firstboot_pkg_upgrade
Cloud images are deployed with base system packages. Introduce a
firstboot package auto updater to patch the base system on first boot.
Approved by: re (cperciva)
MFC after: 1 hour
MFC to: stable/15
Reviewed by: cperciva
Sponsored by: Google Cloud
Differential Revision: https://reviews.freebsd.org/D56890
(cherry picked from commit 464a351267dc0d1843b919dd72ad1c70c24815ce)
(cherry picked from commit 0bb2b2a45f3c0c147d7c55e010be45e55af8df87)