WANTLIB in the port should actually be:

-WANTLIB+=      c util z
+WANTLIB+=      c m stdc++

On Sun, Jan 18, 2015 at 3:03 PM, Daniel Dickman <[email protected]> wrote:
> Here's a port for csmith: a C compiler fuzzer. Ok to import?
>
> $ pkg_info csmith
> Information for inst:csmith-2.2.0
>
> Comment:
> fuzzer for C compilers
>
> Description:
> Csmith is a tool that can generate random C programs that statically
> and dynamically conform to the C99 standard. It is useful for
> stress-testing compilers, static analyzers, and other tools that
> process C code. Csmith has found bugs in every tool that it has
> tested, and we have used it to find and report more than 400
> previously-unknown compiler bugs.
>
> Maintainer: Daniel Dickman <[email protected]>
>
> WWW: http://embed.cs.utah.edu/csmith/
>
>

Reply via email to