On 2013/05/08 09:22, Илья Шипицин wrote:
> up
> 
> 2013/5/4 Илья Шипицин <chipits...@gmail.com>:
> > hmm, next patch edition.
> >
> > --- devel/pcre/Makefile.orig    Sat 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 should be sent as a cvs diff against -current,
-current does not gave this line.

Missing a bump to REVISION.

> >  USE_GROFF =            Yes
> >  CONFIGURE_STYLE=       gnu
> > +
> >  CONFIGURE_ARGS=                ${CONFIGURE_SHARED} \
> >                         --enable-pcre8 \
> >                         --enable-pcre16 \
> >                         --enable-utf \
> > -                       --enable-unicode-properties
> > +                       --enable-unicode-properties
> > +
> > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" ||
> > ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" ||

we don't have a powerpc64 arch.

from a quick look at files, I'm not convinced they support sparc64,
maybe only sparc.

> > ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "mips64el" ||
> > ${MACHINE_ARCH} == "arm"

pcre is used by a number of important ports, for example glib2,
apache-httpd, postfix, kamailio, exim, cyrus-imapd, kde-libs.
What tests have you done, and on what arches?

> > +CFLAGS+=-lpthread

This would probably change WANTLIB.

> > +CONFIGURE_ARGS+=--enable-jit

What are the security imolications?

Reply via email to