git: f55a38841cb7 - main - databases/rocksdb-lite: Mark DEPRECATED and set EXPIRATION_DATE to 2023-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:43:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f55a38841cb743aa410a3812f3963c4819788a79 commit f55a38841cb743aa410a3812f3963c4819788a79 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:26:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:57 +0000 databases/rocksdb-lite: Mark DEPRECATED and set EXPIRATION_DATE to 2023-04-30 Reference: https://github.com/facebook/rocksdb/commit/4720ba4391eb016b05a30d09a8275624c3a4a87e --- databases/rocksdb-lite/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/rocksdb-lite/Makefile b/databases/rocksdb-lite/Makefile index 9edda7a3e6d8..71fc53ddb187 100644 --- a/databases/rocksdb-lite/Makefile +++ b/databases/rocksdb-lite/Makefile @@ -19,6 +19,8 @@ BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conve BROKEN_i386= does not build: tools/db_bench_tool.cc:6320:25: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list BROKEN_FreeBSD_12_powerpc64= does not build: util/crc32c.cc:435:22: 'arch_ppc_probe' was not declared in this scope BROKEN= does not build: strip: open /wrkdirs/usr/ports/databases/rocksdb-lite/work/stage/usr/local/lib/librocksdb-lite.so failed: No such file or directory +DEPRECATED= Removed by upstream, see https://github.com/facebook/rocksdb/commit/4720ba4391eb016b05a30d09a8275624c3a4a87e +EXPIRATION_DATE=2023-04-30 BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgflags.so:devel/gflags \