CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/01/13 16:18:42
Modified files:
databases/mongodb: Makefile
databases/mongodb/patches:
patch-src_mongo_util_processinfo_openbsd_cpp
Log message:
Unbreak after mincore(2) removal
Follow upstream and assume that we should yield if there's a chance that
the block isn't mapped. Hopefully the assumption doesn't have
a negative impact on runtime (besides slightly slower operations).
Not waiting for maintainer, the assumption is that a non-optimal package
is better than no package at all.