mail/courier-imap: Fix inotify support on FreeBSD 15 and up
FreeBSD 15 introduced a native inotify implementation in libc; avoid
depending and linking libinotify on these relases, since it interferes
with the libc implementation.
MFH: 2026Q1
(cherry picked from commit c6a80d646d95392f13da873351a68c79d1c2efec)
mail/courier-imap: Fix inotify support on FreeBSD 15 and up
FreeBSD 15 introduced a native inotify implementation in libc; avoid
depending and linking libinotify on these relases, since it interferes
with the libc implementation.
MFH: 2026Q1
databases/galera26: Update to 26.4.25
This release includes a patch that makes galera work on OpenZFS >= 2.3.0
PR: 291561
Approved by: maintainer timeout
multimedia/gpac: fix build on powerpc64le
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol 'gf_sg_handle_dom_event'; recompile with -fPIC
>>> defined in scenegraph/dom_events.o
>>> referenced by dom_events.c
>>> scenegraph/dom_events.o:(gf_dom_listener_build_ex)
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol 'gf_sc_on_event'; recompile with -fPIC
>>> defined in compositor/compositor.o
>>> referenced by compositor.c
>>> compositor/compositor.o:(gf_sc_load)
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol 'gf_scene_get_time'; recompile with -fPIC
>>> defined in compositor/scene.o
>>> referenced by scene.c
>>> compositor/scene.o:(gf_scene_new)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
games/quake2-extras: unbreak the port, including SKINS option
Commit c00c521f6f2f had inadvertently broken some ports, this
included; change DIST_SUBDIR so it remains the same yet passes
!empty(DIST_SUBDIR) check when setting _CKSUMFILES.
Jim Waurzyniak's Quake 2 page previously hosted at University
of Michigan is now defunct, host one of the distfiles locally
while the other one remains to be found.
PR: 240031
Reported by: Alastair Hogge, pkg-fallout