graphics/R-cran-tweenr: New port
In order to create smooth animation between states of data, tweening is
necessary. This package provides a range of functions for creating tweened data
that can be used as basis for animation. Furthermore it adds a number of
vectorized interpolaters for common R data types such as numeric, date and
colour.
rpc.tlsservd.c: Pin max threads at 1 for now
PR#289734 reports a crash in tcp_use_close() when the rpc.tlsservd
daemon is being used. Although I have no, as yet, had time to track
down/fix the race, it turns out setting rpctls_maxthreads to 1
avoids the problem.
This patch pins rpctls_maxthreads to 1 to avoid the problem,
until there is a proper fix.
Approved by: re (cperciva)
PR: 289734
(cherry picked from commit 7a289fe3cd5c6de7ddbe394b7700b20b0bafdb3e)
(cherry picked from commit a7fc4e326c8db7b5429b616e0446aac1a041d239)
blacklist: Avoid duplicate manual pages in METALOG
Previously, blacklist man pages were just a symlink to their blocklist
counterpart, this in turn installed blocklist man pages twice, and
resulted in a duplicate error when running metalog_reader.lua -c.
Take advantage of the duplication to document nuances in blacklist, such
as the fact that it uses the new database and socket name (blocklist).
Also, note that it has been renamed to blocklist. In the future, it
will help to document its deprecation.
Approved by: emaste (mentor)
Fixes: 7238317403b9 ("blocklist: Rename blacklist to blocklist")
MFC after: 2 days
multimedia/obs-multi-rtmp: Fix build
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")
Reason given by package: Ensure SIMD Everywhere is available in local library paths.
PR: 290174
MFH: 2025Q4
(cherry picked from commit d9b02640a9bee5a2010ea73edaedad686cd500a2)
multimedia/obs-multi-rtmp: Fix build
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")
Reason given by package: Ensure SIMD Everywhere is available in local library paths.
PR: 290174
MFH: 2025Q4
rpc.tlsservd.c: Pin max threads at 1 for now
PR#289734 reports a crash in tcp_use_close() when the rpc.tlsservd
daemon is being used. Although I have no, as yet, had time to track
down/fix the race, it turns out setting rpctls_maxthreads to 1
avoids the problem.
This patch pins rpctls_maxthreads to 1 to avoid the problem,
until there is a proper fix.
PR: 289734
(cherry picked from commit 7a289fe3cd5c6de7ddbe394b7700b20b0bafdb3e)
bulk tests: rework some logclean and error handling.
- Unhide output
- Only consider lock acquisition failure OK
- Don't logclean while acquiring test contexts
- While here avoid bootstrap code with test context lookup
- logclean: Ignore potential harmless race in find_broken_latest_per_pkg_links