aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc
Commit message (Collapse)AuthorAgeFilesLines
* Honor NOPORTDOCS. This port requires an extraordinary amount ofJoerg Wunsch2003-10-261-6/+14
| | | | | | | | | dependent software when building the docs (doxygen, latex, ghostscript, netpbm, qt, ...), so this might be a real safer for people who just want to build the software only. Notes: svn path=/head/; revision=92234
* Chase up new MASTER_SITE_SAVANNAH.Edwin Groothuis2003-10-031-1/+2
| | | | | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=90089
* Update this port to a recent snapshot from the avr-libc 1.0 branch.Joerg Wunsch2003-09-095-6/+21
| | | | | | | | | Since this branch assumes doxygen 1.2, a patch is needed. Doxygen 1.3.x by default generates a non-JavaScript capable tree view, so my old hack in the avr-libc source can be avoided. Notes: svn path=/head/; revision=88874
* Work around FreeBSD 5.x's bug by design that indoctrinatesJoerg Wunsch2003-05-201-1/+5
| | | | | | | | | | | | | -mcpu=mycpuserialno in the default installation to everybody, and override the user's CFLAGS and CXXFLAGS with sane defaults, so this cross-compilation works again. Long live creaping featurism! Submitted by: ru Notes: svn path=/head/; revision=81521
* Instead of only half-reverting, and thus introducing new breakage inJoerg Wunsch2003-05-191-3/+1
| | | | | | | | | | that USE_BZIP2 was no longer recognized, completely revert to rev 1.18. Spotted by: ru Notes: svn path=/head/; revision=81366
* Remove BROKEN. It's not that port that is broken, but FreeBSD 5.x inJoerg Wunsch2003-05-191-4/+0
| | | | | | | | | | that it has broken /again/ all cross-compilation attempts. Whoever broke it ought to fix that. Die, <bsd.cpu.mk>, die now! Notes: svn path=/head/; revision=81353
* BROKEN on 5.1: installation failsKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81218
* Update to a current version.Joerg Wunsch2003-05-112-2/+2
| | | | Notes: svn path=/head/; revision=80693
* 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
* Quickly update to the 2003.03.05 version before the 4.8 freeze hits...Joerg Wunsch2003-03-053-2/+9
| | | | Notes: svn path=/head/; revision=76976
* Update to a recent snapshot. Quite a number of documentation enhancementsJoerg Wunsch2003-01-084-8/+34
| | | | | | | since, and printf & scanf are now supported. Notes: svn path=/head/; revision=72776
* Update to 2002.11.24. This fixes a bug in isprint() found by Brian Dean,Joerg Wunsch2002-11-243-10/+39
| | | | | | | | | | and includes the printf support recently added to avr-libc. It also fixes the build braind*** caused by <bsd.cpu.mk> under -current, by setting the required env variable. Notes: svn path=/head/; revision=70984
* I totally missed that the build now depends on transfig.Joerg Wunsch2002-10-081-1/+2
| | | | | | | Thanks for bsd (that's Brian Dean :) for pointing that out. Notes: svn path=/head/; revision=67663
* Update to a recent snapshot. Ted Roth now merged the demo.c exampleJoerg Wunsch2002-10-064-14/+18
| | | | | | | from Rich Neswold's documentation. Notes: svn path=/head/; revision=67494
* Update to version 2002.09.01.Joerg Wunsch2002-09-015-11/+74
| | | | | | | | | | This is the first version that is taken from a CVS snapshot of the current development version. The documentation project has made substantial progress in the time being, so there's quite a bit of up-to-date documentation shipping now. Notes: svn path=/head/; revision=65450
* Mega-upgrade of the AVR GNU toolchain, part #3:Joerg Wunsch2002-07-036-78/+84
| | | | | | | | | | | Upgrade avr-libc. Marek Michalkiewicz largely reorganized the directory structure and the API, in the process of moving all this out to savanna.gnu.org in future. Please note that the API changes are not yet reflected in the documentation. Yet, i chose to make this version available since it is sorely needed to support the new AVR controllers. Notes: svn path=/head/; revision=62390
* Update to version 20020203.Joerg Wunsch2002-04-183-9/+16
| | | | | | | | | | | | | | | Since the author switched to use autoconf to maintain it, the entire build system changed quite a bit. In order to get it to use the correct tools (avr-gcc etc.) instead of the default C compiler, the package now contains wrapper scripts to configure and build it, so a good part of our ports framework doesn't apply anymore very well. As a side-effect, i can't get it to honor ${PREFIX} in any way right now. Maybe i'll switch away from the shipped scripts, and redo all their stuff within that Makefile in future. Notes: svn path=/head/; revision=57864
* Update the documentation.Joerg Wunsch2002-01-262-2/+3
| | | | Notes: svn path=/head/; revision=53795
* Update to version 2001-10-07.Joerg Wunsch2001-10-103-18/+3
| | | | | | | | | | | . install -c now default, thus patch-aa no longer needed . isblank() has been added . the HTML reference is now integral part of the distribution file, so no need to fetch it separately anymore Notes: svn path=/head/; revision=48653
* New version. atan2 has been added, and avr-libc-reference.html nowJoerg Wunsch2001-10-035-1630/+8
| | | | | | | distributed from the master site. Notes: svn path=/head/; revision=48398
* Enno fixed a number of issues with his document, so update this hereJoerg Wunsch2001-09-172-1694/+1622
| | | | | | | as well. Notes: svn path=/head/; revision=47911
* Hmpf, fix a broken URL.Joerg Wunsch2001-09-171-1/+1
| | | | Notes: svn path=/head/; revision=47909
* More documentation, thanks to Enno LuebbersJoerg Wunsch2001-09-174-0/+1700
| | | | | | | <luebbers@users.sourceforge.net>. Notes: svn path=/head/; revision=47908
* Updated documentation file.Joerg Wunsch2001-09-092-1/+5
| | | | Notes: svn path=/head/; revision=47578
* Upgrade to version 20010717.Joerg Wunsch2001-08-124-19/+9
| | | | Notes: svn path=/head/; revision=46137
* Upgrade to current version. The tree layout has changed a bit, constantsJoerg Wunsch2001-04-204-35/+67
| | | | | | | | | are now according to Atmel's documentation, etc. pp. Requires an up-to-date avr-gcc. Notes: svn path=/head/; revision=41715
* The old distfile is gone on the previous server. There's an HTTPJoerg Wunsch2001-03-141-1/+7
| | | | | | | | | | | | | | | | redirect to a new server, but they don't carry the old files anymore. Unfortunately, in order to build the new stuff, we'd need a newer avr-gcc first -- and that one's by now only available directly from gcc's CVS repo, which is a little too `green' to me. Let's wait another couple of months until they rolled a newer release of gcc and binutils, and switch then. By now, store the old distfile elsewhere. Submitted by: fenner's ports build survey (very valuable service!) Notes: svn path=/head/; revision=39856
* Upgrade to a newer version which now matches the supplied PDFJoerg Wunsch2001-01-053-11/+7
| | | | | | | | documentation file. Still not the most recent version though, since that one would require a more recent (still beta) gcc. Notes: svn path=/head/; revision=36828
* Atmel AVR cross-development, part #3: a C and floating point mathJoerg Wunsch2000-12-058-0/+136
library. This port also installs some documentation which actually describes the combo of all three ports (avr-binutils, avr-gcc, avr-libc). Notes: svn path=/head/; revision=35684