From: Fabian Groffen Date: Sat, 3 Sep 2011 14:58:16 +0000 (+0000) Subject: Add note to inform people that FSF gdb also works for them, and probably is the bette... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b7afa2838000faf2f539dbb0b124e30ba568ebd0;p=gentoo.git Add note to inform people that FSF gdb also works for them, and probably is the better choice. Package-Manager: portage-2.2.01.19120-prefix/cvs/Darwin i386 --- 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 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 }