notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2025Q3
rocksdb Persistent key-value store for fast storage environments
11.1.1_1 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 10.10.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-07-22 17:43:14
Last Update: 2026-05-21 14:50:48
Commit Hash: f7928bc
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (149 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/rocksdb-11.1.1_1/catalog.mk
  3. /usr/local/share/licenses/rocksdb-11.1.1_1/LICENSE
  4. /usr/local/share/licenses/rocksdb-11.1.1_1/APACHE20
  5. /usr/local/share/licenses/rocksdb-11.1.1_1/GPLv2
  6. bin/blob_dump
  7. bin/cache_bench
  8. bin/db_bench
  9. bin/db_repl_stress
  10. bin/db_sanity_test
  11. bin/db_stress
  12. bin/ldb
  13. bin/memtablerep_bench
  14. bin/persistent_cache_bench
  15. bin/range_del_aggregator_bench
  16. bin/rocksdb_dump
  17. bin/rocksdb_undump
  18. bin/sst_dump
  19. bin/table_reader_bench
  20. bin/trace_analyzer
  21. bin/write_stress
  22. include/rocksdb/advanced_cache.h
  23. include/rocksdb/advanced_compression.h
  24. include/rocksdb/advanced_iterator.h
  25. include/rocksdb/advanced_options.h
  26. include/rocksdb/attribute_groups.h
  27. include/rocksdb/block_cache_trace_writer.h
  28. include/rocksdb/c.h
  29. include/rocksdb/cache.h
  30. include/rocksdb/cache_bench_tool.h
  31. include/rocksdb/cleanable.h
  32. include/rocksdb/compaction_filter.h
  33. include/rocksdb/compaction_job_stats.h
  34. include/rocksdb/comparator.h
  35. include/rocksdb/compression_type.h
  36. include/rocksdb/concurrent_task_limiter.h
  37. include/rocksdb/configurable.h
  38. include/rocksdb/convenience.h
  39. include/rocksdb/customizable.h
  40. include/rocksdb/data_structure.h
  41. include/rocksdb/db.h
  42. include/rocksdb/db_bench_tool.h
  43. include/rocksdb/db_dump_tool.h
  44. include/rocksdb/db_stress_tool.h
  45. include/rocksdb/env.h
  46. include/rocksdb/env_encryption.h
  47. include/rocksdb/experimental.h
  48. include/rocksdb/external_table.h
  49. include/rocksdb/file_checksum.h
  50. include/rocksdb/file_system.h
  51. include/rocksdb/filter_policy.h
  52. include/rocksdb/flush_block_policy.h
  53. include/rocksdb/functor_wrapper.h
  54. include/rocksdb/io_dispatcher.h
  55. include/rocksdb/io_status.h
  56. include/rocksdb/iostats_context.h
  57. include/rocksdb/iterator.h
  58. include/rocksdb/iterator_base.h
  59. include/rocksdb/ldb_tool.h
  60. include/rocksdb/listener.h
  61. include/rocksdb/memory_allocator.h
  62. include/rocksdb/memtablerep.h
  63. include/rocksdb/merge_operator.h
  64. include/rocksdb/metadata.h
  65. include/rocksdb/multi_scan.h
  66. include/rocksdb/options.h
  67. include/rocksdb/perf_context.h
  68. include/rocksdb/perf_level.h
  69. include/rocksdb/persistent_cache.h
  70. include/rocksdb/point_lock_bench_tool.h
  71. include/rocksdb/port_defs.h
  72. include/rocksdb/rate_limiter.h
  73. include/rocksdb/rocksdb_namespace.h
  74. include/rocksdb/secondary_cache.h
  75. include/rocksdb/slice.h
  76. include/rocksdb/slice_transform.h
  77. include/rocksdb/snapshot.h
  78. include/rocksdb/sst_dump_tool.h
  79. include/rocksdb/sst_file_manager.h
  80. include/rocksdb/sst_file_reader.h
  81. include/rocksdb/sst_file_writer.h
  82. include/rocksdb/sst_partitioner.h
  83. include/rocksdb/statistics.h
  84. include/rocksdb/stats_history.h
  85. include/rocksdb/status.h
  86. include/rocksdb/system_clock.h
  87. include/rocksdb/table.h
  88. include/rocksdb/table_properties.h
  89. include/rocksdb/table_reader_caller.h
  90. include/rocksdb/thread_status.h
  91. include/rocksdb/threadpool.h
  92. include/rocksdb/tool_hooks.h
  93. include/rocksdb/trace_reader_writer.h
  94. include/rocksdb/trace_record.h
  95. include/rocksdb/trace_record_result.h
  96. include/rocksdb/transaction_log.h
  97. include/rocksdb/types.h
  98. include/rocksdb/unique_id.h
  99. include/rocksdb/universal_compaction.h
  100. include/rocksdb/user_defined_index.h
  101. include/rocksdb/user_write_callback.h
  102. include/rocksdb/utilities/agg_merge.h
  103. include/rocksdb/utilities/backup_engine.h
  104. include/rocksdb/utilities/cache_dump_load.h
  105. include/rocksdb/utilities/checkpoint.h
  106. include/rocksdb/utilities/convenience.h
  107. include/rocksdb/utilities/customizable_util.h
  108. include/rocksdb/utilities/db_ttl.h
  109. include/rocksdb/utilities/debug.h
  110. include/rocksdb/utilities/env_mirror.h
  111. include/rocksdb/utilities/info_log_finder.h
  112. include/rocksdb/utilities/ldb_cmd.h
  113. include/rocksdb/utilities/ldb_cmd_execute_result.h
  114. include/rocksdb/utilities/leveldb_options.h
  115. include/rocksdb/utilities/memory_util.h
  116. include/rocksdb/utilities/object_registry.h
  117. include/rocksdb/utilities/optimistic_transaction_db.h
  118. include/rocksdb/utilities/option_change_migration.h
  119. include/rocksdb/utilities/options_type.h
  120. include/rocksdb/utilities/options_util.h
  121. include/rocksdb/utilities/replayer.h
  122. include/rocksdb/utilities/secondary_index.h
  123. include/rocksdb/utilities/secondary_index_faiss.h
  124. include/rocksdb/utilities/secondary_index_simple.h
  125. include/rocksdb/utilities/sim_cache.h
  126. include/rocksdb/utilities/stackable_db.h
  127. include/rocksdb/utilities/table_properties_collectors.h
  128. include/rocksdb/utilities/transaction.h
  129. include/rocksdb/utilities/transaction_db.h
  130. include/rocksdb/utilities/transaction_db_mutex.h
  131. include/rocksdb/utilities/types_util.h
  132. include/rocksdb/utilities/write_batch_with_index.h
  133. include/rocksdb/version.h
  134. include/rocksdb/wal_filter.h
  135. include/rocksdb/wide_columns.h
  136. include/rocksdb/write_batch.h
  137. include/rocksdb/write_batch_base.h
  138. include/rocksdb/write_buffer_manager.h
  139. lib/librocksdb.a
  140. lib/librocksdb.so
  141. lib/librocksdb.so.11
  142. lib/librocksdb.so.11.1
  143. lib/librocksdb.so.11.1.1
  144. lib/librocksdb_test.so
  145. lib/librocksdb_tools.so
  146. libdata/pkgconfig/rocksdb.pc
  147. @owner
  148. @group
  149. @mode
Collapse this list.
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 = 1777572478 SHA256 (facebook-rocksdb-v11.1.1_GH0.tar.gz) = 63f11183fe40725a0e89a9e392f2c86c94b90064f1d95f5173a02cfe40de13f7 SIZE (facebook-rocksdb-v11.1.1_GH0.tar.gz) = 14380561

Packages (timestamps in pop-ups are UTC):
rocksdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest10.10.111.0.4--11.0.4n/an/an/a
FreeBSD:13:quarterly10.10.110.10.1--10.10.1n/an/an/a
FreeBSD:14:latest11.1.111.1.1--11.1.1---
FreeBSD:14:quarterly10.10.110.10.1--10.10.1-8.9.18.9.1
FreeBSD:15:latest11.1.111.1.1n/a-n/an/a8.9.18.10.0
FreeBSD:15:quarterly10.10.110.10.1n/a-n/an/a--
FreeBSD:16:latest11.1.111.1.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gmake>=4.4.1 : devel/gmake
  3. perl5>=5.42.r<5.43 : lang/perl5.42
Library dependencies:
  1. libgflags.so : devel/gflags
  2. libsnappy.so : archivers/snappy
  3. liblz4.so : archivers/liblz4
  4. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. databases/qdrant
  2. databases/surrealdb
  3. finance/electrs
  4. mail/stalwart
  5. net-im/conduit
  6. security/agave
  7. sysutils/osquery

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. databases/mongodb34-rocks*
  2. net-p2p/arbitrum-avm*
  3. Collapse this list of deleted ports.
* - 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-11.1.1_1: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/rocksdb/tar.gz/v11.1.1?dummy=/
Collapse this list.

There are no commits on branch 2025Q3 for this port