summaryrefslogtreecommitdiff
path: root/devel/elf
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-13Add dependency on readline to build on platforms without a nativeminskim1-1/+2
readline library.
2004-04-25Convert to buildlink3.snj1-3/+3
2003-09-28mk/curses.buildlink2.mk has been removed, so go back tokristerw1-2/+2
devel/ncurses/buildlink2.mk again...
2003-09-27ncurses/buildlink2.mk is no more, use mk/curses.buildlink2.mk insteadrecht1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-04Import elf-0.5.3: ELF header analyzer.salo5-0/+46
elf is an ELF header (e_header) statistics tool. It allows you to gather various statistics about a binary's ELF header, unlike other releases (readelf), elf concentrates on the e_header itself. This allows for some more usability in many instances (be it by an end-user or application). Package submitted to pkgsrc-wip by Douwe Kiela with modifications by me.