summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-09-03 14:58:16 +0000
committerFabian Groffen <grobian@gentoo.org>2011-09-03 14:58:16 +0000
commitb7afa2838000faf2f539dbb0b124e30ba568ebd0 (patch)
treeef1549873685b4edf564366941fd72c3973e6925 /sys-devel/gdb-apple
parentFixed Prefix support, and marked ~x86-macos and ~x64-macos (diff)
downloadhistorical-b7afa2838000faf2f539dbb0b124e30ba568ebd0.tar.gz
historical-b7afa2838000faf2f539dbb0b124e30ba568ebd0.tar.bz2
historical-b7afa2838000faf2f539dbb0b124e30ba568ebd0.zip
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
Diffstat (limited to 'sys-devel/gdb-apple')
-rw-r--r--sys-devel/gdb-apple/ChangeLog6
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1705.ebuild8
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
}