diff options
author | agc <agc@pkgsrc.org> | 1999-07-01 15:26:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-07-01 15:26:19 +0000 |
commit | ddd3b276238b60298cdc9acd1d81ba13a49cb838 (patch) | |
tree | 0e42adbc6f0dec340bdfc56a8bcddc3f6b42e502 /devel/gdb | |
parent | 6ec4a04ad49f5d3ce400fcebdc58f6bcfd4e4a6e (diff) | |
download | pkgsrc-ddd3b276238b60298cdc9acd1d81ba13a49cb838.tar.gz |
Initial import of gdb-4.18, the GNU symbolic debugger, into the NetBSD
packages collection. This package is only for Solaris - it is part of
the base NetBSD system.
Diffstat (limited to 'devel/gdb')
-rw-r--r-- | devel/gdb/Makefile | 21 | ||||
-rw-r--r-- | devel/gdb/files/md5 | 3 | ||||
-rw-r--r-- | devel/gdb/patches/patch-aa | 14 | ||||
-rw-r--r-- | devel/gdb/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/gdb/pkg/DESCR | 18 | ||||
-rw-r--r-- | devel/gdb/pkg/PLIST | 41 |
6 files changed, 98 insertions, 0 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile new file mode 100644 index 00000000000..1bf54646ac5 --- /dev/null +++ b/devel/gdb/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 15:26:19 agc Exp $ +# + +DISTNAME= gdb-4.18 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html + +NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system + +MAKE_ENV+= CPPFLAGS= +INFO_FILES= gdb.info gdbint.info stabs.info bfd.info +INFO_FILES+= mmalloc.info standards.info +INSTALL_TARGET= install install-info + +do-configure: + cd ${WRKSRC}; ./configure --prefix=${PREFIX} + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/gdb/files/md5 b/devel/gdb/files/md5 new file mode 100644 index 00000000000..6d903eb4040 --- /dev/null +++ b/devel/gdb/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/01 15:26:20 agc Exp $ + +MD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473 diff --git a/devel/gdb/patches/patch-aa b/devel/gdb/patches/patch-aa new file mode 100644 index 00000000000..40903f0f461 --- /dev/null +++ b/devel/gdb/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/01 15:26:20 agc Exp $ + +Don't install readline. + +--- Makefile.in Wed Apr 7 22:40:04 1999 ++++ Makefile.in Thu Jul 1 15:15:36 1999 +@@ -699,7 +699,6 @@ + install-perl \ + install-prms \ + install-rcs \ +- install-readline \ + install-recode \ + install-sed \ + install-send-pr \ diff --git a/devel/gdb/pkg/COMMENT b/devel/gdb/pkg/COMMENT new file mode 100644 index 00000000000..06d915ced78 --- /dev/null +++ b/devel/gdb/pkg/COMMENT @@ -0,0 +1 @@ +symbolic debugger for multiple language frontends diff --git a/devel/gdb/pkg/DESCR b/devel/gdb/pkg/DESCR new file mode 100644 index 00000000000..1f94ea859cc --- /dev/null +++ b/devel/gdb/pkg/DESCR @@ -0,0 +1,18 @@ + The purpose of a debugger such as GDB is to allow you to see what is +going on "inside" another program while it executes--or what another +program was doing at the moment it crashed. + + GDB can do four main kinds of things (plus other things in support of +these) to help you catch bugs in the act: + + * Start your program, specifying anything that might affect its + behavior. + + * Make your program stop on specified conditions. + + * Examine what has happened, when your program has stopped. + + * Change things in your program, so you can experiment with + correcting the effects of one bug and go on to learn about another. + + diff --git a/devel/gdb/pkg/PLIST b/devel/gdb/pkg/PLIST new file mode 100644 index 00000000000..6e223b75a83 --- /dev/null +++ b/devel/gdb/pkg/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/01 15:26:20 agc Exp $ +bin/gdb +include/bfd.h +include/ansidecl.h +include/bfdlink.h +info/standards.info +info/mmalloc.info +info/bfd.info +info/bfd.info-1 +info/bfd.info-2 +info/bfd.info-3 +info/bfd.info-4 +info/bfd.info-5 +info/bfd.info-6 +info/gdb.info +info/gdb.info-1 +info/gdb.info-10 +info/gdb.info-2 +info/gdb.info-3 +info/gdb.info-4 +info/gdb.info-5 +info/gdb.info-6 +info/gdb.info-7 +info/gdb.info-8 +info/gdb.info-9 +info/gdbint.info +info/gdbint.info-1 +info/gdbint.info-2 +info/gdbint.info-3 +info/stabs.info +info/stabs.info-1 +info/stabs.info-2 +info/stabs.info-3 +info/stabs.info-4 +lib/libbfd.la +lib/libiberty.a +lib/libbfd.a +lib/libopcodes.a +lib/libopcodes.la +lib/libmmalloc.a +man/man1/gdb.1 |