pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gdb6 On Linux, gdbserver is built and installed,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0853f0cfa32
branches:  trunk
changeset: 554282:f0853f0cfa32
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Wed Feb 11 21:58:40 2009 +0000

description:
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:

 devel/gdb6/PLIST        |  42 ------------------------------------------
 devel/gdb6/PLIST.Linux  |   3 +++
 devel/gdb6/PLIST.common |  42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 42 deletions(-)

diffs (99 lines):

diff -r eea1b4c6ed9c -r f0853f0cfa32 devel/gdb6/PLIST
--- a/devel/gdb6/PLIST  Wed Feb 11 21:52:59 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r eea1b4c6ed9c -r f0853f0cfa32 devel/gdb6/PLIST.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb6/PLIST.Linux    Wed Feb 11 21:58:40 2009 +0000
@@ -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 -r eea1b4c6ed9c -r f0853f0cfa32 devel/gdb6/PLIST.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb6/PLIST.common   Wed Feb 11 21:58:40 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index