summaryrefslogtreecommitdiff
path: root/databases/mongodb
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-02-26 16:03:09 +0000
committerfhajny <fhajny>2016-02-26 16:03:09 +0000
commit060f61a36e258b015dea5bffb2fbd88452b4cc2a (patch)
tree550d435b01935b75d116ffc15d53aeb265d79dde /databases/mongodb
parent8af110a15d83d02fbe037c462064f0fd795a85d6 (diff)
downloadpkgsrc-060f61a36e258b015dea5bffb2fbd88452b4cc2a.tar.gz
Add note about databases/wiredtiger
Diffstat (limited to 'databases/mongodb')
-rw-r--r--databases/mongodb/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/mongodb/options.mk b/databases/mongodb/options.mk
index ecc50c4eb06..040dcaf11cf 100644
--- a/databases/mongodb/options.mk
+++ b/databases/mongodb/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/02/26 12:33:26 fhajny Exp $
+# $NetBSD: options.mk,v 1.3 2016/02/26 16:03:09 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mongodb
PKG_SUPPORTED_OPTIONS= ssl wiredtiger
@@ -15,6 +15,9 @@ PKG_SUGGESTED_OPTIONS+= wiredtiger
SCONS_ARGS+= --ssl
.endif
+# The prospect of using databases/wiredtiger is unclear yet;
+# MongoDB doesn't provide guarantees for non-bundled WiredTiger:
+# https://groups.google.com/forum/#!msg/mongodb-dev/31FQSo4KVCI/Fx-WtJ9fzU4J
.if !empty(PKG_OPTIONS:Mwiredtiger)
. if empty(MACHINE_ARCH:Mx86_64)
PKG_FAIL_REASON+= "WiredTiger is not supported on 32-bit platforms"