Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo/files: texinfo-4.11-test.patch
Date: Sat, 29 Mar 2008 21:14:39
Message-Id: E1JfiNo-0008OR-48@stork.gentoo.org
1 vapier 08/03/29 21:14:36
2
3 Added: texinfo-4.11-test.patch
4 Log:
5 Make sure we test the newly compiled version #215359.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 sys-apps/texinfo/files/texinfo-4.11-test.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/files/texinfo-4.11-test.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/files/texinfo-4.11-test.patch?rev=1.1&content-type=text/plain
13
14 Index: texinfo-4.11-test.patch
15 ===================================================================
16 test the local compiled version, not the system installed version
17
18 http://bugs.gentoo.org/215359
19
20 --- util/defs.in
21 +++ util/defs.in
22 @@ -67,6 +67,7 @@
23 export SHELL
24 test -z "$TEXI2DVI" && TEXI2DVI=`cd $srcdir && pwd`/texi2dvi
25
26 +PATH=$PWD:$PATH
27 echo $PATH
28 # Some shells forget to export modified environment variables.
29 # (See note about `export' in the Autoconf manual.)
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list