From c0f538844d928d31d3b8efb3f59bb9d81d815078 Mon Sep 17 00:00:00 2001 From: shattered Date: Wed, 11 Feb 2009 21:58:40 +0000 Subject: On Linux, gdbserver is built and installed, but is missing from PLIST. Copy PLIST.Linux from devel/gdb. Fixes PR 36621. OK by wiz@. --- devel/gdb6/PLIST | 42 ------------------------------------------ devel/gdb6/PLIST.Linux | 3 +++ devel/gdb6/PLIST.common | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 42 deletions(-) delete mode 100644 devel/gdb6/PLIST create mode 100644 devel/gdb6/PLIST.Linux create mode 100644 devel/gdb6/PLIST.common (limited to 'devel') diff --git a/devel/gdb6/PLIST b/devel/gdb6/PLIST deleted file mode 100644 index 1b7c8d4c44e..00000000000 --- a/devel/gdb6/PLIST +++ /dev/null @@ -1,42 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:16 jlam Exp $ -bin/gdb -bin/gdbtui -include/gdb6/ansidecl.h -include/gdb6/bfd.h -include/gdb6/bfdlink.h -include/gdb6/dis-asm.h -include/gdb6/symcat.h -info/annotate.info -info/bfd.info -info/configure.info -info/gdb.info -info/gdbint.info -info/mmalloc.info -info/stabs.info -info/standards.info -lib/gdb6/libbfd.la -lib/gdb6/libiberty.a -lib/gdb6/libmmalloc.a -lib/gdb6/libopcodes.la -man/man1/gdb.1 -man/man1/gdbtui.1 -share/locale/da/LC_MESSAGES/bfd.mo -share/locale/da/LC_MESSAGES/opcodes.mo -share/locale/de/LC_MESSAGES/opcodes.mo -share/locale/es/LC_MESSAGES/bfd.mo -share/locale/es/LC_MESSAGES/opcodes.mo -share/locale/fr/LC_MESSAGES/bfd.mo -share/locale/fr/LC_MESSAGES/opcodes.mo -share/locale/id/LC_MESSAGES/opcodes.mo -share/locale/ja/LC_MESSAGES/bfd.mo -share/locale/nl/LC_MESSAGES/opcodes.mo -share/locale/pt_BR/LC_MESSAGES/opcodes.mo -share/locale/ro/LC_MESSAGES/bfd.mo -share/locale/ro/LC_MESSAGES/opcodes.mo -share/locale/sv/LC_MESSAGES/bfd.mo -share/locale/sv/LC_MESSAGES/opcodes.mo -share/locale/tr/LC_MESSAGES/bfd.mo -share/locale/tr/LC_MESSAGES/opcodes.mo -share/locale/zh_CN/LC_MESSAGES/bfd.mo -@dirrm lib/gdb6 -@dirrm include/gdb6 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.common b/devel/gdb6/PLIST.common new file mode 100644 index 00000000000..c0413702af3 --- /dev/null +++ b/devel/gdb6/PLIST.common @@ -0,0 +1,42 @@ +@comment $NetBSD: PLIST.common,v 1.1 2009/02/11 21:58:40 shattered Exp $ +bin/gdb +bin/gdbtui +include/gdb6/ansidecl.h +include/gdb6/bfd.h +include/gdb6/bfdlink.h +include/gdb6/dis-asm.h +include/gdb6/symcat.h +info/annotate.info +info/bfd.info +info/configure.info +info/gdb.info +info/gdbint.info +info/mmalloc.info +info/stabs.info +info/standards.info +lib/gdb6/libbfd.la +lib/gdb6/libiberty.a +lib/gdb6/libmmalloc.a +lib/gdb6/libopcodes.la +man/man1/gdb.1 +man/man1/gdbtui.1 +share/locale/da/LC_MESSAGES/bfd.mo +share/locale/da/LC_MESSAGES/opcodes.mo +share/locale/de/LC_MESSAGES/opcodes.mo +share/locale/es/LC_MESSAGES/bfd.mo +share/locale/es/LC_MESSAGES/opcodes.mo +share/locale/fr/LC_MESSAGES/bfd.mo +share/locale/fr/LC_MESSAGES/opcodes.mo +share/locale/id/LC_MESSAGES/opcodes.mo +share/locale/ja/LC_MESSAGES/bfd.mo +share/locale/nl/LC_MESSAGES/opcodes.mo +share/locale/pt_BR/LC_MESSAGES/opcodes.mo +share/locale/ro/LC_MESSAGES/bfd.mo +share/locale/ro/LC_MESSAGES/opcodes.mo +share/locale/sv/LC_MESSAGES/bfd.mo +share/locale/sv/LC_MESSAGES/opcodes.mo +share/locale/tr/LC_MESSAGES/bfd.mo +share/locale/tr/LC_MESSAGES/opcodes.mo +share/locale/zh_CN/LC_MESSAGES/bfd.mo +@dirrm lib/gdb6 +@dirrm include/gdb6 -- cgit v1.2.3