[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 18 Jan 2023 01:34:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

--- Comment #14 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Tijl Coosemans from comment #13)

Already started rebuilding the ports listed on comment #12 (not yet finished)
with command below.

pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' -W -w -f -n `find -s
/usr/local/lib/qt5/plugins/ -not -type d -exec pkg which {} + | sed 's/.* //' |
sort -u` && portsclean -C


And the narrowed down list is as follows.

% find -s /usr/local/lib/qt5/plugins/plat* -not -type d -exec pkg which {} + |
sed 's/.* //' | sort -u
fcitx-qt5-1.2.7
plasma5-plasma-integration-5.24.7
qt5-gui-5.15.8p157
qt5-virtualkeyboard-5.15.8p0
qt5-wayland-5.15.8p57
qt5ct-1.5

-- 
You are receiving this mail because:
You are the assignee for the bug.