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.
Details
Details
- Reviewers
mizhka - Commits
- rP476979: devel/radare2: Update to 2.8.0
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
devel/radare2/Makefile | ||
---|---|---|
5 ↗ | (On Diff #46503) | Not needed. |
devel/radare2/Makefile | ||
---|---|---|
5 ↗ | (On Diff #46503) | Why ? Because no aarch64 package was generated before ? |
devel/radare2/Makefile | ||
---|---|---|
5 ↗ | (On Diff #46503) | Ok found the reason explain in the porters handbook. |
Comment Actions
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! ;)
Comment Actions
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.