Re: enabling jit in devel/pcre

2013-05-09 Thread Matthias Kilian
On Fri, May 10, 2013 at 12:25:26AM +0400, ??? wrote: > >> > +CONFIGURE_ARGS+=--enable-jit > > > > What are the security imolications? > > what ? Did you look at what the code enabled by this option does? Is it widely used and well-tested and proof-read? The fact that it isn't enabled by

Re: enabling jit in devel/pcre

2013-05-09 Thread Stuart Henderson
On 2013/05/10 00:25, Илья Шипицин wrote: > 2013/5/8 Stuart Henderson : > > On 2013/05/08 09:22, Илья Шипицин wrote: > >> up > >> > >> 2013/5/4 Илья Шипицин : > >> > hmm, next patch edition. > >> > > >> > --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 > >> > +++ devel/pcre/Makefile Sat May

Re: enabling jit in devel/pcre

2013-05-09 Thread Илья Шипицин
2013/5/8 Stuart Henderson : > On 2013/05/08 09:22, Илья Шипицин wrote: >> up >> >> 2013/5/4 Илья Шипицин : >> > hmm, next patch edition. >> > >> > --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 >> > +++ devel/pcre/Makefile Sat May 4 12:17:52 2013 >> > @@ -30,11 +30,18 @@ >> > USE_LIBTOO

Re: enabling jit in devel/pcre

2013-05-08 Thread Stuart Henderson
On 2013/05/08 09:22, Илья Шипицин wrote: > up > > 2013/5/4 Илья Шипицин : > > hmm, next patch edition. > > > > --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 > > +++ devel/pcre/Makefile Sat May 4 12:17:52 2013 > > @@ -30,11 +30,18 @@ > > USE_LIBTOOL= Yes Ports submissions sh

Re: enabling jit in devel/pcre

2013-05-07 Thread Илья Шипицин
up 2013/5/4 Илья Шипицин : > hmm, next patch edition. > > --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 > +++ devel/pcre/Makefile Sat May 4 12:17:52 2013 > @@ -30,11 +30,18 @@ > USE_LIBTOOL= Yes > USE_GROFF =Yes > CONFIGURE_STYLE= gnu > + > CONFIGURE_ARG

Re: enabling jit in devel/pcre

2013-05-04 Thread Илья Шипицин
hmm, next patch edition. --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 +++ devel/pcre/Makefile Sat May 4 12:17:52 2013 @@ -30,11 +30,18 @@ USE_LIBTOOL= Yes USE_GROFF =Yes CONFIGURE_STYLE= gnu + CONFIGURE_ARGS=${CONFIGURE_SHARED} \

Re: enabling jit in devel/pcre

2013-05-04 Thread Matthias Kilian
On Sat, May 04, 2013 at 01:02:43PM +0600, ??? wrote: > we are using nginx with pcre_jit feature. however, devel/pcre comes > without jit enabled. I suggest to compile devel/pcre with jit by > default. >From the README: This support is available only for certain hardware a

enabling jit in devel/pcre

2013-05-04 Thread Илья Шипицин
Hello! we are using nginx with pcre_jit feature. however, devel/pcre comes without jit enabled. I suggest to compile devel/pcre with jit by default. --- devel/pcre/Makefile.origSat May 4 14:57:28 2013 +++ devel/pcre/Makefile Sat May 4 14:57:35 2013 @@ -30,11 +30,15 @@ USE_LIBTOOL=