summaryrefslogtreecommitdiff
path: root/devel/gdb/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-08-07 14:18:26 +0000
committerjschauma <jschauma@pkgsrc.org>2002-08-07 14:18:26 +0000
commit5b2528cab1fcbe7a75017e2118241454cfec271c (patch)
tree0e07358ceb9fdf2ded63547ce615226dffe10f68 /devel/gdb/Makefile
parentdacd43efdfdaceb550c25d5d603803def614ff42 (diff)
downloadpkgsrc-5b2528cab1fcbe7a75017e2118241454cfec271c.tar.gz
Update to 5.2.1; remove ONLY_FOR_PLATFORM: even though gdb is in the NetBSD
base system, people may want to install it from pkgsrc, particularly on Darwin (?), Linux, SunOS and since there is no problem in having one gdb in pkgsrc and one in the base-system, no harm is done. Changes since the last version (4.18) are numerous; highlights include: * New command "set trust-readonly-sections on[off]". * New command "generate-core-file" (or "gcore"). * New command line option --pid or -p followed by a process id * The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. * a new `operate-and-get-next' function bound to `C-o'.
Diffstat (limited to 'devel/gdb/Makefile')
-rw-r--r--devel/gdb/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 78c97b42f48..339a6fd577f 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2002/02/18 15:14:10 seb Exp $
+# $NetBSD: Makefile,v 1.5 2002/08/07 14:18:26 jschauma Exp $
#
-DISTNAME= gdb-4.18
+DISTNAME= gdb-5.2.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
+MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
COMMENT= symbolic debugger for multiple language frontends
-ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
-
MAKE_ENV+= CPPFLAGS=
INFO_FILES= gdb.info gdbint.info stabs.info bfd.info
INFO_FILES+= mmalloc.info standards.info