x11/libxkbcommon: Update to 1.13.1
While here, use PLIST_SUB instead of PLIST_FILES for conditional plist
entries according to selected options. [1]
Changelog: https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.13.1/NEWS.md
PR: 291943
Suggested by: arrowd (via ports-committers) [1]
Approved by: manu (x11)
multimedia/zoneminder: Update 1.36.35 => 1.36.37, unbreak with ffmpeg 8
Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.37
- Move ffmpeg to LIB_DEPENDS - port links with it, not just exec binary.
- Fix dependency from devel/pecl-APCu.
- Fix warnings from portclippy.
- Replace gettext with gettext-tools - doesn't links with libintl.
- Replace extra-patch with CLAGS+=-D__SKIP_GNU.
- Use 1 MKDIR instead of 8.
- Fix typo in comments: systend => systemd.
PR: 291923
Approved by: Ivan <bsd at abinet.ru> (maintainer)
x11/kde: reduce payload in attempt to fit release DVD
Depend on Plasma components directly rather than on x11/plasma6
meta port that pulls KF5/Qt5 packages,
do not install GTK related components and legacy Oxygen theme.
PR: 291095
databases/mongodb70: harden the port to external CONFIGURE_ARGS
CONFIGURE_ARGS is directly connected to CONFIGURE_SCRIPT and the script
only accepts 2 parameters. Exit 1 on incorrect number of parameters.
And don't allow to += on CONFIGURE_ARGS.
Not bumping PORTREVISION, no content change intended.
PR: 291951
sysutils/py-kubernetes: Update 33.1.0 => 34.1.0
Changelog:
https://github.com/kubernetes-client/python/blob/v34.1.0/CHANGELOG.md
- Remove python version requirement as it doesn't make sense since we
have minimum python-3.10 in ports tree
- Remove security/py-oauthlib dependency just like upstream did. It's
installed by www/py-requests-oauthlib anyway.
PR: 291955
mail/mailfromd: the port had been updated to version 9.1
Tentatively enable EMACS option by default: it pulls Emacs
as a build dependency only which should not affect package
users, while ports users could always disable it to avoid
pulling this somewhat heavy dependency. While here, drop
no longer needed `post-patch' target as these bugs had been
properly fixed upstream.
Requested by: maintainer
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
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.
(cherry picked from commit 92331328052e6ae475178a6d0477ea843beedaef)