Created attachment 171785 [details] svn diff Added lib/librocksdb.so.4.5 that is required when rocksdb is used as a storage engine for MongoDB database. Added missing dependency: archivers/liblz4.
This update is required for: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210570
Created attachment 172703 [details] svn diff patch for version 4.6.1
lz4 is an optional dependency.
lz4 is needed to support lz4 compression scheme in MongoDB. It enables running mongod with option: --rocksdbCompression=lz4 I think it is better do add it as a requirement than an option since lz4 is lightweight to build, so almost zero overhead.
LZ4 option is now enabled by default.