pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdb6 gdb6: Remove this package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56fec1854681
branches:  trunk
changeset: 369417:56fec1854681
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Fri Sep 29 14:05:37 2017 +0000

description:
gdb6: Remove this package

gdb6 has been eliminated from pkgsrc and moved to pkgsrc-wip/gdb6 for those
who still may care about it. pkgsrc developers no longer intend to maintain
this version in the main repository.

diffstat:

 devel/gdb6/DESCR                          |   3 -
 devel/gdb6/Makefile                       |  41 ----------------
 devel/gdb6/PLIST.Linux                    |   3 -
 devel/gdb6/PLIST.common                   |  39 ----------------
 devel/gdb6/distinfo                       |  51 ---------------------
 devel/gdb6/files/nbsd-nat.c               |  54 ----------------------
 devel/gdb6/options.mk                     |  15 ------
 devel/gdb6/patches/patch-aa               |  68 ----------------------------
 devel/gdb6/patches/patch-ab               |  13 -----
 devel/gdb6/patches/patch-ac               |  13 -----
 devel/gdb6/patches/patch-ad               |  26 ----------
 devel/gdb6/patches/patch-ae               |  13 -----
 devel/gdb6/patches/patch-af               |  28 -----------
 devel/gdb6/patches/patch-ag               |  15 ------
 devel/gdb6/patches/patch-ah               |  13 -----
 devel/gdb6/patches/patch-ai               |  21 --------
 devel/gdb6/patches/patch-aj               |  10 ----
 devel/gdb6/patches/patch-ak               |  20 --------
 devel/gdb6/patches/patch-al               |  21 --------
 devel/gdb6/patches/patch-am               |  11 ----
 devel/gdb6/patches/patch-an               |  21 --------
 devel/gdb6/patches/patch-ao               |  12 ----
 devel/gdb6/patches/patch-ap               |  12 ----
 devel/gdb6/patches/patch-aq               |  16 ------
 devel/gdb6/patches/patch-ar               |  22 ---------
 devel/gdb6/patches/patch-as               |  21 --------
 devel/gdb6/patches/patch-at               |  22 ---------
 devel/gdb6/patches/patch-au               |  13 -----
 devel/gdb6/patches/patch-av               |  12 ----
 devel/gdb6/patches/patch-aw               |  13 -----
 devel/gdb6/patches/patch-ax               |  12 ----
 devel/gdb6/patches/patch-ay               |  38 ---------------
 devel/gdb6/patches/patch-az               |  12 ----
 devel/gdb6/patches/patch-ba               |  19 -------
 devel/gdb6/patches/patch-bb               |  14 -----
 devel/gdb6/patches/patch-bc               |  37 ---------------
 devel/gdb6/patches/patch-bd               |  13 -----
 devel/gdb6/patches/patch-be               |  12 ----
 devel/gdb6/patches/patch-bf               |  13 -----
 devel/gdb6/patches/patch-bg               |  50 --------------------
 devel/gdb6/patches/patch-bh               |  12 ----
 devel/gdb6/patches/patch-bi               |  13 -----
 devel/gdb6/patches/patch-bj               |  67 ---------------------------
 devel/gdb6/patches/patch-bk               |  25 ----------
 devel/gdb6/patches/patch-bl               |  13 -----
 devel/gdb6/patches/patch-bm               |   9 ---
 devel/gdb6/patches/patch-bn               |  13 -----
 devel/gdb6/patches/patch-bo               |  75 -------------------------------
 devel/gdb6/patches/patch-bp               |  15 ------
 devel/gdb6/patches/patch-br               |  28 -----------
 devel/gdb6/patches/patch-gdb_dwarf2read.c |  42 -----------------
 devel/gdb6/patches/patch-gdb_dwarfread.c  |  43 -----------------
 52 files changed, 0 insertions(+), 1217 deletions(-)

diffs (truncated from 1425 to 300 lines):

diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/DESCR
--- a/devel/gdb6/DESCR  Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-GDB, the GNU Project debugger, allows you to see what is
-going on `inside' another program while it executes -- or
-what another program was doing at the moment it crashed.
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/Makefile
--- a/devel/gdb6/Makefile       Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2015/08/18 07:31:04 wiz Exp $
-#
-
-DISTNAME=              gdb-6.2.1
-PKGREVISION=           8
-CATEGORIES=            devel
-MASTER_SITES=          ftp://sources.redhat.com/pub/gdb/releases/
-EXTRACT_SUFX=          .tar.bz2
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.gnu.org/software/gdb/gdb.html
-COMMENT=               The GNU Project Debugger
-
-# This (outdated) gdb does not understand mach-o (hence macos) and has
-# never heard of dragonfly either, and is not worth fixing.
-NOT_FOR_PLATFORM=      Darwin-*-* DragonFly-*-*
-
-USE_TOOLS+=            gmake makeinfo msgfmt
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-REPLACE_LOCALEDIR_PATTERNS+=   Make-in
-GNU_CONFIGURE=         yes
-GNU_CONFIGURE_LIBSUBDIR=gdb6
-CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/gdb6
-CONFIGURE_ARGS+=       --enable-libada
-INFO_FILES=            yes
-
-.include "options.mk"
-
-pre-patch:
-       ${CP} ${FILESDIR}/nbsd-nat.c ${WRKSRC}/gdb
-
-do-test:
-       if ${PKG_INFO} -qe dejagnu; then                \
-               (cd ${WRKSRC} && ${GMAKE} check);       \
-       else                                            \
-               ${ECHO} "dejagnu is required for the test target";      \
-       fi
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/PLIST.Linux
--- a/devel/gdb6/PLIST.Linux    Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2009/02/11 21:58:40 shattered Exp $
-bin/gdbserver
-man/man1/gdbserver.1
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/PLIST.common
--- a/devel/gdb6/PLIST.common   Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-@comment $NetBSD: PLIST.common,v 1.4 2009/09/09 12:50:58 wiz Exp $
-bin/gdb
-${PLIST.tui}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
-lib/gdb6/libbfd.la
-lib/gdb6/libiberty.a
-lib/gdb6/libmmalloc.a
-lib/gdb6/libopcodes.la
-man/man1/gdb.1
-${PLIST.tui}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
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/distinfo
--- a/devel/gdb6/distinfo       Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 03:27:27 agc Exp $
-
-SHA1 (gdb-6.2.1.tar.bz2) = 50cee3887744c4140aafcc0e4eb579d94464dfd7
-RMD160 (gdb-6.2.1.tar.bz2) = 6fe9f3bbef076c55cbcdf05143e7d5f98f61f889
-SHA512 (gdb-6.2.1.tar.bz2) = dc253a48ae4480c38af726920ebcf9c44c3e4269d71283e60a6730298bfb4f368ec775b4ecca906c6a33dc9548ef05102ff6a8f088c4cca26f7e6279ef33a50c
-Size (gdb-6.2.1.tar.bz2) = 12820148 bytes
-SHA1 (patch-aa) = afb8d7805c2c01c131bc4a7949a532e5372817c0
-SHA1 (patch-ab) = b5c98fc990606e2f5c566864d02565d8fc9adeb4
-SHA1 (patch-ac) = bc9a4e5d77d571a6f06b88984fb2030beec37654
-SHA1 (patch-ad) = 7fddbe93dda4ddb659b050b0b511f5cb19e2777e
-SHA1 (patch-ae) = 19dbdb326643bf32a3d0c26cfea056cca19deb13
-SHA1 (patch-af) = 976cbe2b27c23a113c43cab791562a04d9e6d7e3
-SHA1 (patch-ag) = c53cc22ac5a2c5d5b2c1a7b0825558d8787b2bed
-SHA1 (patch-ah) = 048c03512a18f3234422a3afc00d6c45f2dea58d
-SHA1 (patch-ai) = 66e40920b5de734cbcf66c0b357e82a74f3c48c0
-SHA1 (patch-aj) = a54471bf7cdd42def5e78137df3674988ae3c04b
-SHA1 (patch-ak) = 6ae7afb646fe7464b8a3667913ac6681b1df34e6
-SHA1 (patch-al) = c883cc007cd43c478b1ba0f09ca084391552ba3b
-SHA1 (patch-am) = 3d9a9eb8dce8a8cb83f8e7afc504bf52cdec0b1d
-SHA1 (patch-an) = ba113183487cea58e71b932754d3b7b77f1c96f9
-SHA1 (patch-ao) = 6b977d1da6d94ff32bdf1e3627ee534333cc2a79
-SHA1 (patch-ap) = 3e41ee1623a52802268d5986559ce7ab742f36e7
-SHA1 (patch-aq) = bf4b1c62b003e65f5810a7d28f8464e936e8d190
-SHA1 (patch-ar) = d8b8e91f191837fd1b98e23733780ccfecd61b3b
-SHA1 (patch-as) = eef1bd1d5f00a6fc65d81c46063be9983dbe472b
-SHA1 (patch-at) = f60be4c062e0df4a31f1795b5d2708065ee368cb
-SHA1 (patch-au) = 0595fd12a2dd0f7ec4ec95b74537094ea7314273
-SHA1 (patch-av) = 0ec7cfe9b232caeb1d6fd20fb5fd64f045e68bbf
-SHA1 (patch-aw) = 272b4035d1bcde2fadc04a90ad471de681680c34
-SHA1 (patch-ax) = bacd2687675ccbb7cbc05359323c0bf32f75e9e5
-SHA1 (patch-ay) = edcb6662c891738a0582bbfed151bff3812a5f8d
-SHA1 (patch-az) = b3f7b9f8a3ad7762637fe9f60a45e50206b713ae
-SHA1 (patch-ba) = d85e155d88e17da9c316c69e6fea3a7ba2e470ee
-SHA1 (patch-bb) = 63dde49eaf61bf85ce6dae12ec9af33ae4addfb5
-SHA1 (patch-bc) = 9c8d886a5b412e64a9a8e6165110a5c336ff65ae
-SHA1 (patch-bd) = 840ce6ceb34afea4c8b789c70fb848ad9942ce39
-SHA1 (patch-be) = dd353978d62cc45aadf6259e8b5f7b2895317f9c
-SHA1 (patch-bf) = 1c56789841982089a32bdcca8465f6d2112503b0
-SHA1 (patch-bg) = 8a7c8e5d081d261b7493d633931d7003f49001ae
-SHA1 (patch-bh) = c62928b6b8c4857ddb373ab3ac7f111442672b9d
-SHA1 (patch-bi) = 96f44172271f9a45f9136bda159371ee709da59a
-SHA1 (patch-bj) = 43cf376dddf9f91dceee8d1eba853171fd873905
-SHA1 (patch-bk) = 98f836c7007a668b812d119be294842a957cb507
-SHA1 (patch-bl) = c125f2a1bed7c5b528e463ff619a77f84edd1f55
-SHA1 (patch-bm) = baf198e86cb5e9d8b9f6b0bd6d7ccd1ca61227b4
-SHA1 (patch-bn) = cfeee69148028782b9ab6580f0f619d5f3327325
-SHA1 (patch-bo) = 92221afaa93d9362057783c20100ce7ff1b5df9b
-SHA1 (patch-bp) = bff41b3fb0f5952cbcd37797ec4bb63f6f79da8d
-SHA1 (patch-br) = f1e1a0b16721cdc8b1379685a0598211e71cee49
-SHA1 (patch-gdb_dwarf2read.c) = 811455c31b004a35ba557244037cde55c0161777
-SHA1 (patch-gdb_dwarfread.c) = 56a2210a50e31d464eb4ca295b3021d010f738d2
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/files/nbsd-nat.c
--- a/devel/gdb6/files/nbsd-nat.c       Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-/* Low level Unix child interface to ptrace, for GDB when running under Unix.
-   Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-   1998, 1999, 2000, 2001, 2002
-   Free Software Foundation, Inc.
-
-   This file is part of GDB.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
-
-#include "defs.h"
-#include "frame.h"
-#include "inferior.h"
-#include "target.h"
-#include "gdb_string.h"
-#include "regcache.h"
-
-#include "gdb_wait.h"
-
-#include "command.h"
-
-#include <sys/types.h>
-#include "gdb_dirent.h"
-#include <sys/ptrace.h>
-#include <machine/reg.h>
-#include "i386-tdep.h"
-
-#define ATTACH_DETACH
-/* Start debugging the process whose number is PID.  */
-int
-attach (int pid)
-{
-  errno = 0;
-  if (pid == getpid())
-       ptrace (PT_TRACE_ME, pid, (PTRACE_ARG3_TYPE) 0, 0);
-  else
-       ptrace (PT_ATTACH, pid, (PTRACE_ARG3_TYPE) 0, 0);
-  if (errno)
-    perror_with_name ("ptrace");
-  attach_flag = 1;
-  return pid;
-}
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/options.mk
--- a/devel/gdb6/options.mk     Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2009/04/04 13:49:17 wiz Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.gdb6
-PKG_SUPPORTED_OPTIONS= gdb6-tui
-PKG_SUGGESTED_OPTIONS= gdb6-tui
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   tui
-.if !empty(PKG_OPTIONS:Mgdb6-tui)
-PLIST.tui=     yes
-.include "../../mk/curses.buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-tui
-.endif
diff -r 24080aa2672e -r 56fec1854681 devel/gdb6/patches/patch-aa
--- a/devel/gdb6/patches/patch-aa       Fri Sep 29 14:03:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/03/14 00:47:50 joerg Exp $
-
---- gdb/i386bsd-nat.c.orig     2004-05-31 11:20:41.000000000 +0000
-+++ gdb/i386bsd-nat.c
-@@ -33,6 +33,19 @@
- 
- #include "i386-tdep.h"
- #include "i387-tdep.h"
-+#ifdef HAVE_SYS_PROCFS_H
-+#include <sys/procfs.h>
-+#endif
-+
-+#ifndef HAVE_GREGSET_T
-+typedef struct reg gregset_t;
-+#endif
-+
-+#ifndef HAVE_FPREGSET_T
-+typedef struct fpreg fpregset_t;
-+#endif
-+
-+#include "gregset.h"
- 
- 
- /* In older BSD versions we cannot get at some of the segment
-@@ -349,7 +362,7 @@ _initialize_i386bsd_nat (void)
-      system header files and sysctl(3) to get at the relevant
-      information.  */
- 
--#if defined (__FreeBSD_version) && __FreeBSD_version >= 400011
-+#if defined(__DragonFly__) || (defined (__FreeBSD_version) && __FreeBSD_version >= 400011)
- #define SC_REG_OFFSET i386fbsd4_sc_reg_offset
- #elif defined (__FreeBSD_version) && __FreeBSD_version >= 300005
- #define SC_REG_OFFSET i386fbsd_sc_reg_offset
-@@ -373,7 +386,11 @@ _initialize_i386bsd_nat (void)
- 
-   /* Override the default value for the offset of the program counter
-      in the sigcontext structure.  */
--  offset = offsetof (struct sigcontext, sc_pc);
-+#if defined(__DragonFly__)
-+  offset = offsetof (ucontext_t, uc_mcontext.mc_eip);
-+#else
-+  offset = offsetof (ucontext_t, uc_mcontext.__gregs[_REG_EIP]);
-+#endif
- 
-   if (SC_PC_OFFSET != offset)
-     {
-@@ -386,7 +403,11 @@ Please report this to <bug-gdb%gnu.org@localhost>.
-   SC_PC_OFFSET = offset;
- 
-   /* Likewise for the stack pointer.  */
--  offset = offsetof (struct sigcontext, sc_sp);
-+#if defined(__DragonFly__)
-+  offset = offsetof (ucontext_t, uc_mcontext.mc_esp);
-+#else
-+  offset = offsetof (ucontext_t, uc_mcontext.__gregs[_REG_UESP]);
-+#endif
- 
-   if (SC_SP_OFFSET != offset)
-     {
-@@ -399,7 +420,7 @@ Please report this to <bug-gdb%gnu.org@localhost>.
-   SC_SP_OFFSET = offset;
- 



Home | Main Index | Thread Index | Old Index