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-devel/automake/files: automake-1.10.2-bash4.patch
Date: Sat, 21 Mar 2009 11:43:24
Message-Id: E1LkzbL-0006bu-Ab@stork.gentoo.org
1 vapier 09/03/21 11:42:55
2
3 Added: automake-1.10.2-bash4.patch
4 Log:
5 Fix from upstream for running tests under bash-4 #263068 by Nick Fortino.
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/automake/files/automake-1.10.2-bash4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.10.2-bash4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.10.2-bash4.patch?rev=1.1&content-type=text/plain
13
14 Index: automake-1.10.2-bash4.patch
15 ===================================================================
16 An upstream patch to fix ksh test issues, which also affect bash 4.0
17
18 http://bugs.gentoo.org/263068
19 http://git.savannah.gnu.org/cgit/automake.git/commit/?h=branch-1-10&id=319305db77dfdcbba3d5a1703c781750affdb20a
20
21 2008-12-21 Ralf Wildenhues <Ralf.Wildenhues@×××.de>
22
23 Testsuite fix for ksh.
24 * tests/check10.test: Add ':' as last command in subshell, for
25 zero exit status of the subshell.
26 Missing backport from master reported by Tim Rice.
27
28 --- a/tests/check10.test
29 +++ b/tests/check10.test
30 @@ -72,6 +72,7 @@
31 env TESTS="xpass xpass2" $MAKE -e check
32 env TESTS='pass skip xfail' $MAKE -e check
33 $MAKE check
34 + :
35 ) >stdout
36 cat stdout