Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 21:13:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408455 - head/graphics/gimp-beautify-plugin
Message-ID:  <201602072113.u17LDigV015632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 21:13:44 2016
New Revision: 408455
URL: https://svnweb.freebsd.org/changeset/ports/408455

Log:
  graphics/gimp-beautify-plugin: reassign TMPDIR
  
  This port uses more than 200Mb of tmp space so reassign
  TMPDIR to $WRKDIR (deleted by intentionally constrained DF poudriere)

Modified:
  head/graphics/gimp-beautify-plugin/Makefile

Modified: head/graphics/gimp-beautify-plugin/Makefile
==============================================================================
--- head/graphics/gimp-beautify-plugin/Makefile	Sun Feb  7 21:04:42 2016	(r408454)
+++ head/graphics/gimp-beautify-plugin/Makefile	Sun Feb  7 21:13:44 2016	(r408455)
@@ -28,6 +28,7 @@ USES=		gettext gmake pkgconfig
 USE_GCC=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 gtk20
 USE_XORG=	x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender
+TMPDIR=		${WRKDIR}
 
 PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLUGINS=	beautify \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602072113.u17LDigV015632>