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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Oct 2023 03:28:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652

--- Comment #68 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Tatsuki Makino from comment #67)

In my case, both poudriere build on stable/14 and bare-metal build with
pkg_replace on main successfully applied patches.
No build failures on patch phase.

If I understand correctly, assuming ports tree are extracted into non-default
/ports/build/,

  For Qt component FOO/qt5-BAR,
    ${PORTSDIR} is manually set as /ports/build (otherwise, basically,
/usr/ports is used)
    ${.CURDIR} is expanded as /ports/build/FOO/qt5-BAR

${.CURDIR} is the directory where the running make is invoked from unless
otherwise overridden by -C option.
Not the directory where the most-recently read (included) Makefile (or *.mk)
are read from.
So I think it should properly work.
Am I mis-understanding?

-- 
You are receiving this mail because:
You are on the CC list for the bug.