[Bug 296605] www/nginx-devel: chase devel/mongo-c-driver update
[email protected] Tue, 04 Aug 2026 13:31:24 +0000
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296605 Yusuf Yaman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Yusuf Yaman <[email protected]> --- (In reply to Raivo Hool from comment #3) Hi Raivo, > +MONGOC_VERSION!=3D ${MAKE} -C ${PORTSDIR}/devel/mongo-c-driver -V = DISTVERSION This doesn't work for me for some reason. $ make -V MONGOC_VERSION make[1]: chdir /devel/mongo-c-driver: No such file or directory make: /home/yusuf/doc/git/ports/www/freenginx-devel/Makefile:67: warning: Command "make -C /devel/mongo-c-driver -V DISTVERSION" exited with status 2 Can you confirm if this one below works for your use case? (suggested by joneum@) MONGOC_VERSION!=3D ${MAKE} -C ${.CURDIR:H:H}/devel/mongo-c-driver -V DISTVERSION --=20 You are receiving this mail because: You are the assignee for the bug.=