Created attachment 272616 [details] www/freenginx 1.31.2_8 patch Need to set GRIDFS option to check.
Hi, thanks for the report! Since third-party packages present in $LOCALBASE, the patch for config file needs to be updated: -ngx_module_incs="/usr/include/mongoc-%%MONGOC_VERSION%% /usr/include/bson-%%MONGOC_VERSION%%" +ngx_module_incs="%%LOCALBASE%%/include/mongoc-%%MONGOC_VERSION%% %%LOCALBASE%%/include/bson-%%MONGOC_VERSION%%" Thank you.
Created attachment 272626 [details] www/freenginx-devel 1.31.2_8 patch updated the patch according to comment #1.
(In reply to Hiroo Ono from comment #2) The patch needs to be rebased against current version of the port - 1.31.3_2. Other things look good to me in case the port with the third-party module is buildable.
Created attachment 272664 [details] www/freenginx-devel 1.31.3_4 patch rebased the patch regarding the port update.