lang/go124: Update to 1.24.13
Changes: go1.24.13 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
crypto/x509 package. See the Go 1.24.13 milestone on our issue tracker
for details.
This is a direct commit to 2026Q1 as the Go framework has diverged.
x11-toolkits/pango: decouple MANPAGES from DOCS
MANPAGES_IMPLIES was set to not duplicate BUILD_DEPENDS lines, but
textproc/py-gi-docgen is not used for man page generation. Additionally,
note that DOCS generation with the current textproc/py-gi-docgen
may not be deterministic in certain conditions.
While here, use DISTVERSION.
some Maven build ports: pass JAVA_HOME to maven
When a port defines JAVA_VERSION but during the build multiple
jdk versions are installed, Maven does not always use the defined
version if JAVA_HOME is not set in the environment.
PR: 272855
Reviewed-by: https://lists.freebsd.org/archives/freebsd-java/2026-February/003537.html
Approved-by: java@
lang/go125: Update to 1.25.7
Changes: go1.25.7 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
compiler and the crypto/x509 package. See the Go 1.25.7 milestone on our
issue tracker for details.
This is a direct commit to 2026Q1 because the Go framework has diverged.
lang/go124: Update to 1.24.13
Changes: go1.24.13 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
crypto/x509 package. See the Go 1.24.13 milestone on our issue tracker
for details.
lang/go125: Update to 1.25.7
Changes: go1.25.7 (released 2026-02-04) includes security fixes to the
go command and the crypto/tls package, as well as bug fixes to the
compiler and the crypto/x509 package. See the Go 1.25.7 milestone on our
issue tracker for details.
sysutils/parallel: Fix fetch error
There is a checksum mismatch, so upstream must have re-rolled the
release. The signature on the tarball is valid, so update distinfo.
Approved by: portmgr (blanket build fix)
Sponsored by: The FreeBSD Foundation
devel/libmatthew: build for jdk target 8
- The single consumer (devel/dbus-java) of this port needs jdk 8.
- Remove java from run depends. This is a library and uses the jdk
of the application that includes the lib. No need to install extra
jdk versions.
PR: 272855
Approved-by: no maintainer