Commit graph

31 commits

Author SHA1 Message Date
Joerg Wunsch
e8ea3e9d9e Upgrade to version 1.6.7.
This is also supposed to fix the QAT complaint about misinstalled files
for custom PREFIX settings.
2009-07-12 21:56:12 +00:00
Joerg Wunsch
f9d2fed583 Upgrade to version 1.6.6 (finally). 2009-06-11 22:19:12 +00:00
Joerg Wunsch
659a941a4e Upgrade to version 1.6.1. 2007-12-21 22:24:59 +00:00
Joerg Wunsch
4a7de2a1a9 Upgrade to version 1.4.7. This also unbreaks the port.
PR:		ports/116408
2007-10-30 11:32:26 +00:00
Joerg Wunsch
76a555f509 Upgrade to version 1.4.6. 2007-06-23 21:32:31 +00:00
Joerg Wunsch
5eddfa3e56 Remove the avr/lib/avr6 directory upon deinstallation.
Approved by:	portmgr (clement)
2006-10-15 09:18:16 +00:00
Joerg Wunsch
3457ff54d4 Upgrade to version 1.4.5. 2006-10-09 20:30:41 +00:00
Joerg Wunsch
a8062ca5fb Upgrade to version 1.4.4. 2006-04-20 22:02:44 +00:00
Joerg Wunsch
017973954e Fix a broken package list that was (again) resulting out of doxygen
installing a different set of files based on a new minor doxygen
revision.

The fix is now to construct the doxygen-dependant part of the
pkg-plist on the fly, based on the actual files doxygen choose
to produce.

Approved by:	portmgr (kris)
2006-02-28 13:41:48 +00:00
Joerg Wunsch
8120ec8141 Upgrade to avr-libc-1.4.2. Among some internal bug fixes, this adds
support to ATtiny261/461/861.
2006-01-06 23:26:02 +00:00
Joerg Wunsch
fd81fe58a7 Update to avr-libc 1.4.1. 2005-12-29 23:01:15 +00:00
Joerg Wunsch
76be43e6d2 Upgrade to avr-libc-1.4.0.
This brings several API changes, so check out the docs.

As the project now uses current versions of auto* tools, the build
system got rid of a number of private hacks as well.
2005-11-19 22:14:27 +00:00
Joerg Wunsch
b4b502581f Now that our avr-gcc can build for the ATmega165, avr-libc can, too,
so add crtm165.o to pkg-plist.

Reminded by:	Pointyhat's port build
2005-09-06 04:39:31 +00:00
Joerg Wunsch
61ba11cc00 Fix a problem where the doxygen-generated LaTeX file could no longer
be compiled by LaTeX 3 as it was attempted to convert it to PDF
instead of DVI now.  This eventually caused the entire build to fall
over, as the EPS picture files to be included were no longer be looked
up by the .eps suffix.

Also, now that avr-binutils and avr-gcc can handle the newer AVR
devices (ATmega48/88/168, ATtiny13/2313, AT90CAN128, ATmega325/3250,
ATmega645/6450), the configure script automatically causes crt*.o
files for these devices to be compiled and installed, so reflect this
in the pkg-plist.  This makes these new device types fully supported
in the FreeBSD AVR toolchain (as they are in the popular WinAVR
toolchain already).

The new doxygen version present in the ports also causes a slightly
different directory layout for the generated docs, so adapt
pkg-plist.doc accordingly.
2005-03-11 21:43:37 +00:00
Joerg Wunsch
17d5fa2e80 Update to 1.2.1. 2005-01-27 23:25:12 +00:00
Joerg Wunsch
fb632d156e Handle PLIST generation correctly for the -DNOPORTDOCS case. 2004-12-21 14:39:39 +00:00
Joerg Wunsch
69d111184d Upgrade avr-libc to 1.0.5. 2004-12-21 14:22:59 +00:00
Joerg Wunsch
d9cac68a9e Upgrade to version 1.0.3. 2004-03-12 21:03:48 +00:00
Joerg Wunsch
f32fa3f28b Update this port to a recent snapshot from the avr-libc 1.0 branch.
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.
2003-09-09 21:18:36 +00:00
Joerg Wunsch
cb85ccc9fc Quickly update to the 2003.03.05 version before the 4.8 freeze hits... 2003-03-05 21:24:01 +00:00
Joerg Wunsch
44a4fb9b15 Update to a recent snapshot. Quite a number of documentation enhancements
since, and printf & scanf are now supported.
2003-01-08 23:03:41 +00:00
Joerg Wunsch
528ea8120b Update to 2002.11.24. This fixes a bug in isprint() found by Brian Dean,
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.
2002-11-24 10:24:43 +00:00
Joerg Wunsch
6c9311618d Update to a recent snapshot. Ted Roth now merged the demo.c example
from Rich Neswold's documentation.
2002-10-06 18:22:41 +00:00
Joerg Wunsch
1eea003ec2 Update to version 2002.09.01.
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.
2002-09-01 21:16:30 +00:00
Joerg Wunsch
c39b81ed26 Mega-upgrade of the AVR GNU toolchain, part #3:
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.
2002-07-03 19:23:15 +00:00
Joerg Wunsch
19297be5ff Update to version 20020203.
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.
2002-04-18 19:50:14 +00:00
Joerg Wunsch
5dd45ae404 More documentation, thanks to Enno Luebbers
<luebbers@users.sourceforge.net>.
2001-09-17 09:36:11 +00:00
Joerg Wunsch
730a417054 Upgrade to version 20010717. 2001-08-12 15:15:57 +00:00
Joerg Wunsch
517156ba03 Upgrade to current version. The tree layout has changed a bit, constants
are now according to Atmel's documentation, etc. pp.

Requires an up-to-date avr-gcc.
2001-04-20 13:54:18 +00:00
Joerg Wunsch
ec53eb5005 Upgrade to a newer version which now matches the supplied PDF
documentation file.  Still not the most recent version though, since
that one would require a more recent (still beta) gcc.
2001-01-05 17:38:14 +00:00
Joerg Wunsch
8b68d52148 Atmel AVR cross-development, part #3: a C and floating point math
library.  This port also installs some documentation which actually
describes the combo of all three ports (avr-binutils, avr-gcc,
avr-libc).
2000-12-05 15:23:17 +00:00