Page MenuHomeFreeBSD

[new port] devel/linux-c7-strace: System call tracer for version 7
ClosedPublic

Authored by trasz on Apr 23 2019, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 2, 8:10 AM
Unknown Object (File)
Jan 30 2024, 8:52 AM
Unknown Object (File)
Jan 30 2024, 3:26 AM
Unknown Object (File)
Jan 30 2024, 3:26 AM
Unknown Object (File)
Jan 30 2024, 3:26 AM
Unknown Object (File)
Jan 30 2024, 3:25 AM
Unknown Object (File)
Jan 30 2024, 3:21 AM
Unknown Object (File)
Jan 30 2024, 12:56 AM
Subscribers

Details

Summary

Add devel/linux-c7-strace. Note that this is not currently
working quite well; the kernel part is coming shortly.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

devel/linux-c7-strace/Makefile
11 ↗(On Diff #56550)

This should be 4.el7 for CentOS 7.4 currently in ports. Then you can remove the LINUX_DIST_VER line below. Setting it to 7 means you're fetching from the latest 7.x version which will probably fail when 7.(x+1) is released.

linimon retitled this revision from Add linux-c7-strace to [new port] devel/linux-c7-strace: System call tracer for version 7.Apr 23 2019, 9:14 PM

Fetch from the right repo.

devel/linux-c7-strace/Makefile
11 ↗(On Diff #56550)

Thanks, fixed! Btw, is there a page somewhere that would describe what needs to be done for updating ports to eg CentOS 7.5?

devel/linux-c7-strace/Makefile
11 ↗(On Diff #56550)

There's a patch for 7.6 at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229431 but it needs some work. I'll try to do it before the 11.3 freeze (in case it needs some kernel changes), but I can't actually promise that.

You don't have to set LINUXNAME by the way. It's just a helper variable used in some Linux ports, but it has no meaning outside the Makefile.

This revision is now accepted and ready to land.Apr 26 2019, 8:20 PM
This revision was automatically updated to reflect the committed changes.