Opened 12 years ago
Closed 11 years ago
#37875 closed update (fixed)
dfu-programmer @0.5.4: update to 0.6.0
Reported by: | ghulands@… | Owned by: | chris@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager), g5pw (Aljaž Srebrnič) | |
Port: | dfu-programmer |
Description
Updated the port file for dfu-programmer to 0.6.0
Attachments (3)
Change History (13)
Changed 12 years ago by ghulands@…
comment:1 Changed 12 years ago by ghulands@…
Cc: | ghulands@… added |
---|
comment:2 Changed 12 years ago by larryv (Lawrence Velázquez)
Cc: | ghulands@… removed |
---|---|
Keywords: | dfu-programmer removed |
Milestone: | MacPorts Future |
Owner: | changed from macports-tickets@… to chris@… |
Summary: | dfu-programmer is up to 0.6.0 - Portfile attached. → dfu-programmer @0.5.4: update to 0.6.0 |
Type: | submission → update |
Thanks for the ticket. In the future, please try to Cc the port maintainer(s).
Could you upload a unified diff between the current portfile and your updated version? We prefer diffs over portfiles because they let us see what changes you made.
Changed 12 years ago by ghulands@…
Attachment: | portfile.diff added |
---|
comment:3 Changed 12 years ago by chris@…
Thanks for the update!
I see in your diff that you disabled libusb1 support. Did you try using libusb1 instead of the legacy layer? If that works well then we should use the newer lib directly as it seems to be better supported in the future.
comment:4 Changed 12 years ago by ghulands@…
Yes, I did try to build it but it couldn't find some usb structs when compiling.
comment:5 Changed 12 years ago by chris@…
Okay, then let's stick to the legacy USB layer and we can apply the patch you supplied unmodified. I'll retry the libusb1 testing with the next update...
comment:7 Changed 11 years ago by g5pw (Aljaž Srebrnič)
Cc: | g5pw@… added |
---|
dfu-programmer
is now at version 0.6.2. I have a working patch, I can commit it if it's OK with you, Chris.
Changed 11 years ago by g5pw (Aljaž Srebrnič)
Attachment: | dfu-programmer.patch added |
---|
comment:8 Changed 11 years ago by g5pw (Aljaž Srebrnič)
The configure has a bug, a hardcoded /usr prefix, so i had to patch it. Reported upstream.
comment:10 Changed 11 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Commited in r119510.
Cc Me!