Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot/files: gnuplot-4.2.3-disable-texhash.patch
Date: Tue, 26 Aug 2008 19:54:19
Message-Id: E1KY4cJ-0000AH-SN@stork.gentoo.org
1 ulm 08/08/26 19:54:15
2
3 Added: gnuplot-4.2.3-disable-texhash.patch
4 Log:
5 Disable texhash to prevent sandbox violation, bug 201871.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.1 sci-visualization/gnuplot/files/gnuplot-4.2.3-disable-texhash.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/files/gnuplot-4.2.3-disable-texhash.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/files/gnuplot-4.2.3-disable-texhash.patch?rev=1.1&content-type=text/plain
13
14 Index: gnuplot-4.2.3-disable-texhash.patch
15 ===================================================================
16 --- gnuplot-4.2.3-orig/share/LaTeX/Makefile.am 2006-10-02 23:05:30.000000000 +0200
17 +++ gnuplot-4.2.3/share/LaTeX/Makefile.am 2008-08-26 20:09:43.000000000 +0200
18 @@ -11,8 +11,7 @@
19 installdir=`kpsexpand '$$TEXMFLOCAL'/tex/latex/gnuplot |sed "s%^.*share/%$(prefix)/share/%"` ; \
20 $(top_srcdir)/mkinstalldirs $(DESTDIR)$$installdir ; \
21 if [ ! -f $(DESTDIR)$$installdir/gnuplot.cfg ]; then \
22 - $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg && \
23 - texhash; \
24 + $(INSTALL_DATA) $(srcdir)/gnuplot.cfg $(DESTDIR)$$installdir/gnuplot.cfg; \
25 fi ; \
26 fi