Re: libc++ port, including libc++abi and libunwind

2016-05-23 Thread Patrick Wildt
On Fri, May 13, 2016 at 09:04:26PM +0100, Stuart Henderson wrote: > On 2016/05/13 21:49, Patrick Wildt wrote: > > +BUILD_DEPENDS += devel/llvm > > Only thing I noticed in first review was this, please use > > MODULES = lang/clang > MODCLANG_LANGS = c++ > MODCLANG_ARCHS =

Re: libc++ port, including libc++abi and libunwind

2016-05-13 Thread Stuart Henderson
On 2016/05/13 21:49, Patrick Wildt wrote: > +BUILD_DEPENDS += devel/llvm Only thing I noticed in first review was this, please use MODULES = lang/clang MODCLANG_LANGS =c++ MODCLANG_ARCHS =amd64 instead of the BUILD_DEPENDS. Then, in theory, you shouldn't need

libc++ port, including libc++abi and libunwind

2016-05-13 Thread Patrick Wildt
Hi, I created a port for libc++, LLVM's C++ standard library. I'm not a port's guy, so bear with me if this is not up to the standard. The port contains libc++, libc++abi for the low level support and libunwind as unwinder. As libc++ and libc++abi kind of depend on each other's headers I have