Page MenuHomeFreeBSD

devel/radare2: Update to 2.8.0
ClosedPublic

Authored by manu on Aug 10 2018, 10:15 AM.
Tags
None
Referenced Files
F82048087: D16656.diff
Thu, Apr 25, 12:11 AM
Unknown Object (File)
Sat, Apr 20, 1:33 PM
Unknown Object (File)
Sat, Apr 20, 12:57 PM
Unknown Object (File)
Fri, Apr 19, 9:50 AM
Unknown Object (File)
Wed, Apr 17, 9:47 PM
Unknown Object (File)
Mar 21 2024, 6:37 AM
Unknown Object (File)
Mar 3 2024, 1:05 PM
Unknown Object (File)
Dec 7 2023, 5:13 AM

Details

Summary

While here, unbreak on arm64
This was broken because of the debugger part of radare2.
Those patches fix that even if the debugger still doesn't work
due to lack of some ptrace function in the FreeBSD aarch64 port.
The patches were submitted and commited upstream.

Test Plan

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18742
Build 18421: arc lint + arc unit

Event Timeline

devel/radare2/Makefile
5

Not needed.

devel/radare2/Makefile
5

Why ? Because no aarch64 package was generated before ?

devel/radare2/Makefile
5

Ok found the reason explain in the porters handbook.

Remove unneeded PORTREVISION

Hi @manu ,

Many thanks for the patch!

Patch looks good and thanks for upstream submitting.
Port version is 2.7.0, the actual version is 2.8, yours is 2.6.9. I suppose it's better to fix version discrepancy and use 2.8.0. Could you please update patch?

Merci bien! ;)

In D16656#354231, @mizhka_gmail.com wrote:

Hi @manu ,

Many thanks for the patch!

Patch looks good and thanks for upstream submitting.
Port version is 2.7.0, the actual version is 2.8, yours is 2.6.9. I suppose it's better to fix version discrepancy and use 2.8.0. Could you please update patch?

Merci bien! ;)

Right, I had an old ports tree on my arm64 box.
I'll go ahead and update to 2.8.0 and check if everything is ok.

manu retitled this revision from devel/radare2: Unbreak on arm64 to devel/radare2: Update to 2.8.0.
manu edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Aug 12 2018, 5:38 AM
This revision was automatically updated to reflect the committed changes.