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: ChangeLog ocaml-3.11.1.ebuild
Date: Sun, 27 Sep 2009 15:15:58
Message-Id: E1MrvTg-0006Gl-Lb@stork.gentoo.org
1 aballier 09/09/27 15:15:56
2
3 Modified: ChangeLog ocaml-3.11.1.ebuild
4 Log:
5 Filter mfpmath=sse, it causes ocamlc.opt to segfault. Bug #285993
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.172 dev-lang/ocaml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.172&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.172&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.171&r2=1.172
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
18 retrieving revision 1.171
19 retrieving revision 1.172
20 diff -u -r1.171 -r1.172
21 --- ChangeLog 19 Sep 2009 09:36:28 -0000 1.171
22 +++ ChangeLog 27 Sep 2009 15:15:56 -0000 1.172
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ocaml
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.171 2009/09/19 09:36:28 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.172 2009/09/27 15:15:56 aballier Exp $
28 +
29 + 27 Sep 2009; Alexis Ballier <aballier@g.o> ocaml-3.11.1.ebuild:
30 + Filter mfpmath=sse, it causes ocamlc.opt to segfault. Bug #285993
31
32 19 Sep 2009; Alexis Ballier <aballier@g.o> ocaml-3.11.1.ebuild:
33 Filter fomit-frame-pointer, ocaml builds some programs with -pg which
34
35
36
37 1.6 dev-lang/ocaml/ocaml-3.11.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild?r1=1.5&r2=1.6
42
43 Index: ocaml-3.11.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- ocaml-3.11.1.ebuild 19 Sep 2009 20:53:18 -0000 1.5
50 +++ ocaml-3.11.1.ebuild 27 Sep 2009 15:15:56 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild,v 1.5 2009/09/19 20:53:18 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.1.ebuild,v 1.6 2009/09/27 15:15:56 aballier Exp $
56
57 EAPI="1"
58
59 @@ -52,6 +52,8 @@
60 # Causes build failures because it builds some programs with -pg,
61 # bug #270920
62 filter-flags -fomit-frame-pointer
63 + # Bug #285993
64 + filter-mfpmath sse
65
66 # It doesn't compile on alpha without this LDFLAGS
67 use alpha && append-ldflags "-Wl,--no-relax"