git: babf6cdc01df - main - *: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 12:05:38 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=babf6cdc01dff96dac303b64cc513b48d513b45b commit babf6cdc01dff96dac303b64cc513b48d513b45b Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-06 09:09:06 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-10-06 12:01:52 +0000 *: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV The framework exports it now and overrides the earlier XDG_CACHE_HOME. --- audio/sound-juicer/Makefile | 1 - editors/vscode/Makefile | 3 +-- multimedia/clutter-gst/Makefile | 1 - multimedia/clutter-gst3/Makefile | 1 - net/geocode-glib/Makefile | 1 - sysutils/brasero/Makefile | 1 - www/webkit2-gtk3/Makefile | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 8975e7eeb5b0..854d908ce04c 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -26,7 +26,6 @@ USES= compiler:c11 desktop-file-utils gettext gnome meson \ USE_GSTREAMER1= cdparanoia flac good vorbis USE_GNOME= gtk30 INSTALLS_ICONS= yes -MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.sound-juicer.gschema.xml diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index d204005455c1..dbc9930200be 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -98,8 +98,7 @@ PATHFIX_FILES= src/vs/workbench/contrib/debug/node/terminals.ts DATADIR= ${PREFIX}/share/code-oss TMPDIR= ${WRKDIR} -MAKE_ENV+= BUILD_SOURCEVERSION=${SOURCE_COMMIT_HASH} \ - XDG_CACHE_HOME=${WRKDIR}/.cache +MAKE_ENV+= BUILD_SOURCEVERSION=${SOURCE_COMMIT_HASH} # Don't download electron binary distribution on electron node_modules installation MAKE_ENV+= ELECTRON_SKIP_BINARY_DOWNLOAD=1 # Don't download browser binaries on playwright node_modules installation diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 017f82a70001..73cf881ff3b7 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -21,7 +21,6 @@ USE_GL= gl USE_GSTREAMER1= yes USE_XORG= x11 USE_LDCONFIG= yes -MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} LDFLAGS+= -lpthread INSTALL_TARGET= install-strip diff --git a/multimedia/clutter-gst3/Makefile b/multimedia/clutter-gst3/Makefile index 123f9bafd36a..36fc471086f4 100644 --- a/multimedia/clutter-gst3/Makefile +++ b/multimedia/clutter-gst3/Makefile @@ -27,7 +27,6 @@ USE_GL= gl egl USE_GSTREAMER1= yes USE_XORG= xcomposite xdamage xext xfixes xi xrandr x11 USE_LDCONFIG= yes -MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} CONFIGURE_ARGS= --disable-udev CPPFLAGS+= ${PTHREAD_CFLAGS} diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index 1002a14da102..d59fdb5b222a 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -20,7 +20,6 @@ USES= gettext gnome localbase meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Denable-installed-tests=false -#MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} OPTIONS_DEFINE= DOCS diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 4ea94c76c52b..75ec801e7410 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -29,7 +29,6 @@ CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=no \ --enable-introspection=yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1 -Wno-error=format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.brasero.gschema.xml diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index d309dbae402d..5bb6da21552b 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -65,7 +65,6 @@ CMAKE_OFF_armv6= ENABLE_JIT CMAKE_OFF_armv7= ENABLE_JIT CMAKE_OFF_powerpc= ENABLE_JIT CMAKE_OFF_powerpc64= ENABLE_JIT -CONFIGURE_ENV= XDG_CACHE_HOME=${WRKDIR} INSTALL_TARGET= install BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3