net/uvgrtp: pass down BUILD_SHARED_LIBS to fix the port's build
By specifying add_library(... SHARED) we were instructing CMake
to build all but one objects in PIC mode, in turn causing the
infamous "relocation R_X86_64_32S cannot be used against local
symbol" error upon linking the program. Mend this by using the
documented and cleaner BUILD_SHARED_LIBS approach. While here,
fix an IF block open/close arguments mismatch CMake warning.
Reported by: pkg-fallout
multimedia/recordmydesktop: Add missing deps
Fixes build with multimedia/libtheora 1.2.0.
audio/libvorbis wasn't needed by libtheora, but this port was
piggybacking off of it.
With hat: multimedia@
games/nexuiz: Add missing deps
Fixes build with multimedia/libtheora 1.2.0.
audio/libvorbis wasn't needed by libtheora, but this port was
piggybacking off of it.
With hat: multimedia@
astro/gpscorrelate: Take maintainership.
There is a new maintainer upstream, Dan Fandrich,
and he has new versions and FreeBSD in his CI pipelines.
Update to 2.3 coming up.
net-p2p/prowlarr: Fix rc script for 15 after SSL version bump
PR: 291736
Approved by: Michiel van Baak Jansen <michiel at vanbaak.eu> (maintainer, implicit)
MFH: 2025Q4
(cherry picked from commit 0530c673f13cfaff1070e76f39e8008b15a6dd46)
net-p2p/lidarr: Fix rc script for 15 after SSL version bump
PR: 291736
Approved by: Michiel van Baak Jansen <michiel at vanbaak.eu> (maintainer, implicit)
MFH: 2025Q4
(cherry picked from commit 82e117b6ee954427493a75f7cb5c566b9eed3246)