Created attachment 229893 [details] java/openjfx14: fix build with non-default CCACHE_DIR In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g. when building as nobody, so add it into ccwrapper and cxxwrapper. While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN} already contains ${SETENV}) Requesting MFH as this is a build fix. (I already use this on 12.2 amd64) QA: * portlint: No new issues
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ddd25225aa38b53f02f4e5b95551cc7cd63647c commit 4ddd25225aa38b53f02f4e5b95551cc7cd63647c Author: Benjamin Takacs <nimaje+fbz@bureaucracy.de> AuthorDate: 2021-12-12 17:53:29 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-12-12 17:58:57 +0000 java/openjfx14: fix build with non-default CCACHE_DIR In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g. when building as nobody, so add it into ccwrapper and cxxwrapper. While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN} already contains ${SETENV}) PR: 260215 java/openjfx14/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce8e04db8b1aa8bf1a3135a38cfc3b4761de0f81 commit ce8e04db8b1aa8bf1a3135a38cfc3b4761de0f81 Author: Benjamin Takacs <nimaje+fbz@bureaucracy.de> AuthorDate: 2021-12-12 17:53:29 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-12-12 18:29:40 +0000 java/openjfx14: fix build with non-default CCACHE_DIR In the build of openjfx14 CCACHE_DIR gets lost leading to build failures e.g. when building as nobody, so add it into ccwrapper and cxxwrapper. While here remove redundant ${SETENV} in do-build (${_GRADLE_RUN} already contains ${SETENV}) PR: 260215 (cherry picked from commit 4ddd25225aa38b53f02f4e5b95551cc7cd63647c) java/openjfx14/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks!