forked from Lainports/freebsd-ports
*: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV
The framework exports it now and overrides the earlier XDG_CACHE_HOME.
This commit is contained in:
parent
79ac62f35b
commit
babf6cdc01
7 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue