Re: NEW: devel/capstone

2014-01-24 Thread Benoit Lecocq
On 01/24/14 11:55, Vadim Zhukov wrote: > 2014/1/24 Stuart Henderson : >> On 2014/01/24 14:14, Vadim Zhukov wrote: >>> 2. Libraries should build with -g. >> >> This is done in base, but isn't the case for ports - libraries must >> not be stripped, and CFLAGS should be honoured so that building with

Re: NEW: devel/capstone

2014-01-24 Thread Vadim Zhukov
2014/1/24 Stuart Henderson : > On 2014/01/24 14:14, Vadim Zhukov wrote: >> 2. Libraries should build with -g. > > This is done in base, but isn't the case for ports - libraries must > not be stripped, and CFLAGS should be honoured so that building with > DEBUG="-g" works, but ports don't normally b

Re: NEW: devel/capstone

2014-01-24 Thread Stuart Henderson
On 2014/01/24 14:14, Vadim Zhukov wrote: > 2. Libraries should build with -g. This is done in base, but isn't the case for ports - libraries must not be stripped, and CFLAGS should be honoured so that building with DEBUG="-g" works, but ports don't normally build with symbols. I think it's valid

Re: NEW: devel/capstone

2014-01-24 Thread Vadim Zhukov
2014/1/24 Benoit Lecocq : > On 12/18/13 15:20, Benoit Lecocq wrote: >> Hi, >> >> This is a port of Capstone : >> >> Capstone is a lightweight multi-platform, multi-architecture disassembly >> framework. >> >> Features : >> >> - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips & X86 >> (

Re: NEW: devel/capstone

2014-01-23 Thread Benoit Lecocq
On 12/18/13 15:20, Benoit Lecocq wrote: > Hi, > > This is a port of Capstone : > > Capstone is a lightweight multi-platform, multi-architecture disassembly > framework. > > Features : > > - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips & X86 > (more details). > - Clean/simple/lig

NEW: devel/capstone

2013-12-18 Thread Benoit Lecocq
Hi, This is a port of Capstone : Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Features : - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips & X86 (more details). - Clean/simple/lightweight/intuitive architecture-neutral API. Provide detail