summaryrefslogtreecommitdiff
path: root/devel/avr-gdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/avr-gdb: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* devel/avr-gdb: Fix build on gcc5 by disabling -WerrorJohn Marino2015-02-251-1/+2
| | | | Approved by: blanket
* Depend this port from expat so the XML memory description featureJoerg Wunsch2014-09-231-1/+2
| | | | will become available.
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Support stagingEmanuel Haupt2014-02-271-4/+4
|
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
|
* Fix two bugs reported by clang.Tijl Coosemans2013-10-183-1/+23
| | | | | | PR: ports/172209 Submitted by: Miklos Magyari <magyarimiki@gmail.com> Approved by: maintainer timeout (1 year)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | devel part 1)
* Add a workaround (actually, a hack) for bug #13519.Joerg Wunsch2011-12-192-1/+14
|
* Activate the built-in simulator.Joerg Wunsch2011-12-181-1/+2
|
* Upgrade to GDB 7.3.1.Joerg Wunsch2011-12-174-83/+3
|
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* Upgrade to GDB version 6.8 (finally).Joerg Wunsch2010-01-226-1561/+23
|
* - Update download location switch to GNUPhilip M. Gollucci2009-01-311-2/+2
| | | | Reported by: -fetch-original pointyhat run via pav
* Unescape an HTML escape within this patch. It's been within theJoerg Wunsch2008-02-221-1/+1
| | | | | context part only so all it did was causing fuzz when patching, thus no PORTREVISION bump needed.
* Upgrade to GCC 6.5.Joerg Wunsch2006-09-304-5/+1591
| | | | | | | | | Add local patches to support the ATmega256x controller family that features a 3-byte PC. patch-atmega256x-binutils is Bjoern Haase's backported binutils patch for the ATmega256x (stripped down to those GNU binutils directories that are present in the GDB source tree), while patch-atmega256x-gdb is my own one to modify the AVR backend in GDB to understand 3-byte PCs.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Oops, that patched missed one directory name in front of the file nameJoerg Wunsch2005-05-272-3/+3
| | | | | | to patch... Reminded by: pointyhat
* Fix for GDB bug #1948. Internally, this fixes a bad check inJoerg Wunsch2005-05-242-0/+16
| | | | | remote_xfer_partial(), notably for AVR-GDB this makes the command "info io_registers" work again.
* Oops, one dash too many. ;-)Joerg Wunsch2005-02-141-1/+1
|
* Fix PGKNAMEPREFIX (missing trailing dash).Joerg Wunsch2005-02-141-1/+1
|
* Update to GDB 6.3. This also requires a patch from Theodore Roth,Joerg Wunsch2005-02-054-8/+27
| | | | see http://sources.redhat.com/ml/gdb-patches/2004-10/msg00324.html
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Upgrade to GDB 5.3.Joerg Wunsch2003-06-133-24/+2
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Complete the support for the AVR microcontroller toolchain: a port ofJoerg Wunsch2002-09-106-0/+60
GDB to the AVR.