Bug 200793 - www/nginx: allow pcre_jit in options
Summary: www/nginx: allow pcre_jit in options
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 18:39 UTC by Dmitry Alenichev
Modified: 2015-06-12 18:52 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments
www/nginx/Makefile (804 bytes, patch)
2015-06-11 18:39 UTC, Dmitry Alenichev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.