Opened 10 years ago
Closed 9 years ago
#47297 closed update (fixed)
radare2 @0.9.6: update to 0.9.8
Reported by: | lechris@… | Owned by: | g5pw (Aljaž Srebrnič) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | |
Port: | radare2 |
Description
Radare 0.9.8 ist out. See https://github.com/radare/radare2/releases for details.
MacPorts fetches a differnt tar.gz
archive (https://github.com/radare/radare2/tarball/0.9.8) than the one linked from the 0.9.8 release page (https://github.com/radare/radare2/archive/0.9.8.tar.gz) and I needed to pay attention to what I was checksumming.
I could just install the port without libewf support
$ sudo port install radare2 -ewf
because the dependency osxfuse
fails on my machine (Mac OS X 10.10, Xcode 6.2). It seems to me that this is due to the Xcode version detection in build.sh
which takes only Xcode installations in /Applications
into account.
Attachments (1)
Change History (4)
Changed 10 years ago by lechris@…
Attachment: | Portfile-radare2.diff added |
---|
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to g5pw@… |
---|
comment:3 Changed 9 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Updated to v 0.9.9 in r142225.
Note: See
TracTickets for help on using
tickets.
Yes, the github portgroup defaults to "tarball" URLs. Support for "archive" URLs has been requested but not implemented, mainly because so far I see no significant benefit to doing so. See #40518 and comment there if you have further information on this.