Update porter handbook: Quarterly and Latest Ports Branches
Summary: By default, the pkg ports repo is now "FreeBSD-ports".
Reviewers: bcr
Differential Revision: https://reviews.freebsd.org/D54574
multimedia/qt6-multimedia: Mask X11-only headers
When the Qt stack is built with X11 disabled globally, certain private
headers should not be included in the final pkg-plist.
This does not affect the default settings, so not bumping PORTREVISON.
Reported by: angry_vincent on #freebsd-desktop
MFH: 2026Q3
net/389-ds-base: fix build on 32 bit platforms
No O_LARGEFILE on FreeBSD, so do not try to pass it to open().
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
(cherry picked from commit 7d85800e2a65efa7eef39324da6e3707c89407f0)
devel/uv: fix build on armv7
A type error that pops up on armv7.
As subsec_nanos() is in the range 0 to 1e9, it always fits into an i32
either way, so "as" is sufficient for a conversion.
Also enable on i386, where this port now builds fine.
Approved by: portmgr (build fix blanket)
See also: https://github.com/astral-sh/tokio-tar/issues/100
MFH: 2026Q3
(cherry picked from commit f0cedef322bd5f59f4047d186e99657c1edda3f4)
net/389-ds-base: fix build on 32 bit platforms
No O_LARGEFILE on FreeBSD, so do not try to pass it to open().
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
devel/go-tools: update to 0.48.0
Changelog: https://github.com/golang/tools/compare/v0.47.0...v0.48.0
Selected upstream changes:
- go.mod: update golang.org/x dependencies
- internal/stdlib: update stdlib index for Go 1.27 Release Candidate 2
- internal/imports: use module cache index if it exists
devel/uv: fix build on armv7
A type error that pops up on armv7.
As subsec_nanos() is in the range 0 to 1e9, it always fits into an i32
either way, so "as" is sufficient for a conversion.
Also enable on i386, where this port now builds fine.
Approved by: portmgr (build fix blanket)
See also: https://github.com/astral-sh/tokio-tar/issues/100
MFH: 2026Q3