Re: [NEW] lang/binaryen

2022-05-16 Thread Frederic Cambus
On Fri, May 13, 2022 at 10:23:28AM +0200, Omar Polo wrote: > > > * Effective: Binaryen's optimizer has many passes (see an overview later > > > down) that can improve code size and speed. These optimizations aim to > > nit: i'd drop the parentesized sentence, there's nothing below :) Good poin

Re: [NEW] lang/binaryen

2022-05-13 Thread Omar Polo
Frederic Cambus wrote: > On Thu, May 05, 2022 at 10:17:00PM +0200, Frederic Cambus wrote: > > > Here is a new port: lang/binaryen > > > > Tests assume a local copy of GoogleTest is present, but it's not bundled > > in the distribution tarball. I patched the relevant CMakeLists.txt to > > disable

Re: [NEW] lang/binaryen

2022-05-12 Thread Frederic Cambus
On Thu, May 05, 2022 at 10:17:00PM +0200, Frederic Cambus wrote: > Here is a new port: lang/binaryen > > Tests assume a local copy of GoogleTest is present, but it's not bundled > in the distribution tarball. I patched the relevant CMakeLists.txt to > disable the attempt to build a local copy and

[NEW] lang/binaryen

2022-05-05 Thread Frederic Cambus
Hi ports@, Here is a new port: lang/binaryen Tests assume a local copy of GoogleTest is present, but it's not bundled in the distribution tarball. I patched the relevant CMakeLists.txt to disable the attempt to build a local copy and added a LIB_DEPENDS on devel/gtest instead. >From DESCR: Bina