diff options
author | shattered <shattered@pkgsrc.org> | 2009-02-11 21:58:40 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-02-11 21:58:40 +0000 |
commit | 9c4ebb49907ce82e079371bb898e3eef84b5179e (patch) | |
tree | bed5370ec73e91f00af034e40dcde8d4fa043def /devel/gdb6 | |
parent | 80a7db589e9a84bbbe779161d8d4032268cf8fb8 (diff) | |
download | pkgsrc-9c4ebb49907ce82e079371bb898e3eef84b5179e.tar.gz |
On Linux, gdbserver is built and installed, but is missing from PLIST.
Copy PLIST.Linux from devel/gdb. Fixes PR 36621.
OK by wiz@.
Diffstat (limited to 'devel/gdb6')
-rw-r--r-- | devel/gdb6/PLIST.Linux | 3 | ||||
-rw-r--r-- | devel/gdb6/PLIST.common (renamed from devel/gdb6/PLIST) | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/gdb6/PLIST.Linux b/devel/gdb6/PLIST.Linux new file mode 100644 index 00000000000..f497dd90460 --- /dev/null +++ b/devel/gdb6/PLIST.Linux @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2009/02/11 21:58:40 shattered Exp $ +bin/gdbserver +man/man1/gdbserver.1 diff --git a/devel/gdb6/PLIST b/devel/gdb6/PLIST.common index 1b7c8d4c44e..c0413702af3 100644 --- a/devel/gdb6/PLIST +++ b/devel/gdb6/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:16 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2009/02/11 21:58:40 shattered Exp $ bin/gdb bin/gdbtui include/gdb6/ansidecl.h |