diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-09-03 14:58:16 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-09-03 14:58:16 +0000 |
commit | 2ab12cf02df1799c11818a359bd28b0f62ca1c84 (patch) | |
tree | 48b973d528f4eff47b0d96bbad9a1746267b70d0 /sys-devel | |
parent | Fixed Prefix support, and marked ~x86-macos and ~x64-macos (diff) | |
download | gentoo-2-2ab12cf02df1799c11818a359bd28b0f62ca1c84.tar.gz gentoo-2-2ab12cf02df1799c11818a359bd28b0f62ca1c84.tar.bz2 gentoo-2-2ab12cf02df1799c11818a359bd28b0f62ca1c84.zip |
Add note to inform people that FSF gdb also works for them, and probably is the better choice.
(Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb-apple/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-1705.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys-devel/gdb-apple/ChangeLog b/sys-devel/gdb-apple/ChangeLog index 91bff06b936c..9dd6dcbfc490 100644 --- a/sys-devel/gdb-apple/ChangeLog +++ b/sys-devel/gdb-apple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gdb-apple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.13 2011/09/03 14:30:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.14 2011/09/03 14:58:16 grobian Exp $ + + 03 Sep 2011; Fabian Groffen <grobian@gentoo.org> gdb-apple-1705.ebuild: + Add note to inform people that FSF gdb also works for them, and probably is + the better choice. *gdb-apple-1705 (03 Sep 2011) diff --git a/sys-devel/gdb-apple/gdb-apple-1705.ebuild b/sys-devel/gdb-apple/gdb-apple-1705.ebuild index 55d74ba58566..1feb453f5c35 100644 --- a/sys-devel/gdb-apple/gdb-apple-1705.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1705.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.1 2011/09/03 14:30:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.2 2011/09/03 14:58:16 grobian Exp $ EAPI="3" @@ -64,4 +64,10 @@ pkg_postinst() { ewarn " % sudo chgrp procmod ${EPREFIX}/usr/bin/gdb" ewarn " % sudo chmod g+s ${EPREFIX}/usr/bin/gdb" fi + if use x86-macos || use x64-macos ; then + einfo "FSF gdb works on Intel-based OSX platforms, sometimes even" + einfo "better than gdb-apple. You can consider installing FSF gdb" + einfo "instead of gdb-apple, since the FSF version is surely more" + einfo "advanced than this old 6.8 version modified by Apple." + fi } |