| Port details |
- rocksdb Persistent key-value store for fast storage environments
- 10.7.5 databases
=2 10.5.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2014-07-22 17:43:14
- Last Update: 2025-11-09 16:30:46
- Commit Hash: 4d285d9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20 GPLv2
- WWW:
- https://rocksdb.org/
- https://github.com/facebook/rocksdb
- Description:
- RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
can also be the foundation for a client-server database but our current focus is
on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
to efficiently use fast storage, to support IO-bound, in-memory and write-once
workloads, and to be flexible to allow for innovation.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rocksdb>0:databases/rocksdb
- To install the port:
- cd /usr/ports/databases/rocksdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rocksdb
- pkg install rocksdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rocksdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1761446474
SHA256 (facebook-rocksdb-v10.7.5_GH0.tar.gz) = a9948bf5f00dd1e656fc40c4b0bf39001c3773ad22c56959bdb1c940d10e3d8d
SIZE (facebook-rocksdb-v10.7.5_GH0.tar.gz) = 13967127
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- perl5>=5.42.r<5.43 : lang/perl5.42
- Library dependencies:
-
- libgflags.so : devel/gflags
- libsnappy.so : archivers/snappy
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- databases/qdrant
- databases/surrealdb
- mail/stalwart
- net-im/conduit
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for rocksdb-10.7.5:
DEBUG=off: Build with debugging support
LZ4=on: LZ4 compression support
ZSTD=on: Zstandard compression support
===> Use 'make config' to modify these settings
- Options name:
- databases_rocksdb
- USES:
- compiler:c++20-lang gmake localbase:ldflags perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.9.1 21 Mar 2015 19:37:18
  |
sunpoet  |
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW |
3.9.1 21 Feb 2015 13:03:24
  |
marino  |
databases/rocksdb: Remove -Werror from flags
RocksDB defines a number of variables it doesn't use, so it fails Werror
on modern compilers that check for this. Remove the -Werror flag from
the Makefile with sed since we are using it anyway.
Approved by: blanket |
3.9.1 21 Feb 2015 08:38:50
  |
sunpoet  |
- Update to 3.9.1
Changes: https://github.com/facebook/rocksdb/releases |
3.8 08 Dec 2014 09:11:01
  |
sunpoet  |
- Update to 3.8
Changes: https://github.com/facebook/rocksdb/releases |
3.7 06 Dec 2014 20:41:10
  |
sunpoet  |
- Fix build when WITHOUT_PROFILE is defined
Submitted by: vanilla |
3.7 24 Nov 2014 18:24:39
  |
sunpoet  |
- Update to 3.7
Changes: https://github.com/facebook/rocksdb/releases |
3.6.2 05 Nov 2014 18:23:30
  |
sunpoet  |
- Update to 3.6.2
Changes: https://github.com/facebook/rocksdb/releases |
3.2_1 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
3.2_1 18 Aug 2014 12:02:07
  |
amdmi3  |
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.2 22 Jul 2014 17:42:24
  |
sunpoet  |
- Add rocksdb 3.2
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
can also be the foundation for a client-server database but our current focus is
on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
to efficiently use fast storage, to support IO-bound, in-memory and write-once
workloads, and to be flexible to allow for innovation.
GitHub repository at https://github.com/facebook/rocksdb
WWW: http://rocksdb.org/ |