|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
9.11.2_1 28 Jun 2026 14:18:48
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb9: Fix build on 16-CURRENT (Clang 21)
mkdir -p port && clang++ -O2 -pipe -DOS_FREEBSD -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -Wno-unused-parameter
-Wno-unused-variable -Wno-sync-alignment -isystem /usr/local/include -std=c++17
-fPIC -DROCKSDB_DLL -DROCKSDB_USE_RTTI -g -W -Wextra -Wall -Wsign-compare
-Wshadow -Wunused-parameter -Werror -I. -I./include -std=c++17 -O2 -pipe
-DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -Wno-unused-parameter -Wno-unused-variable
-Wno-sync-alignment -isystem /usr/local/include -std=c++17 -faligned-new
-DHAVE_ALIGNED_NEW -DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -O2 -pipe
-DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -D_REENTRANT -DOS_FREEBSD -DSNAPPY -DGFLAGS=1 -DZLIB
-DBZIP2 -DLZ4 -DZSTD -DROCKSDB_MALLOC_USABLE_SIZE
-DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_BACKTRACE
-DROCKSDB_SCHED_GETCPU_PRESENT -Wshorten-64-to-32 -DHAVE_UINT128_EXTENSION
-isystem third-party/gtest-1.8.1/fused-src -O2 -fno-omit-frame-pointer
-momit-leaf-frame-pointer -DNDEBUG -Woverloaded-virtual -Wnon-virtual-dtor
-Wno-missing-field-initializers -Wno-invalid-offsetof -c port/mmap.cc -o
port/mmap.o
port/mmap.cc:46:15: error: first argument in call to 'memcpy' is a pointer to
non-trivially copyable type 'rocksdb::MemMapping' [-Werror,-Wnontrivial-memcall]
46 | std::memcpy(this, &other, sizeof(*this));
| ^
port/mmap.cc:46:15: note: explicitly cast the pointer to silence this warning
46 | std::memcpy(this, &other, sizeof(*this));
| ^
| (void*)
1 error generated.
Reference: https://pkg-status.freebsd.org/beefy24/data/main-amd64-default/p69f57ea536e0_s2ff705f32a2/logs/rocksdb9-9.11.2_1.log
Obtained
from: https://github.com/facebook/rocksdb/commit/496eebaee891c5f132d1ec1d9293a9c7f59b1e46 |
9.11.2_1 09 Dec 2025 11:20:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/gflags: Update to 2.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/gflags/gflags/releases |
9.11.2 29 Apr 2025 12:42:16
    |
Po-Chuan Hsieh (sunpoet)  |
databases/rocksdb9: Add rocksdb9 9.11.2 (copied from rocksdb)
- Add PORTSCOUT |
Number of commits found: 3
|