databases/mongodb80: 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.
NB: This is the same change as 380338c53b75ef594b1faccc59bc111546809f31
for mongodb70.
PR: 291951
security/wazuh-*: Update to 4.14.3
- Fallback to 0 when elapsed-times is a non-numeric value
- Fix getPorts function issues on all versions of FreeBSD
- Update entry about java version into wazuh-indexer/pkg-message file
- Use a modified version of Python async inotify module to
work on FreeBSD (https://github.com/alonsobsd/asyncinotify)
- Define USE=inotify when INOTIFY option is selected
ChangeLog at: https://documentation.wazuh.com/current/release-notes/release-4-14-3.html
x11/hyprpicker: Update to 0.4.6
While here:
- remove custom do-install target, which is no longer necessary
- sort variables to make portclippy happy
https://github.com/hyprwm/hyprpicker/releases/tag/v0.4.6
Reported by: GitHub (watch releases)
GStreamer1: Update to 1.28.0
The y4menc (previously from good) and y4mdec (previously from bad)
plugins have been consolidated into y4m (now from good).
The vaapi component (multimedia/gstreamer1-vaapi) is no longer supplied
by upstream and will be removed after 2026Q1. This has been superseded by
the va plugin from 'bad', which we don't have and is rather Linux-heavy,
but no ports seem to use this anyways. Remove from makesum-all target
and adjust to be static 1.26.10 (last available) version.
Add svtav1 component to gstreamer.mk after f96400339bd6. [1]
multimedia/gstreamer1-plugins-svt-hevc has been marked DEPRECATED since
multimedia/svt-hevc is marked DEPRECATED and will be removed after
2026Q1. [1] This port does not seem to be used anywhere in the ports
tree.
Note for local patching: meson_options.txt was renamed by upstream to
[9 lines not shown]
net/libcloudproviders: update to 0.4.0
Update to 0.4.0
0.4.0
-----
* Add dependencies to the pkg-config file (Sam Wedgwood)
* Replace gtk-doc with gi-docgen
* Require meson 1.9.0
* Plug tiny memory leaks and reduce memory footprint of the library
Fix LICENSE
Add patch because we currently have meson 1.7.0 (no regression because
by default documentation is not build)
Add USE_LDCONFIG=yes (truckman)
PR: 292342