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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Jan 2023 21:08:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

--- Comment #54 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Dima Panov from comment #47)

At least portmaster does not cause problems with the build order, including
BUILD_DEPENDS.
Only very rare patterns of ports, such as japanese/xpdf, are the only ones that
fail to build.

The feature to save libraries to lib/compat/pkg of portmaster is limited to the
pattern /\.so\.[0-9]+$/ file name, and files with the same name as lib/*.so.*
will be deleted.
Therefore, the presence of lib/compat/pkg/libfoo.so.1 will not affect
lib_depends as follows.
LIB_DEPENDS= libfoo.so:category/foo libfoo.so.2:category/foo

If poudriere uses -n when bulk and makes sure that the required packages are
not built, there will be no funny dependency problems.

By the way, what is the path related to qt5 embedded in the binaries related to
qt5?
The root of the installation is ${LOCALBASE}, the library is lib/qt5/ and the
plug-ins are plugins/ .
I am assuming qt5-qmake is doing this... :)

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