Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-15.2.ebuild ChangeLog
Date: Sun, 29 Apr 2012 09:57:22
Message-Id: 20120429095706.589652004B@flycatcher.gentoo.org
1 grobian 12/04/29 09:57:06
2
3 Modified: erlang-15.2.ebuild ChangeLog
4 Log:
5 Fixed compilation for x64-macos, keyworded, thanks to Jan Rieger in bug #413961
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 dev-lang/erlang/erlang-15.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild?r1=1.1&r2=1.2
15
16 Index: erlang-15.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- erlang-15.2.ebuild 1 Mar 2012 10:03:53 -0000 1.1
23 +++ erlang-15.2.ebuild 29 Apr 2012 09:57:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild,v 1.1 2012/03/01 10:03:53 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild,v 1.2 2012/04/29 09:57:06 grobian Exp $
29
30 EAPI=3
31 WX_GTK_VER="2.8"
32 @@ -29,7 +29,7 @@
33
34 LICENSE="ErlPL-1.1"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
38 IUSE="compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl tk wxwidgets"
39
40 RDEPEND=">=dev-lang/perl-5.6.1
41 @@ -67,11 +67,6 @@
42 # Nasty workaround, reported upstream
43 cp "${S}"/lib/configure.in.src "${S}"/lib/configure.in || die
44
45 - # prevent configure from injecting -m32 by default on Darwin, bug #334155
46 - # Nasty hack
47 - sed -i -e 's/Darwin-i386/Darwin-NO/' configure.in || die
48 - sed -i -e '/\<\(LD\|C\)FLAGS="-m32/s/-m32//' erts/configure.in || die
49 -
50 # bug 383697
51 sed -i '1i#define OF(x) x' erts/emulator/drivers/common/gzio.c || die
52 }
53 @@ -90,6 +85,7 @@
54 $(use_enable kpoll kernel-poll) \
55 $(use_enable smp smp-support) \
56 $(use compat-ethread && echo "--enable-ethread-pre-pentium4-compatibility") \
57 + $(use x64-macos && echo "--enable-darwin-64bit") \
58 || die
59 }
60
61
62
63
64 1.216 dev-lang/erlang/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.216&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.216&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.215&r2=1.216
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
73 retrieving revision 1.215
74 retrieving revision 1.216
75 diff -u -r1.215 -r1.216
76 --- ChangeLog 1 Mar 2012 10:09:32 -0000 1.215
77 +++ ChangeLog 29 Apr 2012 09:57:06 -0000 1.216
78 @@ -1,6 +1,10 @@
79 # ChangeLog for dev-lang/erlang
80 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.215 2012/03/01 10:09:32 djc Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.216 2012/04/29 09:57:06 grobian Exp $
83 +
84 + 29 Apr 2012; Fabian Groffen <grobian@g.o> erlang-15.2.ebuild:
85 + Fixed compilation for x64-macos, keyworded, thanks to Jan Rieger in bug
86 + #413961
87
88 01 Mar 2012; Dirkjan Ochtman <djc@g.o> -erlang-14.2.2-r1.ebuild,
89 -erlang-14.2.3.ebuild: