summaryrefslogtreecommitdiff
path: root/devel/gdb/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Revert following commit (gdb doesn't confict with autoconf):sbd1-4/+2
Module Name: pkgsrc Committed By: sbd Date: Tue Dec 13 06:58:09 UTC 2011 Modified Files: pkgsrc/devel/gdb: Makefile distinfo pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_configure.in Added Files: pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_config.in patch-gdb_gdbserver_configure Log Message: This package can't use autoconf as to conflicts with it. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/gdb/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/gdb/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_config.in \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure.in
2011-12-13This package can't use autoconf as to conflicts with it.sbd1-2/+4
2011-12-10Regen distinfosbd1-2/+2
2011-12-05If <stdlib.h> is needed and its wrapped with HAVE_STDDLIB_H it must besbd1-1/+3
tested for by autoconf! <stdlib.h> is needed as it include <alloca.h> which is needed for alloca(3). Also fix DESTDIR support for gdbserver.
2011-12-05Revert commit:sbd1-3/+1
Module Name: pkgsrc Committed By: sbd Date: Mon Dec 5 19:34:41 UTC 2011 Modified Files: pkgsrc/devel/gdb: distinfo Added Files: pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_gdbreplay.c Log Message: alloca(3) is not avalible with glibc on linux if -fno-builtin is used. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gdb/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_gdbreplay.c
2011-12-05Fix DESTDIR support for gdbserversbd1-1/+2
2011-12-05alloca(3) is not avalible with glibc on linux if -fno-builtin is used.sbd1-1/+2
2011-03-05Add user-destdir installation support.obache1-2/+7
2008-01-06Some changes take a long time. This package had been broken since tworillig1-1/+2
years. The fix was trivially copied from devel/coconut, which had the same problem concerning an "invalid lvalue in increment".
2007-07-11The hash for the patch-as patch. For some reason it was ommited from the ↵lkundrak1-1/+2
previous commit.
2007-07-11Attempt to fix build on >1.6lkundrak1-2/+2
2007-07-03Fixes for CVE-2005-1704 and CVE-2005-1705. Bump PKGREVISION.lkundrak1-1/+3
2006-10-22Fixed "test ==".rillig1-1/+2
2006-02-27Fix errno. Add DragonFly support.joerg1-1/+8
2005-03-17Fix powerpc compilation problem with gcc-3.4. From Jorge Acereda inwiz1-1/+2
PR 29193.
2005-02-23Add RMD160 digests.agc1-1/+2
2003-03-10Update to gdb version 5.3.seb1-4/+9
Extract of changes below. *** Changes in GDB 5.3: * GNU/Linux shared library multi-threaded performance improved. * ``gdbserver'' now supports multi-threaded applications on some targets * GDB now supports C/C++ preprocessor macros. * Multi-arched targets. DEC Alpha (partial) alpha*-*-* DEC VAX (partial) vax-*-* NEC V850 v850-*-* National Semiconductor NS32000 (partial) ns32k-*-* Motorola 68000 (partial) m68k-*-* Motorola MCORE mcore-*-* * New targets. Fujitsu FRV architecture added by Red Hat frv*-*-* * New native configurations Alpha NetBSD alpha*-*-netbsd* SH NetBSD sh*-*-netbsdelf* MIPS NetBSD mips*-*-netbsd* UltraSPARC NetBSD sparc64-*-netbsd* * OBSOLETE configurations and files Mitsubishi D30V d30v-*-* OS/9000 i[34]86-*-os9k IBM AIX PS/2 i[3456]86-*-aix Fujitsu FR30 fr30-*-elf* Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88 Argonaut Risc Chip (ARC) arc-*-* i386 running Mach 3.0 i[3456]86-*-mach3* i386 running Mach i[3456]86-*-mach* i386 running OSF/1 i[3456]86-*osf1mk* HP/Apollo 68k Family m68*-apollo*-sysv*, m68*-apollo*-bsd*, m68*-hp-bsd*, m68*-hp-hpux* I960 with MON960 i960-*-coff * OBSOLETE languages CHILL, a Pascal like language used by telecommunications companies. * REMOVED configurations and files AMD 29k family via UDI a29k-amd-udi, udi29k A29K VxWorks a29k-*-vxworks AMD 29000 embedded, using EBMON a29k-none-none AMD 29000 embedded with COFF a29k-none-coff AMD 29000 embedded with a.out a29k-none-aout testsuite/gdb.hp/gdb.threads-hp/ directory * New command "set max-user-call-depth <nnn>" * Changes in FreeBSD/i386 native debugging. Support for the "generate-core-file" has been added. * New commands "dump", "append", and "restore". * Improved "next/step" support on multi-processor Alpha Tru64.
2002-08-07Update to 5.2.1; remove ONLY_FOR_PLATFORM: even though gdb is in the NetBSDjschauma1-4/+4
base system, people may want to install it from pkgsrc, particularly on Darwin (?), Linux, SunOS and since there is no problem in having one gdb in pkgsrc and one in the base-system, no harm is done. Changes since the last version (4.18) are numerous; highlights include: * New command "set trust-readonly-sections on[off]". * New command "generate-core-file" (or "gcore"). * New command line option --pid or -p followed by a process id * The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. * a new `operate-and-get-next' function bound to `C-o'.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo