Add note to inform people that FSF gdb also works for them, and probably is the bette...
authorFabian Groffen <grobian@gentoo.org>
Sat, 3 Sep 2011 14:58:16 +0000 (14:58 +0000)
committerFabian Groffen <grobian@gentoo.org>
Sat, 3 Sep 2011 14:58:16 +0000 (14:58 +0000)
Package-Manager: portage-2.2.01.19120-prefix/cvs/Darwin i386

sys-devel/gdb-apple/ChangeLog
sys-devel/gdb-apple/gdb-apple-1705.ebuild

index 91bff06b936c04888c9394381a8e79fac1e8614a..9dd6dcbfc490e9fb6e00343867a1f7f0826d9c87 100644 (file)
@@ -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)
 
index 55d74ba585666b29f6a0358a7b82ac1f6f3fd6ba..1feb453f5c350c4b6d5a960ca77ede8e99de712c 100644 (file)
@@ -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
 }