Index: www/nginx/Makefile =================================================================== --- www/nginx/Makefile (revision 389232) +++ www/nginx/Makefile (working copy) @@ -52,6 +52,7 @@ MAIL_POP3 \ MAIL_SMTP \ MAIL_SSL \ + PCRE_JIT \ SPDY \ THREADS \ WWW \ @@ -136,6 +137,7 @@ MAIL_POP3_DESC= Enable POP3 proxy module MAIL_SMTP_DESC= Enable SMTP proxy module MAIL_SSL_DESC= Enable mail_ssl module +PCRE_JIT_DESC= Enable pcre_jit SPDY_DESC= Enable SPDY protocol support (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files @@ -728,6 +730,10 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_xss} .endif +.if ${PORT_OPTIONS:MPCRE_JIT} +CONFIGURE_ARGS+=--with-pcre-jit +.endif + .if ${PORT_OPTIONS:MSPDY} NGINX_OPENSSL= yes USE_HTTP_SSL= yes