./databases/mongodb3, NoSQL distributed document-oriented database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.24nb23, Package name: mongodb-3.4.24nb23, Maintainer: pkgsrc-users

Mongo (from "humongous") is a high-performance, open source, schema-free,
document-oriented database. It features: document data model with dynamic
schemas; full, flexible index support and rich queries; auto-Sharding for
horizontal scalability; built-in replication for high availability; text
search; advanced security; aggregation Framework and MapReduce; large media
storage with GridFS.

This is an older version of mongodb, chosen to avoid the Server Side
Public License and a need for a c++17 compiler.


Required to run:
[textproc/icu] [devel/boost-libs] [devel/pcre] [lang/python27] [devel/snappy] [textproc/yaml-cpp]

Required to build:
[devel/boost-headers] [devel/scons]

Package options: wiredtiger

Master sites:

Filesize: 39289.233 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-04 12:11:11 by Nia Alarie | Files touched by this commit (2)
Log message:
mongodb3: Work around a bug in NetBSD 9 and prior where GCC was shipped
without the experimental headers.
   2024-08-02 02:14:13 by Greg Troxel | Files touched by this commit (1)
Log message:
databases/mongodb3: Remediate icu, fixing build on NetBSD 9

Declare that a C++11 compiler is needed.  (This has surely been true
for a very long time, but wasn't in the Makefile.)

Recently icu apparently grew a requirement that files including icu
headers be compiled as C++17, and this package was therefore marked to
ask for C++17.  That apparently worked on NetBSD 10, but on NetBSD 9,
it failed to build.   Resolve this by removing the C++17 FORCE_CXX_STD
(which makes no sense for mongodb3 which needs C++11), and use the
included icu, taking a hint from how included boost is used.

(This is a pullup candidate for 2024Q2, should anyone else care and
want to do that.)
   2024-06-09 00:49:46 by Greg Troxel | Files touched by this commit (1)
Log message:
mongodb3: Drop MAINTAINERship

Also withdraw statement that it supports net/unifi
   2024-06-03 16:33:41 by Ryo ONODERA | Files touched by this commit (1)
Log message:
databases/mongodb3: Fix build with ICU 75
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-09 18:03:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
mongodb3: bump for dependency change
   2024-05-09 16:05:40 by Nia Alarie | Files touched by this commit (1)
Log message:
mongodb3: Incompatible with latest boost in pkgsrc, use internal boost
   2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254)
Log message:
revbump for boost-libs