aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mongodb32
Commit message (Collapse)AuthorAgeFilesLines
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-2/+2
| | | | Sponsored by: Absolight
* Adapt ${name}_limits to the new resource limiting mechanics for servicesThomas Zander2018-05-202-11/+20
| | | | | PR: 227218 Submitted by: 0mp
* Fix build with pcre 8.42Kirill Ponomarev2018-05-192-0/+312
| | | | | PR: 220613 Submitted by: adamw
* Reset MAINTAINERMark Felder2018-04-171-1/+1
| | | | Approved by: maintainer (private communications)
* BROKEN_SSL: Add REASON for breakageBernard Spil2018-02-171-1/+1
| | | | Reported by: matwq
* security/openssl-devel: Mark broken databases catBernard Spil2018-02-161-0/+2
|
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Now that llvm 3.7 is gone, use llvm40 if the clang compiler is lower than 3.7Baptiste Daroussin2017-04-011-4/+4
| | | | | | mongodb requires clang >= 3.7 to build if the compiler is clang Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | Sponsored by: Absolight
* Update to version 3.2.11Dmitry Sivachenko2016-11-252-4/+4
| | | | | | PR: 213134 (update to 3.2.10) Submitted by: Eric Camachat <eric@camachat.org> Maintainer timeout.
* - Update to 3.2.9Dmitry Marakasov2016-08-182-4/+4
| | | | | | PR: 211392 Submitted by: eric@camachat.org Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 3 weeks)
* - Update to 3.2.7Dmitry Marakasov2016-07-072-3/+4
| | | | | | PR: 210489 Submitted by: numisemis@yahoo.com Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 2 weeks)
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+1
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* databases/mongodb{32}: allows to change the config location from rc.confKurt Jaeger2016-05-161-1/+4
| | | | | | PR: 198212 Submitted by: Daniel Ylitalo Approved by: ale (maintainer timeout)
* databases/mongodb32: use clang from base in 11-CURRENTKurt Jaeger2016-05-161-9/+11
| | | | | | | | 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)
* databases/mongodb32: 3.2.4 -> 3.2.6Kurt Jaeger2016-05-162-3/+3
| | | | | | | 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)
* - Extend IGNORE condition from "< 10.0" to "< 10.2": this doesn't build on ↵Dmitry Marakasov2016-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* databases/mongodb32: 3.2.3 -> 3.2.4Kurt Jaeger2016-03-154-5/+37
| | | | | | | | | | | | | | | | | - 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)
* databases/mongodb32: Update to 3.2.3Kubilay Kocak2016-02-272-19/+15
| | | | | | | | | | | | | | | | | | | | - 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)
* databases/mongodb32{-tools}: Disable WIRETIGER on i386, Mark BROKEN on 9.xKubilay Kocak2016-02-101-5/+26
| | | | | | | | | | | | | 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
* Add a port for mongodb version 3.2.Dmitry Sivachenko2016-01-236-0/+153
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.