Re: new port: devel/csmith

2015-01-20 Thread Stuart Henderson
On 2015/01/20 12:15, Jérémie Courrèges-Anglas wrote: > - FULLPKGNAME in PLIST looks wrong yes, this will almost certainly break if REVISION is bumped. usually for ports, things are installed with non-version-dependent names, or at least only major-version-dependent names.

Re: new port: devel/csmith

2015-01-20 Thread Jérémie Courrèges-Anglas
Hi, Daniel Dickman writes: > WANTLIB in the port should actually be: > > -WANTLIB+= c util z > +WANTLIB+= c m stdc++ Aside from this, - you can just stuff the shared lib in PLIST. It will be properly ignored on !shared archs. (Right now it will be ignored on all archs, because y

Re: new port: devel/csmith

2015-01-18 Thread Daniel Dickman
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 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

new port: devel/csmith

2015-01-18 Thread Daniel Dickman
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-