[Bug 255600] Mk/bsd.port.mk: Set XDG_CACHE_HOME in CONFIGURE_ENV and MAKE_ENV

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Jun 2021 06:00:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255600

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
(In reply to Antoine Brodin from comment #2)
So AFAICT the easiest solutions to this are to either

a) replace ${WRKDIR}/.cache with ${WRKDIR} in editors/vscode

b) move XDG_CACHE_HOME to ${WRKDIR}/.cache generally.  Part of the
spec is that applications should create that directory if it does
not exist, so I guess we do not have to create it.  Maybe this is
also slightly less messy than dumping the cache straight into
${WRKDIR}


Any preferences?

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