[LLVM] Change IRBuilder::CreateAggregateRet to accept an ArrayRef (#186605)
Change `IRBuilder::CreateAggregateRet()` to accept an `ArrayRef` instead
of a pointer and size, and extend IRBuilder unit test to exercise it.
[X86] lowerV4F32Shuffle - prefer INSERTPS over SHUFPS when zeroing upper/lower v2f32 (#186612)
Followup to #186468 - use INSERTPS over SHUFPS if the implicit zeroing doesn't cross the the 64-bit halves
devel/R-cran-rJava: upgrade to 1.0-15
Changelog:
o Move JRI sources to src/jri to avoid the top level warning.
o Add compatibility re-maps in JRI for R 4.5.0+
www/py-tvdb_api: Mark DEPRECATED
- Unmaintained for more than 5 years
- Requires older versions of www/py-requests-cache93 which has
dependency drift
- Set EXPIRATION_DATE 2026-04-15
If someone needs this port feel free to fix, undeprecate and takeover
maintainership.
multimedia/py-tvnamer: Mark DEPRECATED
- Unmaintained for more than 5 years
- Requires older versions of www/py-requests-cache93 which has
dependency drift
- Set EXPIRATION_DATE 2026-04-14
If someone needs this port feel free to fix, undeprecate and takeover
maintainership.
dns/cascade: Fix store global state
Cascade fails to create its global state file and therefore loses any
configured zones on a restart. Upstream may have included a compiled-in
default value of /var/lib/cascade/state.db, but this path does not exist
under FreeBSD and the directory is not being created by pkg. Specifying
a valid filename using the --state option when starting cascaded appears
to rectify the issue.
PR: 292208
Reported by: colin at fbg22.ksac.uk