summaryrefslogtreecommitdiff
path: root/devel/gdb6
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09Do not install standards.info, to avoid conflict with autoconf.wiz4-5/+33
Bump PKGREVISION. Requested by Aleksey Cheusov.
2009-07-14Don't attempt to build gdb on DragonFly. It's also unlikely that someonehasso1-2/+2
will integrate DragonFly changes into upstream soon.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-04-04Add "gdb6-tui" option for building the tui application.wiz3-7/+21
On by default, so no change to the package. Slight pkglint cleanup while here. Requested by Jake Kupersmith on pkgsrc-users.
2009-02-11On Linux, gdbserver is built and installed, but is missing from PLIST.shattered2-1/+4
Copy PLIST.Linux from devel/gdb. Fixes PR 36621. OK by wiz@.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-01-23Needs curses. PR pkg/35352 from Brandon Bergren.tnn1-1/+2
2008-01-06Made gdb build again on NetBSD-current. The cause was that <sys/vmparam.h>rillig2-6/+9
uses kmutex_t, but doesn't include <sys/mutex.h>, where it is defined.
2007-07-03Backported fixes for CAN-2005-1704 and CAN-2005-1705.lkundrak4-3/+95
2006-10-22Fixed "test ==".rillig2-1/+15
2006-10-18Add "Make-in" file to the list of files to replace locale directory.reed1-1/+2
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+1
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-19/+19
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-30* Honor PKGINFODIR.jlam2-6/+11
* List the info files directly in the PLIST.
2006-03-17Add forgotten HAVE_STRUCT_LWP entry to gdb/config.h.in to fixjoerg2-1/+11
botchup on NetBSD current.
2006-03-14Add DragonFly support. Hack around gettext brokeness. Since it isjoerg11-17/+241
easier to patch the output of autoconf, also create gdb/configure with the changes from configure.in directly, removing the build dependency on autoconf.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-20Rename patch files to match standard pattern.wiz31-61/+61
2005-07-17GDB does not understand the Darwin object format yet.kristerw1-1/+3
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-7/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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.