Re: [patch] --disable-jit for ia64 in devel/pcre

2012-09-17 Thread Martin Matuska
Actually, I see no reason for having JIT in options at all, as it only provides additional functions, there is no signifficant difference in size and the port license doesn't change. I have simply enabled it anywhere besides sparc64 and ia64. On 17.9.2012 17:25, Baptiste Daroussin wrote: > On Mon,

Re: [patch] --disable-jit for ia64 in devel/pcre

2012-09-17 Thread Baptiste Daroussin
On Mon, Sep 17, 2012 at 11:12:35AM +0100, Anton Shterenlikht wrote: > devel/pcre fails on ia64 portscluster because defaults > include JIT: > > http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.9.20120916093935/pcre-8.31.log > > This patch fixes it. I checked > it on my own ia64 boxes: > >

[patch] --disable-jit for ia64 in devel/pcre

2012-09-17 Thread Anton Shterenlikht
devel/pcre fails on ia64 portscluster because defaults include JIT: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.9.20120916093935/pcre-8.31.log This patch fixes it. I checked it on my own ia64 boxes: Index: Makefile === -