summaryrefslogtreecommitdiff
path: root/devel/gdb6/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz1-2/+2
2012-11-20Patches for CVE-2006-4146tez1-2/+2
from https://bugzilla.redhat.com/show_bug.cgi?id=204841
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2009-09-09Do not install standards.info, to avoid conflict with autoconf.wiz1-2/+2
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-04-04Add "gdb6-tui" option for building the tui application.wiz1-4/+3
On by default, so no change to the package. Slight pkglint cleanup while here. Requested by Jake Kupersmith on pkgsrc-users.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-01-23Needs curses. PR pkg/35352 from Brandon Bergren.tnn1-1/+2
2007-07-03Backported fixes for CAN-2005-1704 and CAN-2005-1705.lkundrak1-2/+2
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-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-30* Honor PKGINFODIR.jlam1-5/+2
* List the info files directly in the PLIST.
2006-03-14Add DragonFly support. Hack around gettext brokeness. Since it isjoerg1-5/+2
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-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-22Added patch changing how program counter, stack pointer, and frame pointershannonjr1-2/+3
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 althoughshannonjr1-2/+9
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-06-28Upgraded to release 6.1.1 (from 6.1)shannonjr1-3/+3
2004-06-03Removed ability to build with gcc-3.4 as this package has been removed.shannonjr1-11/+2
2004-06-03Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revisingshannonjr1-6/+4
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.ashannonjr1-1/+6
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.1shannonjr1-0/+49
This is a new package.