Page MenuHomeFreeBSD

Add elfutils 0.163
ClosedPublic

Authored by cem on Jul 13 2016, 4:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 11, 8:30 PM
Unknown Object (File)
Wed, Jul 1, 2:11 PM
Unknown Object (File)
Sat, Jun 27, 2:05 PM
Unknown Object (File)
Wed, Jun 24, 10:31 PM
Unknown Object (File)
Wed, Jun 24, 9:03 PM
Unknown Object (File)
Wed, Jun 24, 4:15 AM
Unknown Object (File)
Wed, Jun 24, 4:15 AM
Unknown Object (File)
Mon, Jun 22, 4:06 PM
Subscribers
None

Details

Summary

Elfutils is a collection of utilities, including: stack (to show
backtraces); nm (for listing symbols from object files); size (for
listing the section sizes of an object or archive file); strip (for
discarding symbols); readelf (to see the raw ELF file structures);
elflint (to check for well-formed ELF files); and elfcompress (to
compress or decompress ELF sections).

It also provides libraries to allow other programs to manipulate ELF and
DWARF data.

WWW: https://fedorahosted.org/elfutils/

Note: This is very much a Linux/glibc-centric upstream and required a pretty heavy hand to port. Some of this could be consolidated into a liblinux porting shim layer.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4499
Build 4551: arc lint + arc unit

Event Timeline

cem retitled this revision from to Add elfutils 0.163.
cem updated this object.
cem edited the test plan for this revision. (Show Details)
cem added reviewers: mat, koobs, AMDmi3, bdrewery.
devel/elfutils/Makefile
6

Should only add new port with PORTREVISION=0 (which is the default so don't need a PORTREVISION line)

devel/elfutils/distinfo
2

Your tree must be outdated since it is missing the TIMESTAMP line that 'make makesum' should have created.

cem added a reviewer: emaste.
cem added inline comments.
devel/elfutils/Makefile
6

Right.

devel/elfutils/distinfo
2

Didn't use 'make makesum' :-). Thanks.

make makesum and remove bogus PORTREVISION, per bdrewery.

bdrewery edited edge metadata.
This revision is now accepted and ready to land.Jul 13 2016, 4:20 PM
cem marked 2 inline comments as done.Jul 13 2016, 4:20 PM
This revision was automatically updated to reflect the committed changes.