databases/cassandra[34]: allow building with JAVA_DEFAULT=21
- ant needs to have JAVA_HOME set to the defined JAVA_VERSION
Reason:
when apache-ant pulls in openjdk21 as run dependency it will try
to use it if JAVA_HOME is not set. This gives the error:
"Java 15 has removed Nashorn, you must provide an engine for running
JavaScript yourself. GraalVM JavaScript currently is the preferred
option.", as cassandra needs an older Java version.
These ports have USES=ant, but override do-build and fetch. That is
why some special handling is needed.
PR: 272855
PR: 293050
Approved-by: Angelo Polo (maintainer)
www/gohugo: Update to 0.155.3
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.155.3
* hugolib: Don't render default site redirect for non-primary isHTML output
formats
* server: Fix stuck server global error logging
* build(deps): bump github.com/evanw/esbuild from 0.27.2 to 0.27.3
* server: Fix panic when the server browser error handler tried to use a config
in a state of flux
Approved by: doceng@ (implicit)
Mk/Uses/inotify.mk: Add USES=inotify
FreeBSD 15 includes the inotify system in base, but anything prior to 15
needs the libinotify port. This USES script makes it a little easier to
depend on and use the correct thing.
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D54116
net-im/libnice*: update to 0.1.23
Update to 0.1.23
libnice 0.1.23 (2025-11-26)
===========================
API: Added option NICE_AGENT_OPTION_CLOSE_FORCED to not wait for TURN when
closing asynchronous
Reject invalid remote candidates with priority=0
Add missing mutex in tcp-bsd socket
Add buffer list support to nicesrc
Avoid dropping packing in nicesink, retry instead
Only create a new NiceCandidate if a socket can be opened, as it is
a somewhat costly operation.
Many new tests
Fix leaks
Fix various test flakiness
Adjust dependencies.
[12 lines not shown]
emulators/wine-devel: Update 11.1 => 11.2
Changelog:
- More optimizations in PDB loading.
- Support for MSVC constructors in C runtime.
- Easier mechanism for creating version resources.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.2
PR: 293040