pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gdb Under Linux, gdbserver is built and installe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6aa3a8224d50
branches: trunk
changeset: 463017:6aa3a8224d50
user: reed <reed%pkgsrc.org@localhost>
date: Fri Oct 24 18:49:52 2003 +0000
description:
Under Linux, gdbserver is built and installed. So set up PLIST.common
and PLIST.Linux so it is registered.
Although it has no change for NetBSD, I bumped the PKGREVISION so
it would be clear that this is a different package for Linux.
gdbserver is for SunOS too. Can someone check and add PLIST.SunOS?
diffstat:
devel/gdb/Makefile | 4 +-
devel/gdb/PLIST | 71 --------------------------------------------------
devel/gdb/PLIST.Linux | 3 ++
devel/gdb/PLIST.common | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 76 insertions(+), 73 deletions(-)
diffs (171 lines):
diff -r 8ec166db649b -r 6aa3a8224d50 devel/gdb/Makefile
--- a/devel/gdb/Makefile Fri Oct 24 12:42:05 2003 +0000
+++ b/devel/gdb/Makefile Fri Oct 24 18:49:52 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/08/09 10:44:38 seb Exp $
+# $NetBSD: Makefile,v 1.14 2003/10/24 18:49:52 reed Exp $
#
DISTNAME= gdb-5.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
diff -r 8ec166db649b -r 6aa3a8224d50 devel/gdb/PLIST
--- a/devel/gdb/PLIST Fri Oct 24 12:42:05 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2003/06/23 10:54:15 seb Exp $
-bin/gdb
-include/ansidecl.h
-include/bfd.h
-include/bfdlink.h
-include/dis-asm.h
-include/symcat.h
-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/bfd.info-7
-info/bfd.info-8
-info/bfd.info-9
-info/gdb.info
-info/gdb.info-1
-info/gdb.info-10
-info/gdb.info-11
-info/gdb.info-12
-info/gdb.info-13
-info/gdb.info-14
-info/gdb.info-15
-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/gdbint.info-4
-info/gdbint.info-5
-info/gdbint.info-6
-info/gdbint.info-7
-info/mmalloc.info
-info/stabs.info
-info/stabs.info-1
-info/stabs.info-2
-info/stabs.info-3
-info/stabs.info-4
-lib/libbfd-2.13.90.so
-lib/libbfd.a
-lib/libbfd.la
-lib/libbfd.so
-lib/libiberty.a
-lib/libmmalloc.a
-lib/libopcodes-2.13.90.so
-lib/libopcodes.a
-lib/libopcodes.la
-lib/libopcodes.so
-${PKGLOCALEDIR}/locale/da/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bfd.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bfd.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/id/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bfd.mo
-${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bfd.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/opcodes.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/bfd.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/opcodes.mo
-man/man1/gdb.1
diff -r 8ec166db649b -r 6aa3a8224d50 devel/gdb/PLIST.Linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb/PLIST.Linux Fri Oct 24 18:49:52 2003 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2003/10/24 18:49:52 reed Exp $
+bin/gdbserver
+man/man1/gdbserver.1
diff -r 8ec166db649b -r 6aa3a8224d50 devel/gdb/PLIST.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gdb/PLIST.common Fri Oct 24 18:49:52 2003 +0000
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST.common,v 1.1 2003/10/24 18:49:52 reed Exp $
+bin/gdb
+include/ansidecl.h
+include/bfd.h
+include/bfdlink.h
+include/dis-asm.h
+include/symcat.h
+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/bfd.info-7
+info/bfd.info-8
+info/bfd.info-9
+info/gdb.info
+info/gdb.info-1
+info/gdb.info-10
+info/gdb.info-11
+info/gdb.info-12
+info/gdb.info-13
+info/gdb.info-14
+info/gdb.info-15
+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/gdbint.info-4
+info/gdbint.info-5
+info/gdbint.info-6
+info/gdbint.info-7
+info/mmalloc.info
+info/stabs.info
+info/stabs.info-1
+info/stabs.info-2
+info/stabs.info-3
+info/stabs.info-4
+lib/libbfd-2.13.90.so
+lib/libbfd.a
+lib/libbfd.la
+lib/libbfd.so
+lib/libiberty.a
+lib/libmmalloc.a
+lib/libopcodes-2.13.90.so
+lib/libopcodes.a
+lib/libopcodes.la
+lib/libopcodes.so
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bfd.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bfd.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bfd.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bfd.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/opcodes.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/bfd.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/opcodes.mo
+man/man1/gdb.1
Home |
Main Index |
Thread Index |
Old Index