| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 227218
Submitted by: 0mp
|
|
|
|
|
| |
PR: 220613
Submitted by: adamw
|
|
|
|
| |
Approved by: maintainer (private communications)
|
|
|
|
| |
Reported by: matwq
|
| |
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
|
|
| |
mongodb requires clang >= 3.7 to build if the compiler is clang
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 213134 (update to 3.2.10)
Submitted by: Eric Camachat <eric@camachat.org>
Maintainer timeout.
|
|
|
|
|
|
| |
PR: 211392
Submitted by: eric@camachat.org
Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 3 weeks)
|
|
|
|
|
|
| |
PR: 210489
Submitted by: numisemis@yahoo.com
Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 2 weeks)
|
|
|
|
|
|
| |
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 198212
Submitted by: Daniel Ylitalo
Approved by: ale (maintainer timeout)
|
|
|
|
|
|
|
|
| |
Clang has been upgrade to 3.8 in 11-CURRENT, so use it.
PR: 208276
Submitted by: Eric Camachat <eric@camachat.org>
Approved by: brendan+freebsd@bbqsrc.net (maintainer)
|
|
|
|
|
|
|
| |
Changes: https://docs.mongodb.com/manual/release-notes/3.2/
PR: 209176
Submitted by: numisemis@yahoo.com
Approved by: brendan+freebsd@bbqsrc.net (maintainer timeout)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
10.1 either:
/usr/include/c++/v1/type_traits:433:76: error: no matching function for call to '__source'
: public integral_constant<bool, sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source<_Tp>())) == 1>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
src/mongo/db/catalog/database.cpp:618:32: note: while substituting deduced template arguments into function template 'function' [with _Fp = std::__1::__bind<mongo::Status (mongo::StorageEngine::Factory::*)(const mongo::BSONObj &) const, std::__1::placeholders::__ph<1> &, std::__1::placeholders::__ph<2> &>]
stdx::bind(&StorageEngine::Factory::validateCollectionStorageOptions,
^
/usr/include/c++/v1/type_traits:424:28: note: candidate template ignored: substitution failure [with _Tp = mongo::Status (const mongo::BSONObj &) const]: reference to function type 'mongo::Status (const mongo::BSONObj &) const' cannot have 'const' qualifier
template <class _Tp> _Tp& __source();
~~~ ^
src/mongo/db/catalog/database.cpp:617:9: error: no matching function for call to 'validateStorageOptions'
validateStorageOptions(collectionOptions.storageEngine,
^~~~~~~~~~~~~~~~~~~~~~
- While here, check OPSYS along with OSVERSION
Reported by: pkg-fallout
Approved by: portmgr blanket
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- modified pkg-plist from exec/unexec to @sample
- provide a simplified mongodb.conf file
- Fixed issue with setting optime when running with journaling
disabled: SERVER-22495, SERVER-22728
- Have read concern majority reflect journaled state on the primary:
SERVER-22269
- Fixed issue where specifying replication.enableMajorityReadConcern
implied true regardless of the actual boolean value: SERVER-22683
- Fixed issue causing segfault when running aggregation that includes
$lookup: SERVER-22537
PR: 207842
Submitted by: numisemis@yahoo.com
Approved by: Brendan Molloy <brendan+freebsd@bbqsrc.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (3.2.3) [1]
- Depend explicitly on Clang 3.7
- Update ONLY_FOR_ARCHS{_REASON} to exclude i386
Removes i386 support entirely, as even now I get pkg-fallout due to
mozjs failing to build in some circumstances, and the maintenance
burden isn't worth it given 32bit is deprecated.
A future revision may conditionally check the existence of a global
clang that meets the requirements of this port, but right now that
requires fixing some issues in compiler.mk and I don't feel it
appropriate to replicate its entire functionality to fix this port for
now.
PR: 207417
Reported by: <numisemis yahoo.com> [1]
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build
for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL
version that the builder detects.
Fortunately, we don't have to solve that as the primary port does not
support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10.
PR: 206795, 206796
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
MFH: 2016Q1
|
|
PR: 205510
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Maintainer of databases/mongodb port timeout (3 weeks)
I bumped version to 3.2.1.
mongodb32-tools port coming soon.
|