diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 02:16:49 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 02:16:49 +0000 |
commit | a682d70699cc635344f90199e1f94da04e8d6d26 (patch) | |
tree | 86177b036d00c705ceaff78c3e4e8c59e9dc83af | |
parent | ddb04678bc666a189b22d805570e16081a3fd559 (diff) | |
download | pkgsrc-a682d70699cc635344f90199e1f94da04e8d6d26.tar.gz |
document NOT_FOR_PLATFORM
-rw-r--r-- | devel/gdb/Makefile | 7 | ||||
-rw-r--r-- | devel/gdb6/Makefile | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index f2e8aada3e9..9e16ffd4358 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/10/31 11:16:59 asau Exp $ +# $NetBSD: Makefile,v 1.45 2015/01/04 02:16:49 dholland Exp $ # DISTNAME= gdb-5.3 @@ -10,6 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html COMMENT= Symbolic debugger for multiple language frontends +# This (ancient) version of gdb does not understand or has never heard of +# - mach-o (hence macos) +# - dragonfly +# - amd64 (probably on all OSes but certainly on netbsd) +# and is not worth fixing. NOT_FOR_PLATFORM= Darwin-*-* DragonFly-*-* NetBSD-*-x86_64 BROKEN_GETTEXT_DETECTION= yes diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index a424684deac..33324137e3b 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/02/01 22:21:05 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/01/04 02:18:11 dholland Exp $ # DISTNAME= gdb-6.2.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html COMMENT= The GNU Project Debugger +# This (outdated) gdb does not understand mach-o (hence macos) and has +# never heard of dragonfly either, and is not worth fixing. NOT_FOR_PLATFORM= Darwin-*-* DragonFly-*-* USE_TOOLS+= gmake makeinfo msgfmt |