Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gdb-apple: ChangeLog gdb-apple-966.ebuild
Date: Wed, 24 Jun 2009 09:40:22
Message-Id: E1MJOxo-00054w-Ar@stork.gentoo.org
1 grobian 09/06/24 09:40:20
2
3 Modified: ChangeLog gdb-apple-966.ebuild
4 Log:
5 Add compile fix for x64-macos
6 (Portage version: 2.2.00.13683-prefix/cvs/SunOS i386)
7
8 Revision Changes Path
9 1.2 sys-devel/gdb-apple/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 21 Jun 2009 10:38:25 -0000 1.1
22 +++ ChangeLog 24 Jun 2009 09:40:20 -0000 1.2
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-devel/gdb-apple
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.1 2009/06/21 10:38:25 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.2 2009/06/24 09:40:20 grobian Exp $
28 +
29 + 24 Jun 2009; Fabian Groffen <grobian@g.o>
30 + +files/gdb-apple-962-darwin64.patch, +files/gdb-apple-962-demangle.patch,
31 + gdb-apple-966.ebuild:
32 + Add compile fix for x64-macos
33
34 *gdb-apple-966 (20 Jun 2009)
35
36
37
38
39 1.2 sys-devel/gdb-apple/gdb-apple-966.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild?r1=1.1&r2=1.2
44
45 Index: gdb-apple-966.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gdb-apple-966.ebuild 21 Jun 2009 10:38:25 -0000 1.1
52 +++ gdb-apple-966.ebuild 24 Jun 2009 09:40:20 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild,v 1.1 2009/06/21 10:38:25 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild,v 1.2 2009/06/24 09:40:20 grobian Exp $
58
59 inherit eutils flag-o-matic
60
61 @@ -11,7 +11,7 @@
62 LICENSE="APSL-2 GPL-2"
63 SLOT="0"
64
65 -KEYWORDS="~ppc-macos ~x86-macos"
66 +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
67
68 IUSE="nls"
69
70 @@ -29,6 +29,8 @@
71 epatch "${FILESDIR}"/${PN}-768-texinfo.patch
72 epatch "${FILESDIR}"/${PN}-768-darwin-arch.patch
73 epatch "${FILESDIR}"/${PN}-962-darwin8.patch
74 + epatch "${FILESDIR}"/${PN}-962-darwin64.patch
75 + epatch "${FILESDIR}"/${PN}-962-demangle.patch
76
77 # for FSF gcc / gcc-apple:42
78 sed -e 's/-Wno-long-double//' -i gdb/config/*/macosx.mh