aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3
Commit message (Collapse)AuthorAgeFilesLines
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-3/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Fix DISTNAME after renaming from avr-gcc into avr-gcc-3.Joerg Wunsch2006-10-211-0/+1
| | | | | | | | Submitted by: Bill Fenner's distfile survey Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175476
* Fix CONFLICTS after renaming avr-gcc*.Joerg Wunsch2006-10-161-1/+1
| | | | | | | Approved by: portmgr (clement) Notes: svn path=/head/; revision=175353
* devel/avr-gcc has been repocopied to devel/avr-gcc-3, so to make roomJoerg Wunsch2006-10-051-2/+1
| | | | | | | | for devel/avr-gcc-devel taking over the role of the default AVR-GCC port now. Notes: svn path=/head/; revision=174588
* Fix the link specification in the patch so ATmega*P devices will getJoerg Wunsch2006-04-202-2/+2
| | | | | | | | | their correct -Tdata option passed down. Submitted by: Anatoly Sokolov Notes: svn path=/head/; revision=160042
* Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,Joerg Wunsch2006-04-193-17/+22
| | | | | | | ATmega165P, and ATmega169P. Notes: svn path=/head/; revision=159944
* Upgrade to GCC 3.4.6.Joerg Wunsch2006-03-195-77/+91
| | | | | | | | Add support for ATmega406 and AT90USB646/647/1286/1286 devices. Register conflict for avr-gcc-devel port (GCC 4.1-based, to come soon). Notes: svn path=/head/; revision=157691
* Fix the severe bug (faulty code generation) reported inJoerg Wunsch2006-03-022-1/+132
| | | | | | | | | | | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26118> by reverting the GCC change that obviously caused it. Approved by: portmgr (krion) Notes: svn path=/head/; revision=156927
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add support for ATtiny261/461/861.Joerg Wunsch2006-01-043-10/+18
| | | | Notes: svn path=/head/; revision=152759
* Upgrade to GCC 3.4.5, and add support for ATtiny24/44/84 devices.Joerg Wunsch2005-12-145-73/+77
| | | | Notes: svn path=/head/; revision=151201
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add support for the AT90CAN32/64 controllers.Joerg Wunsch2005-11-044-18/+70
| | | | | | | | | By the same time, also drag in the patch for catching misspelled interrupt vector names from the 4.x branch of GCC. Notes: svn path=/head/; revision=147234
* Add support for the ATmega640/1280/1281 family.Joerg Wunsch2005-09-123-18/+25
| | | | Notes: svn path=/head/; revision=142551
* Oops, a double slash sneaked into the linker spec, causing GCC toJoerg Wunsch2005-09-012-2/+2
| | | | | | | recurse infinitely, until it hit an abort(). Notes: svn path=/head/; revision=141732
* Add back support for the ATmega165.Joerg Wunsch2005-09-013-14/+18
| | | | Notes: svn path=/head/; revision=141667
* Fix the linker command (in GCC's specs file) for the AT90PWM2/3Joerg Wunsch2005-08-172-10/+11
| | | | | | | | | controllers. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=140906
* Remove a superfluous part of a patch (patching a .orig file resulting fromJoerg Wunsch2005-08-011-84/+0
| | | | | | | | | a previous patch). No PORTREVISION bump as the resulting binaries are identical. Notes: svn path=/head/; revision=140658
* Upgrade AVR-GCC to GCC-3.4.4.Joerg Wunsch2005-07-308-453/+319
| | | | | | | | | | | | | | | | | | | | | By the same time, combine all the patches that add support for new AVR devices into a single patch, as they all touch the same three source files. In total, add support for the following AVR devices that were not supported by the stock GCC 3.4.x: ATtiny13/ATtiny2313 ATtiny25/ATtiny45/ATtiny85 ATmega48/ATmega88/ATmega168 AT90PWM2/AT90PWM3 ATmega164/ATmega324/ATmega644 ATmega325/ATmega3250/ATmega645/ATmega6450 ATmega329/ATmega3290/ATmega649/ATmega6490 AT90CAN128 (This is now documented in pkg-descr as well.) Notes: svn path=/head/; revision=140495
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Bring in some patches from the head of GCC's CVS back to the latestJoerg Wunsch2005-03-105-1/+399
| | | | | | | | | | | released version, 3.4.3. This mainly adds support for new AVR devices that appeared on the market recently, and fixes a bug related to the order of assignments for volatile uint16_t * objects (in the assumption they might point to IO space where the order of two 8-bit operations can be important). Notes: svn path=/head/; revision=130833
* Do also set IGNORE when running against a too old version of PerlJoerg Wunsch2005-01-271-0/+1
| | | | | | | | | where we can't build the docs. Hinted by: kris Notes: svn path=/head/; revision=127506
* Require a sufficiently current Perl to be installed, as opposed to aJoerg Wunsch2005-01-271-1/+1
| | | | | | | | | sufficiently current version of FreeBSD. Submitted by: vs Notes: svn path=/head/; revision=127476
* Upgrade to GCC version 3.4.3.Joerg Wunsch2005-01-274-1416/+65
| | | | | | | | | | Note that I do not longer support FreeBSD 4.x at this point, as their system-provided Pod::Man is way too old, and I'm tired of rolling that extra man page tarball. Software developers can IMHO reasonably be expected to run some version of FreeBSD 5.x these days. Notes: svn path=/head/; revision=127459
* Fix pkg-plist. (Remove two shared directories.)Joerg Wunsch2004-12-271-0/+2
| | | | Notes: svn path=/head/; revision=125275
* Switch from MASTER_SITE_GNU to MASTER_SITE_GCC; it seems the GNU mirrorsJoerg Wunsch2004-07-072-2/+1385
| | | | | | | | | aren't up-to-date for GCC these days. Also, document the 0b binary constants hack committed a few hours ago. Notes: svn path=/head/; revision=113158
* Upgrade AVR-GCC to GCC 3.4.1.Joerg Wunsch2004-07-076-58/+155
| | | | | | | | | | | | | | | Also included is a local hack to allow for 0bXXX binary constants, since this appears to be a frequently requested item in the AVR developers community. The GCC configuration is tuned to allow for both, -gstabs [the default if only -g is given], and -gdwarf-2 debugging options. ELF/DWARF-2 is the emerging format as promoted by Atmel, and is intented to be directly usable in their AVR Studio simulator in future. Eventually, AVR-GDB will fully support DWARF-2 debugging as well some day. Notes: svn path=/head/; revision=113131
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Upgrade to GCC 3.4.0.Joerg Wunsch2004-04-288-492/+387
| | | | | | | | | This also makes the port compile (again) under all 64-bit archs. For amd64, patch-ad modifies config.guess to match GCC's expectation of x86_64. Notes: svn path=/head/; revision=107878
* BROKEN on !i386 and !alpha: Does not buildKris Kennaway2004-03-291-1/+7
| | | | Notes: svn path=/head/; revision=105587
* Upgrade to version 3.3.2.Joerg Wunsch2004-03-034-57/+57
| | | | Notes: svn path=/head/; revision=102862
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update this port to the released version 3.3.1 of gcc.Joerg Wunsch2003-09-093-25/+15
| | | | | | | | | | Utilize INFO while i was at it. Some minor cosmetic issues are still open with this port, but i won't be able to catch that before the ports freeze. Notes: svn path=/head/; revision=88873
* Fix COMMENT.Gerald Pfeifer2003-08-241-1/+1
| | | | | | | Approved by: joerg (maintainer) Notes: svn path=/head/; revision=87614
* Update to a recent snapshot. Some AVR-related bugs have been fixed since.Joerg Wunsch2003-07-203-48/+48
| | | | Notes: svn path=/head/; revision=85246
* Update this suite to a current snapshot of gcc 3.3. Quite a few AVR-relatedJoerg Wunsch2003-05-113-58/+9
| | | | | | | fixes have been made to gcc recently. Notes: svn path=/head/; revision=80689
* 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. Notes: svn path=/head/; revision=77045
* Replace my old 16 bit IO register assignment hack by an authoritativeJoerg Wunsch2003-01-202-13/+301
| | | | | | | | | patch by the avr-gcc maintainers. Bump portrevision for that. Notes: svn path=/head/; revision=73637
* Update to a more recent snapshot, now taken from gcc's 3.3 branch insteadJoerg Wunsch2003-01-084-11/+41
| | | | | | | of the head of CVS. Notes: svn path=/head/; revision=72775
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingMaxim Sobolev2002-11-281-1/+1
| | | | | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr Notes: svn path=/head/; revision=71214
* Add the forgotten dependency to gettext. This fixes the complaintJoerg Wunsch2002-10-101-1/+2
| | | | | | | about the incorrect pkg-plist made in rev 1.17. Notes: svn path=/head/; revision=67734
* Update to a recent snapshot. Among others, this fixes an issue withJoerg Wunsch2002-10-065-56/+15
| | | | | | | | | the generation of code that fed up recent versions of gas. The pseudo-symbol _PC_ is now completely eliminated from the generated code, and replaced by the location counter `.'. Notes: svn path=/head/; revision=67493
* BROKEN: pkg-plist is incorrectKris Kennaway2002-10-051-0/+2
| | | | Notes: svn path=/head/; revision=67419
* Fix the documentation build process. We need to depend it on perl.Joerg Wunsch2002-09-012-2/+18
| | | | | | | | Since the system's perl in -stable is too old (pod2man), we supply pregenerated man pages in a separate distfile to help them out. Notes: svn path=/head/; revision=65446
* Update to version 2002.09.01. Included are a couple of privateJoerg Wunsch2002-09-015-5/+101
| | | | | | | | | | | | patches that were floating through the avr-gcc and avr-libc mailinglists, just for the time being until they might have been integrated into gcc's CVS. Portname changed from dashes in the snap date to dots so portupgrade doesn't get confused about it. Thanks to Brian Dean for the hint. Notes: svn path=/head/; revision=65401