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-1705.ebuild
Date: Sat, 03 Sep 2011 14:58:28
Message-Id: 20110903145816.B66CE2004C@flycatcher.gentoo.org
1 grobian 11/09/03 14:58:16
2
3 Modified: ChangeLog gdb-apple-1705.ebuild
4 Log:
5 Add note to inform people that FSF gdb also works for them, and probably is the better choice.
6
7 (Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.14 sys-devel/gdb-apple/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 3 Sep 2011 14:30:33 -0000 1.13
23 +++ ChangeLog 3 Sep 2011 14:58:16 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/gdb-apple
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.13 2011/09/03 14:30:33 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.14 2011/09/03 14:58:16 grobian Exp $
29 +
30 + 03 Sep 2011; Fabian Groffen <grobian@g.o> gdb-apple-1705.ebuild:
31 + Add note to inform people that FSF gdb also works for them, and probably is
32 + the better choice.
33
34 *gdb-apple-1705 (03 Sep 2011)
35
36
37
38
39 1.2 sys-devel/gdb-apple/gdb-apple-1705.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild?r1=1.1&r2=1.2
44
45 Index: gdb-apple-1705.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gdb-apple-1705.ebuild 3 Sep 2011 14:30:33 -0000 1.1
52 +++ gdb-apple-1705.ebuild 3 Sep 2011 14:58:16 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 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-1705.ebuild,v 1.1 2011/09/03 14:30:33 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.2 2011/09/03 14:58:16 grobian Exp $
58
59 EAPI="3"
60
61 @@ -64,4 +64,10 @@
62 ewarn " % sudo chgrp procmod ${EPREFIX}/usr/bin/gdb"
63 ewarn " % sudo chmod g+s ${EPREFIX}/usr/bin/gdb"
64 fi
65 + if use x86-macos || use x64-macos ; then
66 + einfo "FSF gdb works on Intel-based OSX platforms, sometimes even"
67 + einfo "better than gdb-apple. You can consider installing FSF gdb"
68 + einfo "instead of gdb-apple, since the FSF version is surely more"
69 + einfo "advanced than this old 6.8 version modified by Apple."
70 + fi
71 }