non port: databases/mongodb34-rocks/Makefile |
SVNWeb
|
Number of commits found: 18 |
Mon, 11 Jun 2018
|
[ 12:01 mat ]
Remove inconditionnal WITH_DEBUG.
mongodb works just fine without it, and it leads to packages that are 10
times bigger than needed.
PR: 228494
Submitted by: mat
Sponsored by: Absolight
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Sat, 5 May 2018
|
[ 10:49 antoine ] (Only the first 10 of 42 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Fri, 16 Feb 2018
|
[ 17:52 brnrd ] (Only the first 10 of 26 ports in this commit are shown above. )
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
|
[ 14:03 brnrd ] (Only the first 10 of 18 ports in this commit are shown above. )
security/openssl-devel: Mark broken databases cat
|
Sun, 28 Jan 2018
|
[ 02:45 jbeich ]
databases/mongodb34{,-rocks}: unbreak with boost 1.66
PR: 224090 224091
Approved by: maintainer timeout (1 month)
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Mon, 18 Dec 2017
|
[ 22:01 antoine ]
Mark BROKEN: fails to link
src/mongo/db/pipeline/document_source_sample_from_random_cursor.cpp:(.text._ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_[_ZN5boost4math6detail13ibeta_inv_impIeNS0_8policies6policyINS3_13promote_floatILb0EEENS3_14promote_doubleILb0EEENS3_14default_policyES9_S9_S9_S9_S9_S9_S9_S9_S9_S9_EEEET_SB_SB_SB_SB_RKT0_PSB_]+0x59f):
warning: powl has lower than advertised precision
build/opt/mongo/db/modules/rocks/src/rocks_recovery_unit.o:(.data.rel.ro._ZTIN5mongo13RocksIteratorE[_ZTIN5mongo13RocksIteratorE]+0x10):
undefined reference to `typeinfo for rocksdb::Iterator'
Reported by: pkg-fallout
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tue, 15 Aug 2017
|
[ 21:30 ultima ]
* Updated to 3.4.6
* Cleanup Makefile
* Added CONFLICTS to solves compatibility with the version of databases/rocksdb
PR: 220847
Submitted by: Simun Mikecin (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12031
|
Sun, 16 Jul 2017
|
[ 13:00 riggs ]
Fix initial startup: Create missing /var/run/mongodb folder
PR: 219700
Submitted by: numisemis@yahoo.com (maintainer)
MFH: 2017Q3
|
Tue, 6 Jun 2017
|
[ 16:18 mat ] (Only the first 10 of 37 ports in this commit are shown above. )
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
|
Sun, 14 May 2017
|
[ 12:48 riggs ]
Un-break port, fix inaccurate description
Detailed log:
- Unbreak port: Add missing file ${FILESDIR}/mongos.in
- Corrected description to reflect that this port supports RocksDB as a
backend AND all other standard MongoDB backends
(which for now is MMAPv1 and WiredTiger).
- Bump PORTREVISION
PR: 219259
Submitted by: numisemis@yahoo.com (maintainer)
|
Tue, 9 May 2017
|
[ 15:34 bsam ]
New port: databases/mongodb34-rocks.
This is a port of a MongoDB database with a RocksDB storage engine.
PR: 210570
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
Number of commits found: 18 |