FreeBSD Bugzilla – Attachment 225950 Details for
Bug 255600
Mk/bsd.port.mk: Set XDG_CACHE_HOME in CONFIGURE_ENV and MAKE_ENV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
XDG_CACHE_HOME-with-cache-subdir.patch
XDG_CACHE_HOME.patch (text/plain), 1.17 KB, created by
Yuri Victorovich
on 2021-06-20 17:06:27 UTC
(
hide
)
Description:
XDG_CACHE_HOME-with-cache-subdir.patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-06-20 17:06:27 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk >index e796e84ee605..95c373945f05 100644 >--- a/Mk/bsd.port.mk >+++ b/Mk/bsd.port.mk >@@ -1610,9 +1610,11 @@ TEST_ENV?= ${MAKE_ENV} > PKG_ENV+= PORTSDIR=${PORTSDIR} > CONFIGURE_ENV+= XDG_DATA_HOME=${WRKDIR} \ > XDG_CONFIG_HOME=${WRKDIR} \ >+ XDG_CACHE_HOME=${WRKDIR}/.cache \ > HOME=${WRKDIR} > MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \ > XDG_CONFIG_HOME=${WRKDIR} \ >+ XDG_CACHE_HOME=${WRKDIR}/.cache \ > HOME=${WRKDIR} > # Respect TMPDIR passed via make.conf or similar and pass it down > # to configure and make. >diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk >index 19b97c39da7d..99b6e7804ff5 100644 >--- a/Mk/Uses/gnome.mk >+++ b/Mk/Uses/gnome.mk >@@ -208,7 +208,7 @@ introspection_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection > introspection_LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection > introspection_RUN_DEPENDS= g-ir-scanner:devel/gobject-introspection > introspection_USE_GNOME_IMPL= glib20 >-introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR} >+introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 > > gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 > gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255600
:
224670
| 225950