summaryrefslogtreecommitdiff
path: root/devel/gdb6
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-22Added patch changing how program counter, stack pointer, and frame pointershannonjr4-6/+59
are retrieved on NetBSD. This fixes a build problem on CURRENT.
2004-10-04Update to GDB 6.2.1. This release is primarily a bug fix release althoughshannonjr8-154/+59
it includes an improved i386 prologue analyzer was improved to deal better with the prologues generated by GCC 3.3 and later.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-28Upgraded to release 6.1.1 (from 6.1)shannonjr2-6/+6
2004-06-03Removed ability to build with gcc-3.4 as this package has been removed.shannonjr4-40/+3
2004-06-03Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revisingshannonjr2-21/+18
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6 and ${PREFIX}/include/gdb6.
2004-06-03Revised Makefile so that the GNU libraries: libbfd.a, libbfd.la, libiberty.ashannonjr2-13/+21
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid conflicts with other packages. PLIST adjusted accordingly.
2004-06-01gdb6 The GNU Project Debugger revision 6.1shannonjr38-0/+816
This is a new package.