[Bug 255600] Mk/bsd.port.mk: Set XDG_CACHE_HOME in CONFIGURE_ENV and MAKE_ENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 12:05:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255600 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=79ac62f35b153e536185a32d12366dc0ccdc1245 commit 79ac62f35b153e536185a32d12366dc0ccdc1245 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-10-06 08:58:20 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-10-06 12:01:52 +0000 Mk/bsd.port.mk: Export XDG_CACHE_HOME This adds XDG_CACHE_HOME to the set of XDG_* variables exported in CONFIGURE_ENV and MAKE_ENV. Without XDG_CACHE_HOME in the environment some software (for ex. https://github.com/coursier/coursier) falls back to using /home/{user}/.cache during the build and writes outside the working directory. XDG_CACHE_HOME is described in the XDG Base Directory Specification: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html PR: 255600 Exp-run by: antoine Mk/Uses/gnome.mk | 2 +- Mk/bsd.port.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.