Re: groff to mandoc

2013-07-02 Thread Ingo Schwarze
Hi, i just had a brief look at the way procmail formats its manuals. That's among the weirdest things i have seen so far with respect to handling man(7) code - in German, you would say "von hinten durch die Brust ins Auge". A perfect example to explain how nobody should ever do such things. It m

Re: Ninja build failures on sgi and mips64el

2013-07-02 Thread Marc Espie
Following patch should be vaguely saner, though it may modify the hash a bit. (note that memcpy destroys any semblance of meaning of using murmurhash2 in any case, so murmurhash2 is complete bullshit in this case) --- src/hash_map.h.orig Tue Jun 4 20:47:31 2013 +++ src/hash_map.h Tue Jul 2

Re: Ninja build failures on sgi and mips64el

2013-07-02 Thread Marc Espie
Evan Martin, if you're not already aware of that, murmurhash fails spectacularly on anything with strict alignment. Idea stolen from siphash btw, it looks like using siphash instead of murmurhash might be a good idea. At least THOSE guys know how to write portable code, contrary to the google dud

NEW: textproc/txt2man

2013-07-02 Thread Brian Callahan
Hi ports -- Attached is a port of txt2man, a suite of tools that convert text files to man pages. The three programs are: txt2man - flat ASCII to man page converter src2man - tool to extract man pages from source files bookman - tool to generate books from man pages Works for me on amd64 and

Re: NEW: textproc/txt2man

2013-07-02 Thread Brian Callahan
On 7/2/2013 12:47 PM, Brian Callahan wrote: Hi ports -- Attached is a port of txt2man, a suite of tools that convert text files to man pages. The three programs are: txt2man - flat ASCII to man page converter src2man - tool to extract man pages from source files bookman - tool to generate books

Tweaks for libraw

2013-07-02 Thread Vadim Zhukov
This patch makes sure that libraw does not pick up OpenMP. Package version bumped for safety. Also this enables warnings so build logs become more useful. Patches regen'ed while there, too. Added SEPARATE_BUILD=Yes, tested on i386. okay? -- WBR, Vadim Zhukov Index: Makefile =

Re: Tweaks for libraw

2013-07-02 Thread Vadim Zhukov
> This patch makes sure that libraw does not pick up OpenMP. > Package version bumped for safety. > > Also this enables warnings so build logs become more useful. > Patches regen'ed while there, too. Added SEPARATE_BUILD=Yes, > tested on i386. > > okay? Oops, now bump for real... -- WBR,

Re: Tweaks for libraw

2013-07-02 Thread Brad Smith
On 02/07/13 5:11 PM, Vadim Zhukov wrote: This patch makes sure that libraw does not pick up OpenMP. Package version bumped for safety. Is there something broken you have not mentioned? Generally speaking apps that can take advantage of OpenMP should have said support enabled. -- This message h

Re: Tweaks for libraw

2013-07-02 Thread Vadim Zhukov
2013/7/3 Brad Smith : > On 02/07/13 5:11 PM, Vadim Zhukov wrote: >> >> This patch makes sure that libraw does not pick up OpenMP. >> Package version bumped for safety. > > > Is there something broken you have not mentioned? Generally speaking > apps that can take advantage of OpenMP should have sai

Re: Tweaks for libraw

2013-07-02 Thread Brad Smith
On 02/07/13 8:21 PM, Vadim Zhukov wrote: 2013/7/3 Brad Smith : On 02/07/13 5:11 PM, Vadim Zhukov wrote: This patch makes sure that libraw does not pick up OpenMP. Package version bumped for safety. Is there something broken you have not mentioned? Generally speaking apps that can take advan