summaryrefslogtreecommitdiff
path: root/cross/avr-gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-19Fix errno.joerg2-1/+15
2005-11-05Fixed pkglint warnings:rillig3-23/+21
- Using "+=" with CONFIGURE_ARGS. - Converted patch-ab to unified format. - Replaced ${PKGNAME:...} with a simple "avr-gdb".
2005-06-16Create directories before installing files into them.jlam1-1/+3
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-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-24Add RMD160 digestsagc1-1/+3
2004-08-06Update MASTER_SITES.uebayasi1-2/+2
2004-05-08Convert to buildlink3.snj1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-21Add bounds checking for prologue buffer. This avoids avr-gdb crasheswennmach3-2/+20
when debugging programs without prologue. Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org > in PR pkg/23154
2003-07-24regen distinfo after removal of patches/patch-aawennmach1-2/+1
2003-07-22Harmonize COMMENTs for avr packages.wennmach1-2/+2
2003-07-17Update avr-gdb to 5.3, making patch-aa obsolete.wennmach3-30/+7
While there, buildlink2-ify. Changes suggested by Joachim Koenig-Baltes <joachim@cms.tecmath.com> in private e-mail.
2003-07-16GNU Debugger GDB, configured for Atmel AVR microcontroller targets.wennmach5-0/+58
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with only minor changes by myself. Original package from FreeBSD.