| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=485951
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=464587
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Requested by: lx
Reference: https://github.com/facebook/osquery/issues/4059
Notes:
svn path=/head/; revision=462901
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=440110
|
|
PR: 218409
Submitted by: lx
Notes:
svn path=/head/; revision=438797
|