From nobody Wed Oct 06 12:05:38 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id F3B2B12D77C0; Wed, 6 Oct 2021 12:05:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPY7Q4sLmz4vQZ; Wed, 6 Oct 2021 12:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 331C91FE0A; Wed, 6 Oct 2021 12:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 196C5ckL026880; Wed, 6 Oct 2021 12:05:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 196C5cGL026879; Wed, 6 Oct 2021 12:05:38 GMT (envelope-from git) Date: Wed, 6 Oct 2021 12:05:38 GMT Message-Id: <202110061205.196C5cGL026879@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: babf6cdc01df - main - *: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: babf6cdc01dff96dac303b64cc513b48d513b45b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=babf6cdc01dff96dac303b64cc513b48d513b45b commit babf6cdc01dff96dac303b64cc513b48d513b45b Author: Tobias Kortkamp AuthorDate: 2021-10-06 09:09:06 +0000 Commit: Tobias Kortkamp 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