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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rocksdb Persistent key-value store for fast storage environments
9.0.0 databases on this many watch lists=1 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 8.9.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: 2024-03-31 03:05:37
Commit Hash: cdbaac6
People watching this port, also watch:: json-c, sysinfo, python, miller
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 (136 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/rocksdb-9.0.0/catalog.mk
  3. /usr/local/share/licenses/rocksdb-9.0.0/LICENSE
  4. /usr/local/share/licenses/rocksdb-9.0.0/APACHE20
  5. /usr/local/share/licenses/rocksdb-9.0.0/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_options.h
  24. include/rocksdb/block_cache_trace_writer.h
  25. include/rocksdb/c.h
  26. include/rocksdb/cache.h
  27. include/rocksdb/cache_bench_tool.h
  28. include/rocksdb/cleanable.h
  29. include/rocksdb/compaction_filter.h
  30. include/rocksdb/compaction_job_stats.h
  31. include/rocksdb/comparator.h
  32. include/rocksdb/compression_type.h
  33. include/rocksdb/concurrent_task_limiter.h
  34. include/rocksdb/configurable.h
  35. include/rocksdb/convenience.h
  36. include/rocksdb/customizable.h
  37. include/rocksdb/data_structure.h
  38. include/rocksdb/db.h
  39. include/rocksdb/db_bench_tool.h
  40. include/rocksdb/db_dump_tool.h
  41. include/rocksdb/db_stress_tool.h
  42. include/rocksdb/env.h
  43. include/rocksdb/env_encryption.h
  44. include/rocksdb/experimental.h
  45. include/rocksdb/file_checksum.h
  46. include/rocksdb/file_system.h
  47. include/rocksdb/filter_policy.h
  48. include/rocksdb/flush_block_policy.h
  49. include/rocksdb/functor_wrapper.h
  50. include/rocksdb/io_status.h
  51. include/rocksdb/iostats_context.h
  52. include/rocksdb/iterator.h
  53. include/rocksdb/ldb_tool.h
  54. include/rocksdb/listener.h
  55. include/rocksdb/memory_allocator.h
  56. include/rocksdb/memtablerep.h
  57. include/rocksdb/merge_operator.h
  58. include/rocksdb/metadata.h
  59. include/rocksdb/options.h
  60. include/rocksdb/perf_context.h
  61. include/rocksdb/perf_level.h
  62. include/rocksdb/persistent_cache.h
  63. include/rocksdb/port_defs.h
  64. include/rocksdb/rate_limiter.h
  65. include/rocksdb/rocksdb_namespace.h
  66. include/rocksdb/secondary_cache.h
  67. include/rocksdb/slice.h
  68. include/rocksdb/slice_transform.h
  69. include/rocksdb/snapshot.h
  70. include/rocksdb/sst_dump_tool.h
  71. include/rocksdb/sst_file_manager.h
  72. include/rocksdb/sst_file_reader.h
  73. include/rocksdb/sst_file_writer.h
  74. include/rocksdb/sst_partitioner.h
  75. include/rocksdb/statistics.h
  76. include/rocksdb/stats_history.h
  77. include/rocksdb/status.h
  78. include/rocksdb/system_clock.h
  79. include/rocksdb/table.h
  80. include/rocksdb/table_properties.h
  81. include/rocksdb/table_reader_caller.h
  82. include/rocksdb/thread_status.h
  83. include/rocksdb/threadpool.h
  84. include/rocksdb/trace_reader_writer.h
  85. include/rocksdb/trace_record.h
  86. include/rocksdb/trace_record_result.h
  87. include/rocksdb/transaction_log.h
  88. include/rocksdb/types.h
  89. include/rocksdb/unique_id.h
  90. include/rocksdb/universal_compaction.h
  91. include/rocksdb/utilities/agg_merge.h
  92. include/rocksdb/utilities/backup_engine.h
  93. include/rocksdb/utilities/cache_dump_load.h
  94. include/rocksdb/utilities/checkpoint.h
  95. include/rocksdb/utilities/convenience.h
  96. include/rocksdb/utilities/customizable_util.h
  97. include/rocksdb/utilities/db_ttl.h
  98. include/rocksdb/utilities/debug.h
  99. include/rocksdb/utilities/env_mirror.h
  100. include/rocksdb/utilities/info_log_finder.h
  101. include/rocksdb/utilities/ldb_cmd.h
  102. include/rocksdb/utilities/ldb_cmd_execute_result.h
  103. include/rocksdb/utilities/leveldb_options.h
  104. include/rocksdb/utilities/lua/rocks_lua_custom_library.h
  105. include/rocksdb/utilities/lua/rocks_lua_util.h
  106. include/rocksdb/utilities/memory_util.h
  107. include/rocksdb/utilities/object_registry.h
  108. include/rocksdb/utilities/optimistic_transaction_db.h
  109. include/rocksdb/utilities/option_change_migration.h
  110. include/rocksdb/utilities/options_type.h
  111. include/rocksdb/utilities/options_util.h
  112. include/rocksdb/utilities/replayer.h
  113. include/rocksdb/utilities/sim_cache.h
  114. include/rocksdb/utilities/stackable_db.h
  115. include/rocksdb/utilities/table_properties_collectors.h
  116. include/rocksdb/utilities/transaction.h
  117. include/rocksdb/utilities/transaction_db.h
  118. include/rocksdb/utilities/transaction_db_mutex.h
  119. include/rocksdb/utilities/write_batch_with_index.h
  120. include/rocksdb/version.h
  121. include/rocksdb/wal_filter.h
  122. include/rocksdb/wide_columns.h
  123. include/rocksdb/write_batch.h
  124. include/rocksdb/write_batch_base.h
  125. include/rocksdb/write_buffer_manager.h
  126. lib/librocksdb.a
  127. lib/librocksdb.so
  128. lib/librocksdb.so.9
  129. lib/librocksdb.so.9.0
  130. lib/librocksdb.so.9.0.0
  131. lib/librocksdb_test.so
  132. lib/librocksdb_tools.so
  133. libdata/pkgconfig/rocksdb.pc
  134. @owner
  135. @group
  136. @mode
Collapse this list.
Dependency lines:
  • rocksdb>0:databases/rocksdb
Conflicts:
CONFLICTS_INSTALL:
  • rocksdb-lite
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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 = 1711466066 SHA256 (facebook-rocksdb-v9.0.0_GH0.tar.gz) = 013aac178aa12837cbfa3b1e20e9e91ff87962ab7fdd044fd820e859f8964f9b SIZE (facebook-rocksdb-v9.0.0_GH0.tar.gz) = 13374405

Packages (timestamps in pop-ups are UTC):
rocksdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest9.0.09.0.0----6.11.6-
FreeBSD:13:quarterly-8.9.1----8.9.18.9.1
FreeBSD:14:latest8.11.39.0.0------
FreeBSD:14:quarterly-9.0.0----8.9.18.9.1
FreeBSD:15:latest-9.0.0n/a-n/a-8.9.18.10.0
FreeBSD:15:quarterly--n/a-n/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.36<5.37 : lang/perl5.36
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

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-9.0.0: 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++17-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/v9.0.0?dummy=/
Collapse this list.

Number of commits found: 186 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.0.0
31 Mar 2024 03:05:37
commit hash: cdbaac66996f22029f7ee7c4d68acc7be9aad695commit hash: cdbaac66996f22029f7ee7c4d68acc7be9aad695commit hash: cdbaac66996f22029f7ee7c4d68acc7be9aad695commit hash: cdbaac66996f22029f7ee7c4d68acc7be9aad695 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 9.0.0

Changes:	https://github.com/facebook/rocksdb/releases
8.11.3
23 Mar 2024 14:30:39
commit hash: 7602c851f19dcc7c9ac358baf3c7925acd937ce6commit hash: 7602c851f19dcc7c9ac358baf3c7925acd937ce6commit hash: 7602c851f19dcc7c9ac358baf3c7925acd937ce6commit hash: 7602c851f19dcc7c9ac358baf3c7925acd937ce6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Fix build on aarch64

util/crc32c_arm64.cc:60:16: error: use of undeclared identifier 'AT_HWCAP'
  elf_aux_info(AT_HWCAP, &auxv, sizeof(auxv));
               ^
util/crc32c_arm64.cc:89:16: error: use of undeclared identifier 'AT_HWCAP'
  elf_aux_info(AT_HWCAP, &auxv, sizeof(auxv));
               ^
2 errors generated.

Reference:	https://pkg-status.freebsd.org/ampere3/data/132arm64-default/1e21f425f6c4/logs/rocksdb-8.11.3.log
Tested on:	ref14-aarch64
8.11.3
09 Mar 2024 14:05:17
commit hash: 724c9182c58d65e29f2b29ec64814c9894c536f0commit hash: 724c9182c58d65e29f2b29ec64814c9894c536f0commit hash: 724c9182c58d65e29f2b29ec64814c9894c536f0commit hash: 724c9182c58d65e29f2b29ec64814c9894c536f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.11.3

Changes:	https://github.com/facebook/rocksdb/releases
8.10.0
21 Feb 2024 15:06:18
commit hash: b307369d4b5af0ccd2ff9222f28ef096e00c125dcommit hash: b307369d4b5af0ccd2ff9222f28ef096e00c125dcommit hash: b307369d4b5af0ccd2ff9222f28ef096e00c125dcommit hash: b307369d4b5af0ccd2ff9222f28ef096e00c125d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.10.0

Changes:	https://github.com/facebook/rocksdb/releases
8.9.1
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
8.9.1
14 Dec 2023 20:44:51
commit hash: 1949c4ca5aed66020afb569e8ee10ac8811200e0commit hash: 1949c4ca5aed66020afb569e8ee10ac8811200e0commit hash: 1949c4ca5aed66020afb569e8ee10ac8811200e0commit hash: 1949c4ca5aed66020afb569e8ee10ac8811200e0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.9.1

Changes:	https://github.com/facebook/rocksdb/releases
8.8.1
27 Nov 2023 10:28:04
commit hash: a3187273415ece4f6b0527836c7b79b8b94e050fcommit hash: a3187273415ece4f6b0527836c7b79b8b94e050fcommit hash: a3187273415ece4f6b0527836c7b79b8b94e050fcommit hash: a3187273415ece4f6b0527836c7b79b8b94e050f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.8.1

Changes:	https://github.com/facebook/rocksdb/releases
8.6.7
08 Oct 2023 11:54:06
commit hash: c00f8dae49783033046226f1e64efd9d501a805bcommit hash: c00f8dae49783033046226f1e64efd9d501a805bcommit hash: c00f8dae49783033046226f1e64efd9d501a805bcommit hash: c00f8dae49783033046226f1e64efd9d501a805b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.6.7

Changes:	https://github.com/facebook/rocksdb/releases
8.5.4
30 Sep 2023 00:44:20
commit hash: 7f5e7669aa4a01ad036e1d3527595979df7ea711commit hash: 7f5e7669aa4a01ad036e1d3527595979df7ea711commit hash: 7f5e7669aa4a01ad036e1d3527595979df7ea711commit hash: 7f5e7669aa4a01ad036e1d3527595979df7ea711 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.5.4

Changes:	https://github.com/facebook/rocksdb/releases
8.5.3
11 Sep 2023 03:07:37
commit hash: 02e6acd6333f194a3b703294391405a6d69cfc88commit hash: 02e6acd6333f194a3b703294391405a6d69cfc88commit hash: 02e6acd6333f194a3b703294391405a6d69cfc88commit hash: 02e6acd6333f194a3b703294391405a6d69cfc88 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Clean up Makefile

These lines are added in d7ec4632b50c4102ae08342d8b53ec9881e73f76 to find out
why it is broken on our package building clusters. It seems the problem was
fixed in b5c33f2db3696971ee290078164828d589062f2c.
8.5.3
05 Sep 2023 02:10:12
commit hash: dffdaab0c8a9fadd083d0d6967231c97fb1ad053commit hash: dffdaab0c8a9fadd083d0d6967231c97fb1ad053commit hash: dffdaab0c8a9fadd083d0d6967231c97fb1ad053commit hash: dffdaab0c8a9fadd083d0d6967231c97fb1ad053 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Fix build on i386

utilities/transactions/pessimistic_transaction.cc:691:25: error: implicit
conversion from 'type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned
int') changes value from 18446744073709551615 to 4294967295
[-Werror,-Wconstant-conversion]
                      : std::numeric_limits<uint64_t>::max();
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utilities/transactions/pessimistic_transaction.cc:766:23: error: implicit
conversion from 'type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned
int') changes value from 18446744073709551615 to 4294967295
[-Werror,-Wconstant-conversion]
                    : std::numeric_limits<uint64_t>::max();
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
8.5.3
04 Sep 2023 21:39:13
commit hash: b5c33f2db3696971ee290078164828d589062f2ccommit hash: b5c33f2db3696971ee290078164828d589062f2ccommit hash: b5c33f2db3696971ee290078164828d589062f2ccommit hash: b5c33f2db3696971ee290078164828d589062f2c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Do not delete built shared libraries before building static
library

Hope it would fix the build on the package building cluster.
8.5.3
04 Sep 2023 21:30:04
commit hash: 65d51f736c81c048cda3ba44c8495f57050f117fcommit hash: 65d51f736c81c048cda3ba44c8495f57050f117fcommit hash: 65d51f736c81c048cda3ba44c8495f57050f117fcommit hash: 65d51f736c81c048cda3ba44c8495f57050f117f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.5.3

- Install librocksdb_test.so: it is required by table_reader_bench
(rocksdb-8.5.3)
/wrkdirs/usr/ports/databases/rocksdb/work/stage//usr/local/bin/table_reader_bench
- required shared library librocksdb_test.so not found

Changes:	https://github.com/facebook/rocksdb/releases
8.3.2
09 Jul 2023 10:17:04
commit hash: 2ac4ee659aaef5aea6a4815bfdb129febae7f471commit hash: 2ac4ee659aaef5aea6a4815bfdb129febae7f471commit hash: 2ac4ee659aaef5aea6a4815bfdb129febae7f471commit hash: 2ac4ee659aaef5aea6a4815bfdb129febae7f471 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.3.2

Changes:	https://github.com/facebook/rocksdb/releases
8.1.1
27 Apr 2023 15:45:32
commit hash: 5682397c0b7d7790abd816a9547cb5d8f80837c5commit hash: 5682397c0b7d7790abd816a9547cb5d8f80837c5commit hash: 5682397c0b7d7790abd816a9547cb5d8f80837c5commit hash: 5682397c0b7d7790abd816a9547cb5d8f80837c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.1.1

Changes:	https://github.com/facebook/rocksdb/releases
8.0.0
05 Apr 2023 17:29:44
commit hash: 6ca7096afe521c1b768777ff995ae612b2defc9bcommit hash: 6ca7096afe521c1b768777ff995ae612b2defc9bcommit hash: 6ca7096afe521c1b768777ff995ae612b2defc9bcommit hash: 6ca7096afe521c1b768777ff995ae612b2defc9b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 8.0.0

Changes:	https://github.com/facebook/rocksdb/releases
7.9.2
20 Feb 2023 10:51:40
commit hash: 471af3153feacc6626c415aff123952b47e9da40commit hash: 471af3153feacc6626c415aff123952b47e9da40commit hash: 471af3153feacc6626c415aff123952b47e9da40commit hash: 471af3153feacc6626c415aff123952b47e9da40 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
databases/rocksdb: mark BROKEN

strip: open
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
failed: No such file or directory

Reported by:	pkg-fallout
7.9.2
05 Feb 2023 15:47:41
commit hash: 42761afdd0729a6a3f8ad02780ded274e78a3abbcommit hash: 42761afdd0729a6a3f8ad02780ded274e78a3abbcommit hash: 42761afdd0729a6a3f8ad02780ded274e78a3abbcommit hash: 42761afdd0729a6a3f8ad02780ded274e78a3abb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.9.2

Changes:	https://github.com/facebook/rocksdb/releases
7.8.3
30 Jan 2023 12:58:59
commit hash: b300497da99760c02a6b08a2c7469b6389b4e3e3commit hash: b300497da99760c02a6b08a2c7469b6389b4e3e3commit hash: b300497da99760c02a6b08a2c7469b6389b4e3e3commit hash: b300497da99760c02a6b08a2c7469b6389b4e3e3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.8.3

- Enable ZSTD option by default

Changes:	https://github.com/facebook/rocksdb/releases
7.7.3
30 Dec 2022 09:04:06
commit hash: 0541d15e1cc4156cf85c5837b50acf51dd1a0710commit hash: 0541d15e1cc4156cf85c5837b50acf51dd1a0710commit hash: 0541d15e1cc4156cf85c5837b50acf51dd1a0710commit hash: 0541d15e1cc4156cf85c5837b50acf51dd1a0710 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.7.3

- Update WWW

Changes:	https://github.com/facebook/rocksdb/releases
7.7.2
19 Nov 2022 08:11:17
commit hash: e9d3d1f9b394798f112f82ca318ea606c1b4f880commit hash: e9d3d1f9b394798f112f82ca318ea606c1b4f880commit hash: e9d3d1f9b394798f112f82ca318ea606c1b4f880commit hash: e9d3d1f9b394798f112f82ca318ea606c1b4f880 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Clean up Makefile

- Use = instead of ?= after 09bd0656bb445fed1675360acc33460e6d6fde44
7.7.2
09 Oct 2022 19:45:25
commit hash: 0744117495116ce014d5d1fba0a621e92999aa78commit hash: 0744117495116ce014d5d1fba0a621e92999aa78commit hash: 0744117495116ce014d5d1fba0a621e92999aa78commit hash: 0744117495116ce014d5d1fba0a621e92999aa78 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.7.2

Changes:	https://github.com/facebook/rocksdb/releases
7.6.0
03 Oct 2022 17:10:16
commit hash: e4ad21833c2765b025458fc6a7f810b46723c08acommit hash: e4ad21833c2765b025458fc6a7f810b46723c08acommit hash: e4ad21833c2765b025458fc6a7f810b46723c08acommit hash: e4ad21833c2765b025458fc6a7f810b46723c08a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.6.0

Changes:	https://github.com/facebook/rocksdb/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
7.5.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.5.3
31 Aug 2022 18:49:28
commit hash: 49c761540ee8fd1a201d9addff97976d889c65cbcommit hash: 49c761540ee8fd1a201d9addff97976d889c65cbcommit hash: 49c761540ee8fd1a201d9addff97976d889c65cbcommit hash: 49c761540ee8fd1a201d9addff97976d889c65cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.5.3

Changes:	https://github.com/facebook/rocksdb/releases
7.4.5
27 Aug 2022 10:23:31
commit hash: 17eadf1e5802009557eeade6b71fa4be815107dfcommit hash: 17eadf1e5802009557eeade6b71fa4be815107dfcommit hash: 17eadf1e5802009557eeade6b71fa4be815107dfcommit hash: 17eadf1e5802009557eeade6b71fa4be815107df files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.4.5

Changes:	https://github.com/facebook/rocksdb/releases
7.4.4
30 Jul 2022 19:24:06
commit hash: d5337e9c08b198d720d44a3a498750febdcec694commit hash: d5337e9c08b198d720d44a3a498750febdcec694commit hash: d5337e9c08b198d720d44a3a498750febdcec694commit hash: d5337e9c08b198d720d44a3a498750febdcec694 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.4.4

Changes:	https://github.com/facebook/rocksdb/releases
7.4.3
30 Jul 2022 05:57:08
commit hash: acdb2f5b1a978059ff65ca40f8be0af2db49f847commit hash: acdb2f5b1a978059ff65ca40f8be0af2db49f847commit hash: acdb2f5b1a978059ff65ca40f8be0af2db49f847commit hash: acdb2f5b1a978059ff65ca40f8be0af2db49f847 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.4.3

Changes:	https://github.com/facebook/rocksdb/releases
7.3.1
26 Jul 2022 11:41:47
commit hash: d053c682cf7e7dba12c6fd6088cd11e88db07eeccommit hash: d053c682cf7e7dba12c6fd6088cd11e88db07eeccommit hash: d053c682cf7e7dba12c6fd6088cd11e88db07eeccommit hash: d053c682cf7e7dba12c6fd6088cd11e88db07eec files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
databases/rocksdb: mark BROKEN

Approved by:	portmgr blanket
7.3.1
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.3.1
13 Jul 2022 00:19:05
commit hash: d7ec4632b50c4102ae08342d8b53ec9881e73f76commit hash: d7ec4632b50c4102ae08342d8b53ec9881e73f76commit hash: d7ec4632b50c4102ae08342d8b53ec9881e73f76commit hash: d7ec4632b50c4102ae08342d8b53ec9881e73f76 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Try to find the reason why it is broken on our package
building clusters

- Locate all shared libraries before running strip
- Clean up Makefile:
  - Use INSTALL_LIB to install librocksdb_tools.so
  - Remove PKGNAMESUFFIX: it is no-op after decouple rocksdb-lite from rocksdb
    (09bd0656bb445fed1675360acc33460e6d6fde44 and
e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1e)

from poudriere log [1]:
...
  CCLD     librocksdb.so.7.3.1
ln -fs librocksdb.so.7.3.1 librocksdb.so.7.3
ln -fs librocksdb.so.7.3.1 librocksdb.so.7
ln -fs librocksdb.so.7.3.1 librocksdb.so
...
[ -e librocksdb.so.7.3.1 ] && gmake install-shared || :
...
/usr/bin/strip
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb_tools.so
strip: open
/wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so
failed: No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/rocksdb

Reference:	http://beefy2.nyi.freebsd.org/data/123amd64-quarterly/3dc475798ba8/logs/rocksdb-7.3.1.log
[1]
7.3.1
16 Jun 2022 13:59:07
commit hash: e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1ecommit hash: e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1ecommit hash: e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1ecommit hash: e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.3.1

Changes:	https://github.com/facebook/rocksdb/releases
7.2.2
13 May 2022 11:39:14
commit hash: 8022172d3a71d5f1c8e93d06fa1cb6d6a30c1c70commit hash: 8022172d3a71d5f1c8e93d06fa1cb6d6a30c1c70commit hash: 8022172d3a71d5f1c8e93d06fa1cb6d6a30c1c70commit hash: 8022172d3a71d5f1c8e93d06fa1cb6d6a30c1c70 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.2.2

Changes:	https://github.com/facebook/rocksdb/releases
7.1.2
26 Apr 2022 15:01:11
commit hash: 26d629f17f910223083a8a16c7d1bfdad4aee8d3commit hash: 26d629f17f910223083a8a16c7d1bfdad4aee8d3commit hash: 26d629f17f910223083a8a16c7d1bfdad4aee8d3commit hash: 26d629f17f910223083a8a16c7d1bfdad4aee8d3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.1.2

Changes:	https://github.com/facebook/rocksdb/releases
7.1.1
17 Apr 2022 23:58:00
commit hash: cb5529d3430b4eac7f874aac3e1c0bc42744eb26commit hash: cb5529d3430b4eac7f874aac3e1c0bc42744eb26commit hash: cb5529d3430b4eac7f874aac3e1c0bc42744eb26commit hash: cb5529d3430b4eac7f874aac3e1c0bc42744eb26 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.1.1

Changes:	https://github.com/facebook/rocksdb/releases
7.0.4
16 Apr 2022 04:19:06
commit hash: 45639c2ef0e76bec9eaf10b2d52d079308e16cd2commit hash: 45639c2ef0e76bec9eaf10b2d52d079308e16cd2commit hash: 45639c2ef0e76bec9eaf10b2d52d079308e16cd2commit hash: 45639c2ef0e76bec9eaf10b2d52d079308e16cd2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.0.4

Changes:	https://github.com/facebook/rocksdb/releases
7.0.2
30 Mar 2022 22:02:42
commit hash: 9086b7364f92dda7962ae0c4077d35328a7d6314commit hash: 9086b7364f92dda7962ae0c4077d35328a7d6314commit hash: 9086b7364f92dda7962ae0c4077d35328a7d6314commit hash: 9086b7364f92dda7962ae0c4077d35328a7d6314 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.0.2

Changes:	https://github.com/facebook/rocksdb/releases
7.0.1
25 Mar 2022 13:36:40
commit hash: c1532eb9d9859638003de91da3cb97307a9d9663commit hash: c1532eb9d9859638003de91da3cb97307a9d9663commit hash: c1532eb9d9859638003de91da3cb97307a9d9663commit hash: c1532eb9d9859638003de91da3cb97307a9d9663 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 7.0.1

Changes:	https://github.com/facebook/rocksdb/releases
6.29.3
07 Mar 2022 18:10:54
commit hash: cd5af35730a260662c24e63d50a6c2762b206c94commit hash: cd5af35730a260662c24e63d50a6c2762b206c94commit hash: cd5af35730a260662c24e63d50a6c2762b206c94commit hash: cd5af35730a260662c24e63d50a6c2762b206c94 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.29.3

Changes:	https://github.com/facebook/rocksdb/releases
6.27.3
23 Jan 2022 18:17:30
commit hash: 0c067bafa6b6e8e9ba44fb7fa5e3c40e11a3b3c5commit hash: 0c067bafa6b6e8e9ba44fb7fa5e3c40e11a3b3c5commit hash: 0c067bafa6b6e8e9ba44fb7fa5e3c40e11a3b3c5commit hash: 0c067bafa6b6e8e9ba44fb7fa5e3c40e11a3b3c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.27.3

Changes:	https://github.com/facebook/rocksdb/releases
6.26.1
18 Jan 2022 08:42:06
commit hash: 45ec0da059c5e8251f7615b0c6429d19a6ec0aeccommit hash: 45ec0da059c5e8251f7615b0c6429d19a6ec0aeccommit hash: 45ec0da059c5e8251f7615b0c6429d19a6ec0aeccommit hash: 45ec0da059c5e8251f7615b0c6429d19a6ec0aec files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
databases/rocksdb: unbreak with clang13

PR:		261187
Reported by:	nc@
6.26.1
21 Dec 2021 18:46:18
commit hash: 46bec7319ef4cd99949e6c8484fbb6c189889011commit hash: 46bec7319ef4cd99949e6c8484fbb6c189889011commit hash: 46bec7319ef4cd99949e6c8484fbb6c189889011commit hash: 46bec7319ef4cd99949e6c8484fbb6c189889011 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.26.1

Changes:	https://github.com/facebook/rocksdb/releases
6.26.0
21 Nov 2021 21:14:17
commit hash: 46480e20d74b550279afe5360ec2dda4f8f705a4commit hash: 46480e20d74b550279afe5360ec2dda4f8f705a4commit hash: 46480e20d74b550279afe5360ec2dda4f8f705a4commit hash: 46480e20d74b550279afe5360ec2dda4f8f705a4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.26.0

Changes:	https://github.com/facebook/rocksdb/releases
6.25.3
01 Nov 2021 13:41:22
commit hash: ef407d6ae4aa67de6cdd2c1f5dbe3d142e3b3655commit hash: ef407d6ae4aa67de6cdd2c1f5dbe3d142e3b3655commit hash: ef407d6ae4aa67de6cdd2c1f5dbe3d142e3b3655commit hash: ef407d6ae4aa67de6cdd2c1f5dbe3d142e3b3655 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.25.3

Changes:	https://github.com/facebook/rocksdb/releases
6.22.1_1
25 Oct 2021 21:54:46
commit hash: e66b400269c02390b9ccce1ea80c69073c044758commit hash: e66b400269c02390b9ccce1ea80c69073c044758commit hash: e66b400269c02390b9ccce1ea80c69073c044758commit hash: e66b400269c02390b9ccce1ea80c69073c044758 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb-lite: Unbreak this port

Approved by:	portmgr (blanket)
6.22.1_1
25 Oct 2021 21:46:31
commit hash: 78c57411ac98c14638a0a24a02e0afe87e392f30commit hash: 78c57411ac98c14638a0a24a02e0afe87e392f30commit hash: 78c57411ac98c14638a0a24a02e0afe87e392f30commit hash: 78c57411ac98c14638a0a24a02e0afe87e392f30 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Strip shared library

- Bump PORTREVISION for package change
6.22.1
25 Oct 2021 15:57:13
commit hash: f9c44858605e6cc3af07fb61006dfd7a86d694f9commit hash: f9c44858605e6cc3af07fb61006dfd7a86d694f9commit hash: f9c44858605e6cc3af07fb61006dfd7a86d694f9commit hash: f9c44858605e6cc3af07fb61006dfd7a86d694f9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Move architecture-specific fixes into single patch file

- patch-aarch64 is merged from:
  - patch-CMakeLists.txt
  - patch-build_tools-build_detect_platform (part of)
- patch-powerpc64 is merged from:
  - patch-util_crc32c.cc
  -
patch-utilities_transactions_lock_range_range__tree_lib_portability_toku__time.h
6.22.1
22 Oct 2021 11:42:51
commit hash: bc564c5780be1f1e7b1cf3896038d2575e43a8a8commit hash: bc564c5780be1f1e7b1cf3896038d2575e43a8a8commit hash: bc564c5780be1f1e7b1cf3896038d2575e43a8a8commit hash: bc564c5780be1f1e7b1cf3896038d2575e43a8a8 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
databases/rocksdb: fix build on powerpc64*

__ppc_get_timebase() is not present on FreeBSD.
6.22.1
13 Oct 2021 19:12:07
commit hash: fa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0commit hash: fa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0commit hash: fa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0commit hash: fa0a8122f68b0a899ab22f5aa5f1ffa5b6f026a0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Remove workaround which is fixed in 6.22.1
6.22.1
13 Oct 2021 06:12:34
commit hash: a3d059526101b524d91e33a6b672bb6116fb08c9commit hash: a3d059526101b524d91e33a6b672bb6116fb08c9commit hash: a3d059526101b524d91e33a6b672bb6116fb08c9commit hash: a3d059526101b524d91e33a6b672bb6116fb08c9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rocksdb: Update to 6.22.1

Changes:	https://github.com/facebook/rocksdb/releases
6.11.6_1
10 Oct 2021 17:00:06
commit hash: 379597b79b3a22dbd1995440c69e003a7ae17a35commit hash: 379597b79b3a22dbd1995440c69e003a7ae17a35commit hash: 379597b79b3a22dbd1995440c69e003a7ae17a35commit hash: 379597b79b3a22dbd1995440c69e003a7ae17a35 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
databases/rocksdb: Fix build on aarch64.

Approved by:	portmgr (build fix blanket)
6.11.6_1
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
6.11.6_1
06 Jul 2021 17:24:31
commit hash: ce4535bb529b78e7edfe89060a91e75c4af9d261commit hash: ce4535bb529b78e7edfe89060a91e75c4af9d261commit hash: ce4535bb529b78e7edfe89060a91e75c4af9d261commit hash: ce4535bb529b78e7edfe89060a91e75c4af9d261 files touched by this commit
Jung-uk Kim (jkim) search for other commits by this committer
databases/rocksdb: Honor CPUTYPE and do not force '-march=native' on x86

PR:		256913
Approved by:	sunpoet (maintainer)
6.11.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.11.6
02 Dec 2020 00:52:50
Revision:556800Original commit files touched by this commit
pkubaj search for other commits by this committer
databases/rocksdb: fix build on powerpc64*

Merge upstream commit that fixes build with LLVM on ppc64* (also affects other
systems) and add patch which fixes build specifically on FreeBSD (PR currently
waiting for acceptance).
6.11.6
15 Oct 2020 20:06:57
Revision:552445Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.11.6

Changes:	https://github.com/facebook/rocksdb/releases
6.11.4
23 Sep 2020 12:04:23
Revision:549685Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build with Clang 10

Obtained
from:	https://github.com/facebook/rocksdb/commit/9cc25190e1ba6fc66bbd0d47caaf043d75839b6f
6.11.4
24 Jul 2020 18:58:58
Revision:543280Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.11.4

Changes:	https://github.com/facebook/rocksdb/releases
6.10.2
15 Jun 2020 18:43:25
Revision:538935Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.10.2

Changes:	https://github.com/facebook/rocksdb/releases
6.10.1
31 May 2020 18:16:39
Revision:537176Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.10.1

- Convert REINPLACE_CMD to patch files

Changes:	https://github.com/facebook/rocksdb/releases
6.8.1
27 Apr 2020 20:58:07
Revision:533178Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.8.1

Changes:	https://github.com/facebook/rocksdb/releases
6.7.3
28 Mar 2020 12:45:09
Revision:529336Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.7.3

Changes:	https://github.com/facebook/rocksdb/releases
6.6.4
03 Feb 2020 19:45:00
Revision:525053Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.6.4

Changes:	https://github.com/facebook/rocksdb/releases
6.6.3
02 Feb 2020 10:57:36
Revision:524851Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.6.3

Changes:	https://github.com/facebook/rocksdb/releases
6.5.3
11 Jan 2020 10:41:06
Revision:522646Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.5.3

Changes:	https://github.com/facebook/rocksdb/releases
6.5.2
28 Dec 2019 06:56:08
Revision:521053Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.5.2

Changes:	https://github.com/facebook/rocksdb/releases
6.4.6
18 Nov 2019 18:10:29
Revision:517882Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.4.6

Changes:	https://github.com/facebook/rocksdb/releases
6.3.6
21 Oct 2019 23:32:14
Revision:515140Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.3.6

Changes:	https://github.com/facebook/rocksdb/releases
6.2.4
28 Sep 2019 20:02:33
Revision:513148Original commit files touched by this commit
sunpoet search for other commits by this committer
Allow build with Clang 8

Clang 8 detects shadow enums and stops the build. This workaround adds
-Wno-error=shadow to bypass it.

In file included from db/builder.cc:19:
./db/internal_stats.h:112:5: error: declaration shadows a variable in namespace
'rocksdb' [-Werror,-Wshadow]
    WAL_FILE_BYTES,
    ^
./include/rocksdb/statistics.h:196:3: note: previous declaration is here
  WAL_FILE_BYTES,   // Number of bytes written to WAL
  ^
In file included from db/builder.cc:19:
./db/internal_stats.h:113:5: error: declaration shadows a variable in namespace
'rocksdb' [-Werror,-Wshadow]
    WAL_FILE_SYNCED,
    ^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.2.4
27 Sep 2019 21:26:12
Revision:513058Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.2.4

Changes:	https://github.com/facebook/rocksdb/releases
6.2.2
04 Aug 2019 16:10:04
Revision:508101Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.2.2

Changes:	https://github.com/facebook/rocksdb/releases
6.1.2_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
6.1.2
06 Jun 2019 18:36:37
Revision:503585Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.1.2

Changes:	https://github.com/facebook/rocksdb/releases
6.0.2
24 Apr 2019 17:42:02
Revision:499875Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.0.2

Changes:	https://github.com/facebook/rocksdb/releases
6.0.1
18 Apr 2019 17:59:49
Revision:499286Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.0.1

Changes:	https://github.com/facebook/rocksdb/releases
5.18.3
16 Apr 2019 23:49:12
Revision:499126Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert to test framework
5.18.3
01 Mar 2019 11:18:26
Revision:494257Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.18.3

Changes:	https://github.com/facebook/rocksdb/releases
5.17.2_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
5.17.2
11 Dec 2018 10:10:02
Revision:487230Original commit files touched by this commit
antoine search for other commits by this committer
Spell CHOSEN_COMPILER_TYPE correctly

PR:		199098
With hat:	portmgr
5.17.2
26 Nov 2018 18:59:29
Revision:485951Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build and unbreak this port

Approved by:	portmgr (blanket)
5.17.2
25 Nov 2018 17:10:50
Revision:485869Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build on i386
5.17.2
13 Nov 2018 23:55:18
Revision:484905Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.17.2

Changes:	https://github.com/facebook/rocksdb/releases
5.15.10
15 Sep 2018 23:59:53
Revision:479850Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.15.10

Changes:	https://github.com/facebook/rocksdb/releases
5.14.3
23 Aug 2018 17:53:45
Revision:477879Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.14.3

Changes:	https://github.com/facebook/rocksdb/releases
5.14.2_1
22 Aug 2018 21:45:00
Revision:477831Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW
5.14.2_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
5.14.2
29 Jul 2018 19:09:40
Revision:475685Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.14.2

Changes:	https://github.com/facebook/rocksdb/releases
5.13.4
24 Jun 2018 20:16:04
Revision:473220Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.13.4

Changes:	https://github.com/facebook/rocksdb/releases
5.13.2
18 Jun 2018 03:49:10
Revision:472670Original commit files touched by this commit
linimon search for other commits by this committer
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
5.13.2
26 May 2018 17:46:38
Revision:470911Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.13.2

Changes:	https://github.com/facebook/rocksdb/releases
5.13.1
16 May 2018 23:54:06
Revision:470158Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.13.1

Changes:	https://github.com/facebook/rocksdb/releases
5.12.4
27 Apr 2018 15:55:13
Revision:468440Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.12.4

Changes:	https://github.com/facebook/rocksdb/releases
5.12.2
04 Apr 2018 18:50:36
Revision:466454Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.12.2

Changes:	https://github.com/facebook/rocksdb/releases
5.11.3
13 Mar 2018 20:30:20
Revision:464406Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.11.3

Changes:	https://github.com/facebook/rocksdb/releases
5.10.4
02 Mar 2018 18:51:28
Revision:463427Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.10.4

Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
5.10.3
25 Feb 2018 05:31:39
Revision:462901Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix rocksdb-lite for osquery

- Bump PORTREVISION for package change

Requested by:	lx
Reference:	https://github.com/facebook/osquery/issues/4059
5.10.3
22 Feb 2018 19:50:12
Revision:462622Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.10.3

Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
5.10.2
15 Feb 2018 12:48:04
Revision:461916Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix build on FreeBSD 10

PR:		225785
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
MFH:		2018Q1
5.10.2
07 Feb 2018 20:09:59
Revision:461176Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.10.2

- Use newly-added ROCKSDB_DISABLE_* environment variables

Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md

Number of commits found: 186 (showing only 100 on this page)

1 | 2  »