security/wolfssl: fix plist on armv7 and powerpc*
Same issue as on i386.
Two unit tests fail on armv7:
- scripts/ocsp-stapling.test
- scripts/ocsp-stapling2.test
This should be investigated.
Approved by: portmgr (build fix blanket)
See also: 950f31c9087e918db84b2a97164c12bf7bf0416d
sysutils/docker-compose: fix build on armv7
On armv7, syscall.Timespec and golang.org/x/sys/unix.Timespec do not
have the same members due to padding in syscall.Timespec. Work around
this difference by converting field-by-field.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
See also: https://github.com/tonistiigi/fsutil/issues/266
net/openvswitch: fix build with Python 3.12
Instead of extending the list of Python versions even further,
explicitly pass in the name of the Python interpreter as PYTHON3.
Approved by: portmgr (build fix blanket)
archivers/plakar: only for aarch64, amd64
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Approved by: portmgr (build fix blanket)
sysutils/docker-buildx: fix build on armv7
On armv7, syscall.Timespec and golang.org/x/sys/unix.Timespec do not
have the same members due to padding in syscall.Timespec. Work around
this difference by converting field-by-field.
Approved by: portmgr (build fix blanket)
See also: https://github.com/tonistiigi/fsutil/issues/266
devel/kassert: deprecate to end of next quarter
This port was originally added as a prerequisite to the porting of the
KaMPIng library, which never materialised in a portable state.
Remove the port as it isn't particularly useful otherwise.