Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ChangeLog ocaml-3.11.2.ebuild ocaml-3.10.2.ebuild
Date: Mon, 19 Apr 2010 17:43:22
Message-Id: 20100419174318.5EF442C04B@corvid.gentoo.org
1 armin76 10/04/19 17:43:17
2
3 Modified: ChangeLog ocaml-3.11.2.ebuild ocaml-3.10.2.ebuild
4 Log:
5 Force -O0 on arm
6 (Portage version: 2.1.7.17/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.177 dev-lang/ocaml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.177&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.177&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.176&r2=1.177
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
18 retrieving revision 1.176
19 retrieving revision 1.177
20 diff -u -r1.176 -r1.177
21 --- ChangeLog 12 Apr 2010 06:34:10 -0000 1.176
22 +++ ChangeLog 19 Apr 2010 17:43:17 -0000 1.177
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/ocaml
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.176 2010/04/12 06:34:10 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.177 2010/04/19 17:43:17 armin76 Exp $
28 +
29 + 19 Apr 2010; Raúl Porcel <armin76@g.o> ocaml-3.10.2.ebuild,
30 + ocaml-3.11.2.ebuild:
31 + Force -O0 on arm
32
33 12 Apr 2010; Alexis Ballier <aballier@g.o> -ocaml-3.11.1.ebuild:
34 remove old
35
36
37
38 1.2 dev-lang/ocaml/ocaml-3.11.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild?r1=1.1&r2=1.2
43
44 Index: ocaml-3.11.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- ocaml-3.11.2.ebuild 20 Jan 2010 18:42:48 -0000 1.1
51 +++ ocaml-3.11.2.ebuild 19 Apr 2010 17:43:17 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild,v 1.1 2010/01/20 18:42:48 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.2.ebuild,v 1.2 2010/04/19 17:43:17 armin76 Exp $
57
58 EAPI="1"
59
60 @@ -57,6 +57,8 @@
61
62 # It doesn't compile on alpha without this LDFLAGS
63 use alpha && append-ldflags "-Wl,--no-relax"
64 + # Fails to build on arm if >O0 is used
65 + use arm && replace-flags "-O?" -O0
66
67 use tk || myconf="${myconf} -no-tk"
68 use ncurses || myconf="${myconf} -no-curses"
69
70
71
72 1.17 dev-lang/ocaml/ocaml-3.10.2.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.17&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?rev=1.17&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild?r1=1.16&r2=1.17
77
78 Index: ocaml-3.10.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v
81 retrieving revision 1.16
82 retrieving revision 1.17
83 diff -u -r1.16 -r1.17
84 --- ocaml-3.10.2.ebuild 2 Aug 2009 12:19:49 -0000 1.16
85 +++ ocaml-3.10.2.ebuild 19 Apr 2010 17:43:17 -0000 1.17
86 @@ -1,6 +1,6 @@
87 -# Copyright 1999-2009 Gentoo Foundation
88 +# Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.16 2009/08/02 12:19:49 flameeyes Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.17 2010/04/19 17:43:17 armin76 Exp $
92
93 EAPI="1"
94
95 @@ -72,6 +72,8 @@
96
97 # It doesn't compile on alpha without this LDFLAGS
98 use alpha && append-ldflags "-Wl,--no-relax"
99 + # Fails to build on arm if >=O0 is used
100 + use arm && replace-flags "-O?" -O0
101
102 use tk || myconf="${myconf} -no-tk"
103 use ncurses || myconf="${myconf} -no-curses"