#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)
Change History (17)
Changed 15 years ago by ranauei@…
Attachment: | Portfile.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-avr910.c.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-avrdude.conf.in.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-config_gram.y.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-ft245r.c.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-ft245r.h.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-lexer.l.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-Makefile.in.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-serjtag.c.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-serjtag.h.diff added |
---|
Changed 15 years ago by ranauei@…
Attachment: | patch-stk500v2.c.diff added |
---|
comment:1 Changed 15 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 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to bsd@… |
---|---|
Version: | 1.8.2 |
comment:3 follow-up: 4 Changed 15 years ago by ecronin (Eric Cronin)
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 follow-up: 5 Changed 15 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 follow-up: 6 Changed 15 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 Changed 15 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.
patch for the Portfile