Created attachment 198241 [details] Patch to sysutils/syslog-ng317/Makefile to make libbson a requirement only if mongodb is enabled [I am submitting this on behalf of a colleague who does not have -- and does not want -- a Bugzilla ID. -- dhw] From his (internal) commit message: libbson seems to only be necessary if mongodb is enabled. (we do not enable it in our builds). Move libbson pre-requisite from being a standard LIB_DEPENDS to being a MONGO_LIB_DEPENDS.
A commit references this bug: Author: cy Date: Wed Oct 17 03:45:29 UTC 2018 New revision: 482269 URL: https://svnweb.freebsd.org/changeset/ports/482269 Log: libbson is only needed whwn the mongodb option is selected. Otherwise it is needlessly requisite. Fix this. PR: 232335 Submitted by: dhw@ Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng39/Makefile
Committed. Thanks for the patch.