Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.11.0.ebuild ChangeLog ocaml-3.10.2.ebuild
Date: Tue, 20 Jan 2009 08:23:34
Message-Id: E1LPBtT-0000nB-Ia@stork.gentoo.org
1 aballier 09/01/20 08:23:31
2
3 Modified: ocaml-3.11.0.ebuild ChangeLog ocaml-3.10.2.ebuild
4 Log:
5 Set LC_ALL to C because there are many a-z A-Z regexps that may cause build failures, bug #255379
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-lang/ocaml/ocaml-3.11.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild?r1=1.1&r2=1.2
14
15 Index: ocaml-3.11.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ocaml-3.11.0.ebuild 8 Dec 2008 08:46:03 -0000 1.1
22 +++ ocaml-3.11.0.ebuild 20 Jan 2009 08:23:31 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.1 2008/12/08 08:46:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.2 2009/01/20 08:23:31 aballier Exp $
29
30 inherit flag-o-matic eutils multilib versionator toolchain-funcs
31
32 @@ -57,6 +57,7 @@
33 }
34
35 src_compile() {
36 + export LC_ALL=C
37 local myconf="--host ${CHOST}"
38
39 # It doesn't compile on alpha without this LDFLAGS
40
41
42
43 1.158 dev-lang/ocaml/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.158&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.158&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.157&r2=1.158
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
52 retrieving revision 1.157
53 retrieving revision 1.158
54 diff -u -r1.157 -r1.158
55 --- ChangeLog 11 Dec 2008 08:24:39 -0000 1.157
56 +++ ChangeLog 20 Jan 2009 08:23:31 -0000 1.158
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-lang/ocaml
59 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.157 2008/12/11 08:24:39 aballier Exp $
61 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.158 2009/01/20 08:23:31 aballier Exp $
63 +
64 + 20 Jan 2009; Alexis Ballier <aballier@g.o> ocaml-3.10.2.ebuild,
65 + ocaml-3.11.0.ebuild:
66 + Set LC_ALL to C because there are many a-z A-Z regexps that may cause
67 + build failures, bug #255379
68
69 11 Dec 2008; Alexis Ballier <aballier@g.o> files/ocaml-rebuild.sh:
70 Simplify ocaml-rebuild.sh: dont clean first and let portage handle the
71
72
73
74 1.11 dev-lang/ocaml/ocaml-3.10.2.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.11&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.11&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.10&r2=1.11
79
80 Index: ocaml-3.10.2.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
83 retrieving revision 1.10
84 retrieving revision 1.11
85 diff -u -r1.10 -r1.11
86 --- ocaml-3.10.2.ebuild 22 Sep 2008 18:56:34 -0000 1.10
87 +++ ocaml-3.10.2.ebuild 20 Jan 2009 08:23:31 -0000 1.11
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2008 Gentoo Foundation
90 +# Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.10 2008/09/22 18:56:34 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.11 2009/01/20 08:23:31 aballier Exp $
94
95 inherit flag-o-matic eutils multilib versionator toolchain-funcs
96
97 @@ -62,6 +62,7 @@
98 }
99
100 src_compile() {
101 + export LC_ALL=C
102 local myconf="--host ${CHOST}"
103
104 # dev-lang/ocaml tends to break/give unexpected results with "unsafe" CFLAGS.