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
lang/go125: Update to 1.25.12
Changes:
go1.25.12 (released 2026-07-07) includes security fixes to the
crypto/tls and os packages, as well as bug fixes to the compiler, the
go command, and the net and os packages.
MFH: 2026Q3
Reviewed by: adamw
Differential Revision: https://reviews.freebsd.org/D58111
(cherry picked from commit ad07846e079b7cab4167daaf2bbd9a1cd35f8603)
lang/go126: Update to 1.26.5
Changes:
go1.26.5 (released 2026-07-07) includes security fixes to the
crypto/tls and os packages, as well as bug fixes to the compiler, the
runtime, the go command, and the net, os, and syscall packages.
MFH: 2026Q3
Reviewed by: adamw
Differential Revision: https://reviews.freebsd.org/D58112
(cherry picked from commit 2ca64d7d9babf5e87f07fb85261f499f67ae5e1c)
lang/go126: Update to 1.26.5
Changes:
go1.26.5 (released 2026-07-07) includes security fixes to the
crypto/tls and os packages, as well as bug fixes to the compiler, the
runtime, the go command, and the net, os, and syscall packages.
MFH: 2026Q3
Reviewed by: adamw
Differential Revision: https://reviews.freebsd.org/D58112