non port: devel/avr-libc/Makefile |
SVNWeb
|
Number of commits found: 109 (showing only 100 on this page) |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 12 Dec 2020
|
[ 10:42 antoine ]
Fix plist
|
Sun, 18 Oct 2020
|
[ 21:11 joerg ]
Replace print/transfig by print/fig2dev
Requested by: pi
|
Fri, 15 Nov 2019
|
[ 10:09 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.
This is inspired by the same work on going on the xtoolchained gcc by jhb@
PR: 241756
Exp-run: antoine (portmgr)
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D22258
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 19 Mar 2017
|
[ 17:19 antoine ]
- Update devel/doxygen to 1.8.13
- Adjust ports depending on it
PR: 217801
|
Sat, 11 Mar 2017
|
[ 20:21 joerg ]
Upgrade to version 2.0.0, which is mandatory after upgrading avr-gcc to 5.x.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
Mon, 1 Sep 2014
|
[ 19:26 adamw ]
The doxygen build was failing on 8 and 9 for non-obvious reasons.
As a stopgap (and as a favour to anyone building from ports ;-), change
the DOCS option to DOXYGEN, and default it to off.
THere are still some stage-qa issues but it should build and package on
all platforms now.
Approved by: joerg (maintainer)
|
Wed, 13 Aug 2014
|
[ 08:59 joerg ]
Upgrade to version 1.8.1.
|
Sat, 9 Aug 2014
|
[ 19:39 antoine ] (Only the first 10 of 49 ports in this commit are shown above. )
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943
|
Fri, 4 Jul 2014
|
[ 12:06 bapt ] (Only the first 10 of 82 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Thu, 29 May 2014
|
[ 15:09 miwi ] (Only the first 10 of 49 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 29 May 2013
|
[ 04:46 jgh ] (Only the first 10 of 13 ports in this commit are shown above. )
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk
Approved by: portmgr (miwi)
|
Sat, 11 May 2013
|
[ 17:58 hrs ] (Only the first 10 of 152 ports in this commit are shown above. )
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
|
Mon, 6 May 2013
|
[ 02:00 hrs ] (Only the first 10 of 150 ports in this commit are shown above. )
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
|
Wed, 24 Apr 2013
|
[ 13:36 ak ] (Only the first 10 of 86 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
|
Fri, 30 Dec 2011
|
[ 08:53 joerg ]
Upgrade to avr-libc 1.8.0
PR: ports/163562
|
Sat, 17 Dec 2011
|
[ 22:13 joerg ]
Now that crees upgraded the port to 1.7.1, there's no longer a need to
declare it BROKEN even when trying to build the docs.
|
Wed, 14 Dec 2011
|
[ 21:33 crees ]
- Update to 1.7.1
- Add LICENSE data
PR: ports/161412
Submitted by: 4720
Approved by: joerg via email
|
Sat, 25 Dec 2010
|
[ 16:55 sunpoet ] (Only the first 10 of 180 ports in this commit are shown above. )
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
|
Wed, 15 Dec 2010
|
[ 21:56 joerg ]
As a workaround for the brokeness caused by the recent doxygen
upgrade, change the AVRLIBCDOCS option default to "off", and mark the
port as being BROKEN only if docs are requested, so it will be non
broken by default.
This can go away again with an upcoming new upstream release that
implements a proper workaround, but it's a useful workaround until
then.
PR: ports/153181
Submitted by: Craig Leres
|
Wed, 3 Nov 2010
|
[ 21:25 pav ]
- Mark BROKEN: does not build
Reported by: pointyhat
|
Tue, 7 Sep 2010
|
[ 05:53 joerg ]
Upgrade to version 1.7.0 (finally).
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 8 Mar 2010
|
[ 20:14 joerg ]
pkg-plist update only. This is necessary as the recent upgrades of
devel/avr-binutils and devel/avr-gcc added support for more AVR devices
which avr-libc automatically picks up during a "make configure".
|
Thu, 11 Feb 2010
|
[ 22:37 joerg ]
When compiling with NOPORTDOCS, don't attempt to query the option
about building the docs from the user (and then eventually ignore it
anyway).
|
[ 21:32 joerg ]
Fix build issue with disabled docs.
Submitted by: Warren Block
|
[ 12:02 joerg ]
Upgrade to 1.6.8. This also fixes the doxygen-related build error
that caused the port being marked BROKEN (and thus fixes the PR
mentioned).
Incorporate a patch submitted by Warren Block to make the option
more obvious that avr-libc can be built without building all the
documentation (which, in turn, has a huge list of prerequisites).
PR: ports/143636
Submitted by: Warren Block (for the "no docs" option)
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 10 Jan 2010
|
[ 11:25 pav ]
- Mark BROKEN: does not build
Reported by: pointyhat
|
Wed, 12 Aug 2009
|
[ 19:30 joerg ]
As the compiler now supports some more Xmega MCU types, catch up with
the pkg-plist since the avr-libc port will automatically pick them up.
|
Sun, 12 Jul 2009
|
[ 21:56 joerg ]
Upgrade to version 1.6.7.
This is also supposed to fix the QAT complaint about misinstalled files
for custom PREFIX settings.
|
Thu, 11 Jun 2009
|
[ 22:19 joerg ]
Upgrade to version 1.6.6 (finally).
|
Thu, 23 Apr 2009
|
[ 20:00 itetcu ]
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
|
Fri, 21 Dec 2007
|
[ 22:24 joerg ]
Upgrade to version 1.6.1.
|
Tue, 30 Oct 2007
|
[ 11:32 joerg ]
Upgrade to version 1.4.7. This also unbreaks the port.
PR: ports/116408
|
Mon, 29 Oct 2007
|
[ 19:54 joerg ]
Register avr-libc-devel as a conflicting port.
|
Sat, 28 Jul 2007
|
[ 22:25 kris ]
BROKEN: Does not build
|
Sat, 23 Jun 2007
|
[ 21:32 joerg ]
Upgrade to version 1.4.6.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 15 Oct 2006
|
[ 09:18 joerg ]
Remove the avr/lib/avr6 directory upon deinstallation.
Approved by: portmgr (clement)
|
Mon, 9 Oct 2006
|
[ 20:30 joerg ]
Upgrade to version 1.4.5.
|
Fri, 6 Oct 2006
|
[ 03:19 edwin ]
Trail devel/avr-gcc rename to devel/avr-gcc-3
|
Thu, 28 Sep 2006
|
[ 22:13 joerg ]
Add a workaround for binutils-2.17's pickyness about copying an empty
section in [avr-]objcopy, until a new version of avr-libc is going to
be released.
|
Thu, 20 Apr 2006
|
[ 22:02 joerg ]
Upgrade to version 1.4.4.
|
Tue, 28 Mar 2006
|
[ 05:10 joerg ]
Building the docs requires parts of netpbm. While netpbm is already
implicitly required by transfig (which is listed as a build
dependency), explicitly mention it again as well.
PR: ports/91145
|
Tue, 28 Feb 2006
|
[ 13:41 joerg ]
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)
|
Mon, 20 Feb 2006
|
[ 01:19 kris ]
BROKEN: Incomplete pkg-plist
|
Mon, 23 Jan 2006
|
[ 21:17 joerg ]
Upgrade to 1.4.3.
As the current doxygen appears to be broken and does no longer build
documentation for dtostre/dtostrf, drop these from pkg-plist.doc by
now.
|
Fri, 6 Jan 2006
|
[ 23:26 joerg ]
Upgrade to avr-libc-1.4.2. Among some internal bug fixes, this adds
support to ATtiny261/461/861.
|
Thu, 29 Dec 2005
|
[ 23:01 joerg ]
Update to avr-libc 1.4.1.
|
Sat, 19 Nov 2005
|
[ 22:14 joerg ]
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.
|
Fri, 11 Nov 2005
|
[ 20:44 joerg ]
Upgrade to avr-libc 1.2.6.
This is a bugfix-only upgrade.
|
Tue, 6 Sep 2005
|
[ 04:39 joerg ]
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
|
Mon, 1 Aug 2005
|
[ 04:51 joerg ]
Upgrade to 1.2.5.
The major fix of this release is that the EEPROM access routines are
now supported for all supported AVR devices. Thanks to Björn Haase
for providing that excellent solution to the problem.
|
Thu, 21 Jul 2005
|
[ 21:05 joerg ]
Upgrade to version 1.2.4.
Among other bugfixes, this particularly fixes the brokeness for the
recent binutils-2.16 upgrade (so the port is no longer broken now).
|
[ 00:07 kris ]
BROKEN: Install fails
|
Mon, 11 Apr 2005
|
[ 08:58 joerg ]
After Kris pointed out to me that I'm completely on the wrong track
wrt. the names of the installed doxygen temp files, do it right now,
and delete anything from the target directory doxygen did install
there which doesn't match our expectation (as take from PLIST_DOC).
This appears to be the only sane way until doxygen reverts itself back
to normal behaviour, and doesn't install any temporary files.
|
Sun, 10 Apr 2005
|
[ 21:25 joerg ]
Remove yet another kind of temp files doxygen is so fond about to
install into the man page location.
|
Wed, 23 Mar 2005
|
[ 08:36 joerg ]
Fix doxygen confusion.
Approved by: portmgr (marcus)
|
Fri, 11 Mar 2005
|
[ 21:43 joerg ]
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.
|
Wed, 16 Feb 2005
|
[ 11:29 joerg ]
Upgrade to version 1.2.3.
Also depend the build on pdflatex as well as latex, to resolve my part
of the PR mentioned below.
PR: ports/77356
|
Thu, 10 Feb 2005
|
[ 05:57 joerg ]
Minor upgrade to 1.2.2 (few bugfixes).
|
Thu, 27 Jan 2005
|
[ 23:25 joerg ]
Update to 1.2.1.
|
Tue, 21 Dec 2004
|
[ 14:42 joerg ]
Fix 3 out of 5 portlint warnings. (The remaining 2 are bogus.)
|
[ 14:39 joerg ]
Handle PLIST generation correctly for the -DNOPORTDOCS case.
|
[ 14:22 joerg ]
Upgrade avr-libc to 1.0.5.
|
Mon, 6 Dec 2004
|
[ 22:20 joerg ]
avr-libc has not been broken, and in particular did not have a
``broken pkg-plist''.
kris incorrectly stated this in the BROKEN field, even though I've
been repeatedly telling him that it's actually been netpbm that broke
some time ago (apparently due to an upgraded C compiler in the
system; generating transparent PNGs caused it to dump core).
Fortunately, dinoex now updated the netpbm port, so all works again.
|
Fri, 17 Sep 2004
|
[ 22:48 kris ]
BROKEN: Broken pkg-plist
Approved by: portmgr (self)
|
Thu, 29 Apr 2004
|
[ 09:53 joerg ]
Upgrade to version 1.0.4.
|
Fri, 12 Mar 2004
|
[ 21:03 joerg ]
Upgrade to version 1.0.3.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 26 Oct 2003
|
[ 21:07 joerg ]
Honor NOPORTDOCS. This port requires an extraordinary amount of
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.
|
Fri, 3 Oct 2003
|
[ 11:04 edwin ] (Only the first 10 of 42 ports in this commit are shown above. )
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
Tue, 9 Sep 2003
|
[ 21:18 joerg ]
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.
|
Tue, 20 May 2003
|
[ 06:02 joerg ]
Work around FreeBSD 5.x's bug by design that indoctrinates
-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
|
Mon, 19 May 2003
|
[ 11:37 joerg ]
Instead of only half-reverting, and thus introducing new breakage in
that USE_BZIP2 was no longer recognized, completely revert to rev
1.18.
Spotted by: ru
|
[ 08:28 joerg ]
Remove BROKEN. It's not that port that is broken, but FreeBSD 5.x in
that it has broken /again/ all cross-compilation attempts. Whoever
broke it ought to fix that.
Die, <bsd.cpu.mk>, die now!
|
Sun, 18 May 2003
|
[ 11:46 kris ]
BROKEN on 5.1: installation fails
|
Sun, 11 May 2003
|
[ 20:40 joerg ]
Update to a current version.
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wed, 5 Mar 2003
|
[ 21:24 joerg ]
Quickly update to the 2003.03.05 version before the 4.8 freeze hits...
|
Wed, 8 Jan 2003
|
[ 23:03 joerg ]
Update to a recent snapshot. Quite a number of documentation enhancements
since, and printf & scanf are now supported.
|
Sun, 24 Nov 2002
|
[ 10:24 joerg ]
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.
|
Tue, 8 Oct 2002
|
[ 20:02 joerg ]
I totally missed that the build now depends on transfig.
Thanks for bsd (that's Brian Dean :) for pointing that out.
|
Sun, 6 Oct 2002
|
[ 18:22 joerg ]
Update to a recent snapshot. Ted Roth now merged the demo.c example
from Rich Neswold's documentation.
|
Sun, 1 Sep 2002
|
[ 21:16 joerg ]
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.
|
Wed, 3 Jul 2002
|
[ 19:23 joerg ]
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.
|
Number of commits found: 109 (showing only 100 on this page) |