Bug 200793

Summary: www/nginx: allow pcre_jit in options
Product: Ports & Packages Reporter: Dmitry Alenichev <mitya>
Component: Individual Port(s)Assignee: Sergey A. Osokin <osa>
Status: Closed Works As Intended    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (osa)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www/nginx/Makefile none

Description Dmitry Alenichev 2015-06-11 18:39:54 UTC
Created attachment 157648 [details]
www/nginx/Makefile

it can be useful in some configurations
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2015-06-12 01:44:43 UTC
I see no reason for this change cause basically www/nginx always build with enabled JIT if it has been enabled for devel/pcre, i.e. for my system without your patch:

...
checking for PCRE library ... found
checking for PCRE JIT support ... found
...

So, please confirm.
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2015-06-12 01:45:06 UTC
I'd like to close the ticket.
Comment 3 Dmitry Alenichev 2015-06-12 15:59:14 UTC
you are right, i was confused by nginx -V output, not including --with-pcre-jit, but pcre_jit directive actually works. so close it, please.