aboutsummaryrefslogtreecommitdiff
path: root/databases/rocksdb-lite
Commit message (Collapse)AuthorAgeFilesLines
* One of the newer commits to databases/rocksdb unbroke this -liteAdriaan de Groot2019-12-301-1/+0
| | | | | | | | | | version: the offending code (see previous BROKEN comment) is now surrounded by #ifndef ROCKSDB_LITE. (This is anti-fallout from prep-work for cmake 3.16.2) Notes: svn path=/head/; revision=521567
* Mark BROKENAntoine Brodin2019-10-271-0/+1
| | | | | | | | | | | CC tools/db_bench_tool.o tools/db_bench_tool.cc:3049:12: error: private field 'secondary_db_updates_' is not used [-Werror,-Wunused-private-field] uint64_t secondary_db_updates_ = 0; Reported by: pkg-fallout Notes: svn path=/head/; revision=515826
* Fix build and unbreak this portSunpoet Po-Chuan Hsieh2018-11-261-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=485951
* Mark BROKEN: fails to buildAntoine Brodin2018-11-181-0/+1
| | | | | | | | | | | tools/db_bench_tool.cc:1976:16: error: private field 'trace_options_' is not used [-Werror,-Wunused-private-field] TraceOptions trace_options_; ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=485251
* Also fails the same way on armv7 as armv6.Mark Linimon2018-03-151-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464587
* Fix rocksdb-lite for osquerySunpoet Po-Chuan Hsieh2018-02-251-0/+2
| | | | | | | | | | - Bump PORTREVISION for package change Requested by: lx Reference: https://github.com/facebook/osquery/issues/4059 Notes: svn path=/head/; revision=462901
* Remove "-march=native" as a barrier to building on arm.Mark Linimon2017-12-271-0/+2
| | | | | | | | | | | | | However, the builds still fail, but much farther along in the process. So, this fix is necessary, but insufficient. TODO: confirm the exact way rocksdb-lite fails on armv7 (I haven't run that combination yet). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=457353
* Fix some FreeBSD.org case of bad case.Mathieu Arnold2017-05-041-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440110
* Add rocksdb-lite 5.2.1Sunpoet Po-Chuan Hsieh2017-04-181-0/+10
PR: 218409 Submitted by: lx Notes: svn path=/head/; revision=438797