Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Oct 2023 03:28:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268652] Qt5:  Some apps fails to start after upgrading to 5.15.8
Message-ID:  <bug-268652-7788-2AxUoFG5oy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268652-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268652-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268652

--- 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-defau=
lt
/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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268652-7788-2AxUoFG5oy>