Bug 296607 - www/freenginx-devel: chase devel/mongo-c-driver update
Summary: www/freenginx-devel: chase devel/mongo-c-driver update
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 296601
Blocks:
  Show dependency treegraph
 
Reported: 2026-07-08 13:54 UTC by Hiroo Ono
Modified: 2026-07-09 14:41 UTC (History)
2 users (show)

See Also:


Attachments
www/freenginx 1.31.2_8 patch (4.31 KB, patch)
2026-07-08 13:54 UTC, Hiroo Ono
no flags Details | Diff
www/freenginx-devel 1.31.2_8 patch (4.36 KB, patch)
2026-07-08 15:29 UTC, Hiroo Ono
no flags Details | Diff
www/freenginx-devel 1.31.3_4 patch (4.36 KB, patch)
2026-07-09 14:41 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2026-07-08 13:54:16 UTC
Created attachment 272616 [details]
www/freenginx 1.31.2_8 patch

Need to set GRIDFS option to check.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2026-07-08 14:07:55 UTC
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.
Comment 2 Hiroo Ono 2026-07-08 15:29:00 UTC
Created attachment 272626 [details]
www/freenginx-devel 1.31.2_8 patch

updated the patch according to comment #1.
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2026-07-08 15:52:32 UTC
(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.
Comment 4 Hiroo Ono 2026-07-09 14:41:21 UTC
Created attachment 272664 [details]
www/freenginx-devel 1.31.3_4 patch

rebased the patch regarding the port update.