From c9388140f0bfaeb0a2c9d191c0cf089e41984b6f Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 11 Dec 2007 08:36:07 +0000 Subject: set VARTEXFONTS, so we avoid access violations with sandbox. Suggested by Andrey Grozin in bug #201871 (Portage version: 2.1.3.19) --- sci-visualization/gnuplot/ChangeLog | 7 ++++++- sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 4b790709f78d..ef70a79b836e 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.61 2007/12/08 18:02:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.62 2007/12/11 08:36:07 opfer Exp $ + + 11 Dec 2007; Christian Faulhammer + gnuplot-4.2.2-r1.ebuild: + set VARTEXFONTS, so we avoid access violations with sandbox. Suggested by + Andrey Grozin in bug #201871 08 Dec 2007; Jeroen Roovers gnuplot-4.2.2-r1.ebuild: Stable for HPPA (bug #189672). diff --git a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild index 8752827e5f99..9b23ee2c73c1 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.9 2007/12/08 18:02:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.10 2007/12/11 08:36:07 opfer Exp $ inherit eutils elisp-common multilib wxwidgets @@ -65,6 +65,9 @@ src_unpack() { } src_compile() { + # Prevent access violations, see bug 201871 + VARTEXFONTS="${T}/fonts" + # See bug #156427. if use latex ; then sed -i \ -- cgit v1.2.3-65-gdbad