Re: [NEW] devel/elfcat

2021-11-02 Thread Frederic Cambus
On Tue, Nov 02, 2021 at 01:27:42PM +, Klemens Nanni wrote: > On Tue, Nov 02, 2021 at 12:39:53PM +, Stuart Henderson wrote: > > for checking libs for WANTLIB, use objdump -p or readelf -d and look at > > NEEDED > > ldd also shows you libraries pulled in by dep's Yes, c++abi is definitely N

Re: [NEW] devel/elfcat

2021-11-02 Thread Klemens Nanni
On Tue, Nov 02, 2021 at 12:39:53PM +, Stuart Henderson wrote: > for checking libs for WANTLIB, use objdump -p or readelf -d and look at NEEDED > ldd also shows you libraries pulled in by dep's > > > I haven't verified this is the reason, but a quick grep in Rust source > > tree found this in l

Re: [NEW] devel/elfcat

2021-11-02 Thread Stuart Henderson
for checking libs for WANTLIB, use objdump -p or readelf -d and look at NEEDED ldd also shows you libraries pulled in by dep's > I haven't verified this is the reason, but a quick grep in Rust source > tree found this in library/unwind/build.rs: > > } else if target.contains("openbsd") { >

Re: [NEW] devel/elfcat

2021-11-02 Thread Frederic Cambus
On Tue, Oct 26, 2021 at 02:14:46PM +, Klemens Nanni wrote: > On Tue, Oct 26, 2021 at 12:59:11PM +0200, Frederic Cambus wrote: > > Hi ports@, > > > > Here is a new port: devel/elfcat > > > > It is written in Rust and doesn't require any dependencies. > > > > From DESCR: > > > > elfcat is an

Re: [NEW] devel/elfcat

2021-10-26 Thread Klemens Nanni
On Tue, Oct 26, 2021 at 12:59:11PM +0200, Frederic Cambus wrote: > Hi ports@, > > Here is a new port: devel/elfcat > > It is written in Rust and doesn't require any dependencies. > > From DESCR: > > elfcat is an ELF visualizer, which generates interactive HTML files > from ELF binaries. `make

[NEW] devel/elfcat

2021-10-26 Thread Frederic Cambus
Hi ports@, Here is a new port: devel/elfcat It is written in Rust and doesn't require any dependencies. >From DESCR: elfcat is an ELF visualizer, which generates interactive HTML files from ELF binaries. Comments? OK? elfcat.tar.gz Description: application/tar-gz