2013-11-20 07:11:34 by David Sainty | Files touched by this commit (1) |
Log message:
There is no need to install avrdude.conf twice. Remove the CONF_FILES_PERMS
entry, as the permissions are not exotic.
|
2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177) |
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
2013-01-26 23:10:14 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix for automake-1.13.
|
2012-10-03 02:10:30 by Aleksej Saushev | Files touched by this commit (20) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-04-16 15:09:27 by Sergey Svishchev | Files touched by this commit (1) |
Log message:
PR/41750 -- use libftdi.
|
2012-02-07 01:21:49 by Makoto Fujiwara | Files touched by this commit (4) |  |
Log message:
PR/45924 --- update to 5.11 with minor changes
(1) update 5.10 to 5.11
(2) Trying to remove pkglint -Wall warning
(3) Update HOMEPAGE URL
----- ----- -----
AVRDUDE 5.11 relesed
(2011/8/27 By joerg_wunsch)
Finally, more than 1.5 years after the previous release,
AVRDUDE 5.11 is finally done. This is mostly a bugfix
release, but also includes a few enhancements. The two
most important enhancements are:
- TPI (i.e. ATtiny4/5/9/10) programming support for bitbang
programmers.
- FTDI MPSSE (FT2232 etc.) bitbang support.
----- ----- -----
|
2011-11-08 21:41:40 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Use TeX Live packages instead of teTeX to build documentation.
|
2011-03-28 23:42:40 by Zafer Aydogan | Files touched by this commit (1) |  |
Log message:
update PLIST. Fixes install.
|
2010-02-19 20:13:45 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use correct permissions on the config files.
|
2010-02-08 02:47:14 by Jonathan A. Kollasch | Files touched by this commit (6) |
Log message:
Update to avrdude-5.10.
pkgsrc changes:
Rework AVRISP mkII stall workaround.
summary of upstream changes since 5.8:
- Fix problem with loading intel hex rom files that exceed 0x10000 bytes.
- Fix FreeBSD default serial port name.
- jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message,
retry with external reset applied (in case the target is in sleep
mode or has asserted the JTD bit).
- Fix build for GNU/kFreeBSD.
|