FreeBSD/ports bb862b9graphics/py-exiv2 distinfo Makefile, graphics/py-exiv2/files patch-tests_test__value.py patch-pyproject.toml

graphics/py-exiv2: Update 0.18.1 => 0.19.0, take maintainership

Changelog:
1/ Add exiv2.XmpParser.encode() to Python interface.
2/ Fix crash when getting strings of malformed values.
3/ Python 3.15 compatibility.
https://github.com/jim-easterbrook/python-exiv2/releases/tag/0.19.0
https://github.com/jim-easterbrook/python-exiv2/blob/0.19.0/CHANGELOG.txt

- Add STRIP_CMD in post-install.

PR:             297603
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit 59d9d76281846c9e3427ebecd3da6b28aea5f631)
DeltaFile
+20-0graphics/py-exiv2/files/patch-pyproject.toml
+6-3graphics/py-exiv2/Makefile
+3-3graphics/py-exiv2/distinfo
+2-2graphics/py-exiv2/files/patch-tests_test__value.py
+31-84 files

FreeBSD/ports 59d9d76graphics/py-exiv2 distinfo Makefile, graphics/py-exiv2/files patch-tests_test__value.py patch-pyproject.toml

graphics/py-exiv2: Update 0.18.1 => 0.19.0, take maintainership

Changelog:
1/ Add exiv2.XmpParser.encode() to Python interface.
2/ Fix crash when getting strings of malformed values.
3/ Python 3.15 compatibility.
https://github.com/jim-easterbrook/python-exiv2/releases/tag/0.19.0
https://github.com/jim-easterbrook/python-exiv2/blob/0.19.0/CHANGELOG.txt

- Add STRIP_CMD in post-install.

PR:             297603
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+20-0graphics/py-exiv2/files/patch-pyproject.toml
+6-3graphics/py-exiv2/Makefile
+3-3graphics/py-exiv2/distinfo
+2-2graphics/py-exiv2/files/patch-tests_test__value.py
+31-84 files

FreeBSD/ports fafe124Mk/Scripts qa.sh

Mk/Scripts/qa.sh: Filter baselibs() input to improve performance

After the baselibs() fix in f0f863b1a2d6, readelf is executed for each
result from find(1).  There are two concerns with this fix:

1. -exec readelf -d {} \; drops the filename from the error messages

readelf prints "File: <name>" headers only when it is supplied with two
or more files, and baselibs() uses ${file} from those headers.  So, the
two err() messages in baselibs() will break.

This is moot for now, though, because nothing in the ports tree can
trigger these errors.  Those base soname versions for libarchive and
libedit are long gone.

2. Performance hit with one readelf execution per staged file

The costs are high for ports that stage many files.  For
emulators/linux_base-rl9, the find returns over 30k hits that the while

    [12 lines not shown]
DeltaFile
+15-1Mk/Scripts/qa.sh
+15-11 files

FreeBSD/ports cc12e00databases Makefile

databases/postgresql19-*: Connect to the tree

PR:             297634
Approved by:    Palle Girgensohn <girgen at FreeBSD.org> (pgsql, maintainer, blanket - fix tree)
Fixes:          60c44ec8a907 (Update to latest versions)
Sponsored by:   UNIS Labs
DeltaFile
+8-0databases/Makefile
+8-01 files

FreeBSD/ports 627ec0esecurity/wpa_supplicant Makefile, security/wpa_supplicant-devel Makefile

security/wpa_supplicant*: Fix EAPOL_TEST build for non-standard SSL_DEFAULT

The post-build target does not have the same environment variables setup
as the do-build target. This results in the eapol_test binary getting
compiled against the headers of the TLS library specified in
SSL_DEFAULT, but getting linked against the TLS library from the base
system regardless of SSL_DEFAULT, causing build failures when
SSL_DEFAULT is set to a different TLS library/version than the on from
the base system.

Fix this by not using the post-build target to build the eapol_test
binary, but instead conditionally add the eapol_test target to
TARGET_ALL if the EAPOL_TEST option is enabled for the port.

Signed-off-by: Pascal Ernster <git at hardfalcon.net>
DeltaFile
+5-3security/wpa_supplicant29/Makefile
+5-3security/wpa_supplicant210/Makefile
+5-3security/wpa_supplicant/Makefile
+5-3security/wpa_supplicant-devel/Makefile
+20-124 files

FreeBSD/ports d72502dnet/amnezia-kmod Makefile distinfo

net/amnezia-kmod: Update 2.0.11 => 2.0.12

Changelog:
- if_amn: wg_crypto: validate OCF authentication result.
- Check crp_etype after crypto_dispatch() so packets with an invalid
  Poly1305 tag are rejected.
- Require a synchronous crypto session before using a stack-allocated
  request.
https://github.com/vgrebenschikov/wireguard-amnezia-kmod/releases/tag/v2.0.12

PR:             297625
Security:       CVE-2026-58085
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit d128f141148e0349f36cb8c19c6d7d8e71df7e4a)
DeltaFile
+3-3net/amnezia-kmod/distinfo
+1-1net/amnezia-kmod/Makefile
+4-42 files

FreeBSD/ports d128f14net/amnezia-kmod Makefile distinfo

net/amnezia-kmod: Update 2.0.11 => 2.0.12

Changelog:
- if_amn: wg_crypto: validate OCF authentication result.
- Check crp_etype after crypto_dispatch() so packets with an invalid
  Poly1305 tag are rejected.
- Require a synchronous crypto session before using a stack-allocated
  request.
https://github.com/vgrebenschikov/wireguard-amnezia-kmod/releases/tag/v2.0.12

PR:             297625
Security:       CVE-2026-58085
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3net/amnezia-kmod/distinfo
+1-1net/amnezia-kmod/Makefile
+4-42 files

FreeBSD/ports 1931e0cjapanese/fcitx5-skk Makefile

japanese/fcitx5-skk: Depend on ECM unconditionally

The top-level CMakeLists.txt calls find_package(ECM 1.0.0 REQUIRED)
unconditionally, but the port only declared the dependency under the QT6
option, so configure fails with WITHOUT_QT6.  Move it out of the option
and make it build-only.  ECM is listed in _USE_KDE_LATEST, so USES=kde:6
can be dropped along with it, as done in 95f9a6808973 for the other
fcitx5 ports.

PR:             297622
Approved by:    osa (mentor)
DeltaFile
+6-3japanese/fcitx5-skk/Makefile
+6-31 files

FreeBSD/ports b843912japanese/fcitx5-cskk Makefile

japanese/fcitx5-cskk: Depend on ECM unconditionally

The top-level CMakeLists.txt calls find_package(ECM 1.0.0 REQUIRED)
unconditionally, but the port only declared the dependency under the QT5
option, so configure fails with WITHOUT_QT5.  Move it out of the option
and make it build-only.  ECM is listed in _USE_KDE_LATEST, so USES=kde:5
can be dropped along with it, as done in 95f9a6808973 for the other
fcitx5 ports.

While here, fix the indentation of PORTREVISION.

PR:             297623
Approved by:    syobon at syobon.net (maintainer)
Approved by:    osa (mentor)
DeltaFile
+5-5japanese/fcitx5-cskk/Makefile
+5-51 files

FreeBSD/ports fd75b23www/vimb distinfo Makefile

www/vimb: Update to 4.0.0

https://raw.githubusercontent.com/fanglingsu/vimb/refs/tags/4.0.0/CHANGELOG.md

PR:             297422
Approved by:    osa (mentor)
DeltaFile
+3-3www/vimb/distinfo
+3-3www/vimb/Makefile
+6-62 files

FreeBSD/ports 8f1408afinance/kmymoney/files patch-CMakeLists.txt

finance/kmymoney: unbreak build (+)

KMyMoney require SqlPrivate component from Qt6 but missed in dependency declaration via find_package

/wrkdirs/usr/ports/finance/kmymoney/work/kmymoney-5.2.1/kmymoney/plugins/sqlcipher/qsql_sqlite.cpp:37:10: fatal error: 'QtSql/private/qsqlcachedresult_p.h' file not found
   37 | #include <QtSql/private/qsqlcachedresult_p.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Reported by:    bulk -t
DeltaFile
+9-2finance/kmymoney/files/patch-CMakeLists.txt
+9-21 files

FreeBSD/ports 12b3d76editors/vscode distinfo pkg-plist, editors/vscode/files patch-src_vs_code_electron-main_app.ts patch-remote_package.json

editors/vscode: Update to 1.133.0

Changelog: https://code.visualstudio.com/updates/v1_133

Reported by:    GitHub (watch releases)
DeltaFile
+692-727editors/vscode/pkg-plist
+7-7editors/vscode/distinfo
+3-3editors/vscode/files/patch-package.json
+2-2editors/vscode/files/patch-src_vs_code_electron-main_app.ts
+2-2editors/vscode/files/patch-remote_package.json
+2-2editors/vscode/files/patch-build_gulpfile.vscode.ts
+708-7432 files not shown
+710-7468 files

FreeBSD/ports 2efbc33security Makefile, security/periodic-filter-vuxml pkg-descr pkg-message

security/periodic-filter-vuxml: New port
DeltaFile
+118-0security/periodic-filter-vuxml/files/400.filter-vuxml.in
+28-0security/periodic-filter-vuxml/Makefile
+25-0security/periodic-filter-vuxml/pkg-message
+2-0security/periodic-filter-vuxml/pkg-descr
+1-0security/Makefile
+174-05 files

FreeBSD/ports 708510dwww/tomcat-devel Makefile distinfo

www/tomcat-devel: Update 11.0.24 => 11.0.25

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 0ef1cfece3f53f6947d0b52503c324e2f23bca96)
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-1www/tomcat-devel/Makefile
+4-42 files

FreeBSD/ports 91c65f5www/tomcat110 Makefile distinfo

www/tomcat110: Update 11.0.24 => 11.0.25

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit b1d5ae18acd4975dea6c411380ec7c081151dbf5)
DeltaFile
+3-3www/tomcat110/distinfo
+1-1www/tomcat110/Makefile
+4-42 files

FreeBSD/ports 9a7ccacwww/tomcat9 Makefile distinfo

www/tomcat9: Update 9.0.120 => 9.0.121

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.121_(remm)

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 86a455039cd4dd8a2855b8e9cbd4e0f49b5a5ccd)
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeBSD/ports 0ef1cfewww/tomcat-devel Makefile distinfo

www/tomcat-devel: Update 11.0.24 => 11.0.25

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3www/tomcat-devel/distinfo
+1-1www/tomcat-devel/Makefile
+4-42 files

FreeBSD/ports b1d5ae1www/tomcat110 Makefile distinfo

www/tomcat110: Update 11.0.24 => 11.0.25

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3www/tomcat110/distinfo
+1-1www/tomcat110/Makefile
+4-42 files

FreeBSD/ports 86a4550www/tomcat9 Makefile distinfo

www/tomcat9: Update 9.0.120 => 9.0.121

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.121_(remm)

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3www/tomcat9/distinfo
+1-1www/tomcat9/Makefile
+4-42 files

FreeBSD/ports 221859dastro/kstars Makefile

astro/kstars: IGNORE on i386

ld: error: failed to open kstars/kstars: Cannot allocate memory
DeltaFile
+3-0astro/kstars/Makefile
+3-01 files

FreeBSD/ports e626011audio/zrythm Makefile

audio/zrythm: Switch to USES=kde

Differential:   D58578
Reviewed by:    adridg, arrowd, jhale

(cherry picked from commit 0be5316634c6df3fa759a88d73b449569e4a726f)
DeltaFile
+3-4audio/zrythm/Makefile
+3-41 files

FreeBSD/ports 8f279bdMk/Uses kde.mk

Uses/kde.mk: Reformat after latest change

(cherry picked from commit 15e1daf9d391f28f3af3c9336dbf0a3f9657a359)
DeltaFile
+66-66Mk/Uses/kde.mk
+66-661 files

FreeBSD/ports 22b7228Mk/Uses kde.mk

Uses/kde.mk: Use the latest KDE Frameworks if the version is omitted

Diffrential:    D58578
Reviewed by:    adridg, arrowd, jhale

(cherry picked from commit ee319c49617da1da49e5695aac0133743b2d93bc)
DeltaFile
+17-8Mk/Uses/kde.mk
+17-81 files

FreeBSD/ports 5db01aamultimedia/vlc distinfo Makefile, multimedia/vlc/files patch-src-network-udp.c patch-modules_gui_qt_qt6.pro

multimedia/vlc: Update to 3.0.23

- Allow to build with Qt 6 (experimental). Add general QT option and
  QT5/QT6 radio switch.
- Enable FRIBIDI by default (required by HARFBUZZ).
- Remove DEBUG from OPTIONS, respect WITH_DEBUG instead.
- Do not silence commands.

Release notes: https://code.videolan.org/videolan/vlc/-/tags/3.0.23

PR:             296939
Co-authored-by: Max Brazhnikov <makc at FreeBSD.org>
(cherry picked from commit 03699b0de7a3cd995d346a816674d6710a8f4603)
DeltaFile
+0-324multimedia/vlc/files/vlc-3.0.22-ffmpeg8.patch
+49-29multimedia/vlc/Makefile
+7-7multimedia/vlc/files/patch-modules_access_rdp.c
+13-0multimedia/vlc/files/patch-modules_gui_qt_qt6.pro
+3-3multimedia/vlc/distinfo
+2-2multimedia/vlc/files/patch-src-network-udp.c
+74-3652 files not shown
+77-3688 files

FreeBSD/ports 12486dfcomms/rtl-sdr distinfo pkg-plist

comms/rtl-sdr: Update 2.0.2 => 2.0.3

* Switch MASTER_SITES to static tarball from official site
* Clarify WWW; add 2-nd WWW for source code repository
* Add LICENSE_FILE
* Use localbase
* Pet portclippy(1) and portfmt(1)

Approved by:            martymac@ (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D58850
DeltaFile
+12-12comms/rtl-sdr/Makefile
+13-8comms/rtl-sdr/pkg-plist
+3-3comms/rtl-sdr/distinfo
+28-233 files

FreeBSD/ports e84f1d4deskutils/cairo-dock-plugins/files patch-weather_src_applet-config.c patch-weather_src_applet-load-icons.c

deskutils/cairo-dock-plugins: Add missing headers

Include missing math.h in a couple of c source files

PR:             296978
Reported by:    Ott Köstner <ottkostner at gmail.com>
Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
DeltaFile
+10-0deskutils/cairo-dock-plugins/files/patch-weather_src_applet-config.c
+10-0deskutils/cairo-dock-plugins/files/patch-weather_src_applet-load-icons.c
+20-02 files

FreeBSD/ports cc573d3Mk/Uses nextcloud.mk

Mk/Uses/nextcloud.mk: Fix typo and thus pkg-message warning
DeltaFile
+1-1Mk/Uses/nextcloud.mk
+1-11 files

FreeBSD/ports 28b5311textproc/py-pygments Makefile distinfo

textproc/py-pygments: Update to 2.21.0

ChangeLog:      https://github.com/pygments/pygments/releases/tag/2.21.0
Reported by:    "Matthäus G. Chajdas" <notifications at github.com>
DeltaFile
+3-3textproc/py-pygments/distinfo
+2-2textproc/py-pygments/Makefile
+5-52 files

FreeBSD/ports 0eb8ae1sysutils/yazi Makefile Makefile.crates, sysutils/yazi/files patch-yazi-fs_src_provider_local_casefold.rs patch-yazi-fs_src_engine_local_casefold.rs

sysutils/yazi: Update to 26.8.15

- Define the environment variable VERGEN_GIT_SHA, otherwise the build stage
  fails with error:

error: environment variable `VERGEN_GIT_SHA` not defined at compile time
 --> yazi-version/src/lib.rs:3:76
  |
3 | pub fn version() -> &'static str { concat!(env!("CARGO_PKG_VERSION"), " ", env!("VERGEN_GIT_SHA")) }
  |                                                                            ^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: use `std::env::var("VERGEN_GIT_SHA")` to read the variable at run time

error: environment variable `VERGEN_GIT_SHA` not defined at compile time
 --> yazi-version/src/lib.rs:9:3
  |
9 |         env!("VERGEN_GIT_SHA"),
  |         ^^^^^^^^^^^^^^^^^^^^^^
  |

    [8 lines not shown]
DeltaFile
+573-701sysutils/yazi/distinfo
+286-350sysutils/yazi/Makefile.crates
+49-0sysutils/yazi/files/patch-yazi-fs_src_engine_local_casefold.rs
+0-46sysutils/yazi/files/patch-yazi-fs_src_provider_local_casefold.rs
+3-2sysutils/yazi/Makefile
+911-1,0995 files

FreeBSD/ports 1bf7a97devel/luajava Makefile

devel/luajava: deprecate and set expiration date

No new version since 2008, upstream website is gone, JDK8 only, old Lua version.

Github seems to have some forks. So if you use this please create a patch
or speak up to ask somebody to do that.
Reset the maintainer as I only see maintainer timeouts since 2015 in the
port history.

PR:     297128
Approved by:    maintainer timeout (sunghyuk)
DeltaFile
+5-2devel/luajava/Makefile
+5-21 files