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.09.3-r1.ebuild
Date: Wed, 12 Sep 2007 14:27:13
Message-Id: E1IVT4Q-0001xv-RD@stork.gentoo.org
1 armin76 07/09/12 14:19:58
2
3 Modified: ChangeLog ocaml-3.09.3-r1.ebuild
4 Log:
5 Re-add forced LDFLAGS for alpha, since it still needs it
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.122 dev-lang/ocaml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.122&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.122&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.121&r2=1.122
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
18 retrieving revision 1.121
19 retrieving revision 1.122
20 diff -u -r1.121 -r1.122
21 --- ChangeLog 10 Sep 2007 20:19:08 -0000 1.121
22 +++ ChangeLog 12 Sep 2007 14:19:58 -0000 1.122
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ocaml
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.121 2007/09/10 20:19:08 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.122 2007/09/12 14:19:58 armin76 Exp $
28 +
29 + 12 Sep 2007; Raúl Porcel <armin76@g.o> ocaml-3.09.3-r1.ebuild:
30 + Re-add forced LDFLAGS for alpha, since it still needs it
31
32 10 Sep 2007; Wulf C. Krueger <philantrop@g.o>
33 ocaml-3.09.3-r1.ebuild:
34
35
36
37 1.23 dev-lang/ocaml/ocaml-3.09.3-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild?rev=1.23&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild?rev=1.23&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild?r1=1.22&r2=1.23
42
43 Index: ocaml-3.09.3-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v
46 retrieving revision 1.22
47 retrieving revision 1.23
48 diff -u -r1.22 -r1.23
49 --- ocaml-3.09.3-r1.ebuild 10 Sep 2007 20:19:08 -0000 1.22
50 +++ ocaml-3.09.3-r1.ebuild 12 Sep 2007 14:19:58 -0000 1.23
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 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.09.3-r1.ebuild,v 1.22 2007/09/10 20:19:08 philantrop Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.23 2007/09/12 14:19:58 armin76 Exp $
56
57 inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs
58
59 @@ -79,6 +79,9 @@
60 strip-flags
61 replace-flags "-O?" -O2
62
63 + # It doesn't compile on alpha without this LDFLAGS
64 + use alpha && append-ldflags "-Wl,--no-relax"
65 +
66 use tk || myconf="${myconf} -no-tk"
67 use ncurses || myconf="${myconf} -no-curses"
68 use X || myconf="${myconf} -no-graph"
69
70
71
72 --
73 gentoo-commits@g.o mailing list