Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23709 closed update (fixed)

avrdude 5.8 to 5.10

Reported by: ranauei@… Owned by: bd34n (Brian Dean)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: avrdude

Description

Updated version of avrdude with all patches refreshed.

Attachments (11)

Portfile.diff (994 bytes) - added by ranauei@… 14 years ago.
patch for the Portfile
patch-avr910.c.diff (5.2 KB) - added by ranauei@… 14 years ago.
patch-avrdude.conf.in.diff (1.4 KB) - added by ranauei@… 14 years ago.
patch-config_gram.y.diff (1.1 KB) - added by ranauei@… 14 years ago.
patch-ft245r.c.diff (18.1 KB) - added by ranauei@… 14 years ago.
patch-ft245r.h.diff (243 bytes) - added by ranauei@… 14 years ago.
patch-lexer.l.diff (551 bytes) - added by ranauei@… 14 years ago.
patch-Makefile.in.diff (5.9 KB) - added by ranauei@… 14 years ago.
patch-serjtag.c.diff (17.9 KB) - added by ranauei@… 14 years ago.
patch-serjtag.h.diff (546 bytes) - added by ranauei@… 14 years ago.
patch-stk500v2.c.diff (354 bytes) - added by ranauei@… 14 years ago.

Download all attachments as: .zip

Change History (17)

Changed 14 years ago by ranauei@…

Attachment: Portfile.diff added

patch for the Portfile

Changed 14 years ago by ranauei@…

Attachment: patch-avr910.c.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-avrdude.conf.in.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-config_gram.y.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-ft245r.c.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-ft245r.h.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-lexer.l.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-Makefile.in.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-serjtag.c.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-serjtag.h.diff added

Changed 14 years ago by ranauei@…

Attachment: patch-stk500v2.c.diff added

comment:1 in reply to:  description Changed 14 years ago by ranauei@…

Replying to ranauei@…:

Updated version of avrdude with all patches refreshed.

This ticket supersed both of these other tickets: https://trac.macports.org/ticket/22867 https://trac.macports.org/ticket/23120 that can be closed since 5.10 covers them.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to bsd@…
Version: 1.8.2

comment:3 Changed 14 years ago by ecronin (Eric Cronin)

Resolution: fixed
Status: newclosed

Committed in r63804, thanks!

Has the serjtag/bitbang patch been submitted upstream to the avrdude team? We should probably comment in the portfile where the official source of the bitbang patches is...

comment:4 in reply to:  3 ; Changed 14 years ago by ranauei@…

Replying to ecronin@…:

Has the serjtag/bitbang patch been submitted upstream to the avrdude team? We should probably comment in the portfile where the official source of the bitbang patches is...

Yep, I proposed the patch (which wasn't coded by me I only refreshed them since original was for an old version) in their bug tracker too. However from what I've understood they will prefer that feature implemented with opensource libraries (such libftdi) instead of proprietary libftd2xx.

comment:5 in reply to:  4 ; Changed 14 years ago by ecronin (Eric Cronin)

Replying to ranauei@…:

Replying to ecronin@…:

Has the serjtag/bitbang patch been submitted upstream to the avrdude team? We should probably comment in the portfile where the official source of the bitbang patches is...

Yep, I proposed the patch (which wasn't coded by me I only refreshed them since original was for an old version) in their bug tracker too. However from what I've understood they will prefer that feature implemented with opensource libraries (such libftdi) instead of proprietary libftd2xx.

Do you have a URL for the ticket in the avrdude tracker?

comment:6 in reply to:  5 Changed 14 years ago by ranauei@…

Replying to ecronin@…:

Do you have a URL for the ticket in the avrdude tracker?

https://savannah.nongnu.org/patch/?6886 and this is related (see comments) https://savannah.nongnu.org/patch/?7062 . However I haven't managed to compile 5.10 with the last one so I continued with the usal linked with libftd2xx which works outside os x too.

Note: See TracTickets for help on using tickets.