Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autogen/files: autogen-5.10.1-build-hang.patch autogen-5.10.1-chmod.patch
Date: Wed, 21 Apr 2010 19:19:53
Message-Id: 20100421191949.01F5F2C049@corvid.gentoo.org
1 pva 10/04/21 19:19:48
2
3 Added: autogen-5.10.1-build-hang.patch
4 autogen-5.10.1-chmod.patch
5 Log:
6 Version bump, bug #300561, thank Jeroen Roovers for report.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-devel/autogen/files/autogen-5.10.1-build-hang.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autogen/files/autogen-5.10.1-build-hang.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autogen/files/autogen-5.10.1-build-hang.patch?rev=1.1&content-type=text/plain
14
15 Index: autogen-5.10.1-build-hang.patch
16 ===================================================================
17 === modified file 'agen5/bootstrap.dir'
18 --- agen5/bootstrap.dir 2010-04-19 07:43:40 +0000
19 +++ agen5/bootstrap.dir 2010-04-19 07:55:56 +0000
20 @@ -133,11 +133,12 @@
21 while read var prog dir
22 do
23 test -n ${#dir} && set_exe_var
24 - done ) <<- EOF
25 + done <<- EOF
26 AG ${AGnam-autogen} ${builddir}
27 GD ${GDnam-getdefs} ${builddir}/../getdefs
28 CL ${CLnam-columns} ${builddir}/../columns
29 EOF
30 + )
31
32 ${VERBOSE:-false} && set -x || :
33 # Ensure complete success or a noticable failure
34
35
36
37
38 1.1 sys-devel/autogen/files/autogen-5.10.1-chmod.patch
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autogen/files/autogen-5.10.1-chmod.patch?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autogen/files/autogen-5.10.1-chmod.patch?rev=1.1&content-type=text/plain
42
43 Index: autogen-5.10.1-chmod.patch
44 ===================================================================
45 === modified file 'agen5/tpProcess.c'
46 --- agen5/tpProcess.c 2010-04-21 18:55:14 +0000
47 +++ agen5/tpProcess.c 2010-04-21 18:55:48 +0000
48 @@ -318,7 +318,7 @@
49 char const * pzOutFile = NULL;
50
51 if (strcmp( pOutSpec->zSuffix, "null" ) == 0) {
52 - static int const flags = FPF_NOUNLINK;
53 + static int const flags = FPF_NOUNLINK | FPF_NOCHMOD;
54 null_open:
55 open_output_file(zDevNull, sizeof(zDevNull)-1, write_mode, flags);
56 return;