svn commit: r521567 - head/databases/rocksdb-lite

Adriaan de Groot adridg at FreeBSD.org
Mon Dec 30 20:57:11 UTC 2019


Author: adridg
Date: Mon Dec 30 20:57:10 2019
New Revision: 521567
URL: https://svnweb.freebsd.org/changeset/ports/521567

Log:
  One of the newer commits to databases/rocksdb unbroke this -lite
  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)

Modified:
  head/databases/rocksdb-lite/Makefile

Modified: head/databases/rocksdb-lite/Makefile
==============================================================================
--- head/databases/rocksdb-lite/Makefile	Mon Dec 30 20:52:46 2019	(r521566)
+++ head/databases/rocksdb-lite/Makefile	Mon Dec 30 20:57:10 2019	(r521567)
@@ -9,7 +9,6 @@ COMMENT=	Persistent key-value store for fast storage e
 LITE=		yes
 MASTERDIR=	${.CURDIR}/../rocksdb
 
-BROKEN=		tools/db_bench_tool.cc:3049:12: error: private field 'secondary_db_updates_' is not used [-Werror,-Wunused-private-field]
 BROKEN_armv6=		does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
 BROKEN_armv7=		does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
 


More information about the svn-ports-all mailing list