summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2015-01-04 02:16:49 +0000
committerdholland <dholland>2015-01-04 02:16:49 +0000
commit50a3ee6b6e8d6862c1359dde600c9c064ed58c8e (patch)
tree86177b036d00c705ceaff78c3e4e8c59e9dc83af
parent36d0113621d16b0c625ab4b6d825be307a8f0402 (diff)
downloadpkgsrc-50a3ee6b6e8d6862c1359dde600c9c064ed58c8e.tar.gz
document NOT_FOR_PLATFORM
-rw-r--r--devel/gdb/Makefile7
-rw-r--r--devel/gdb6/Makefile4
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