FDB 7.x has a new cmake-derive build system, and upstreamed patches that already supports C client bindings for other languages. While the upstreamed patches are still under development, this port allows FoundationDB users and committers to easily test and work with FreeBSD, and also enables FreeBSD-based clients to work out of the box. Approved by: vanilla Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23287
27 lines
594 B
Text
27 lines
594 B
Text
@dir(%%DB_USER%%,%%DB_GROUP%%,) %%DB_DIR%%
|
|
@dir(%%DB_USER%%,%%DB_GROUP%%,) %%LOG_DIR%%
|
|
@sample etc/foundationdb/foundationdb.conf.sample
|
|
bin/actor_flamegraph
|
|
bin/backup_agent
|
|
bin/dr_agent
|
|
bin/fdb_c_performance_test
|
|
bin/fdb_c_ryw_benchmark
|
|
bin/fdb_c_txn_size_test
|
|
bin/fdb_flow_tester
|
|
bin/fdbbackup
|
|
bin/fdbcli
|
|
bin/fdbmonitor
|
|
bin/fdbr
|
|
bin/fdbrestore
|
|
bin/fdbserver
|
|
bin/mako
|
|
include/foundationdb/fdb.options
|
|
include/foundationdb/fdb_c.h
|
|
include/foundationdb/fdb_c_options.g.h
|
|
lib/libfdb_c.so
|
|
lib/libfdb_flow.a
|
|
lib/libfdb_sqlite.a
|
|
lib/libfdbclient.a
|
|
lib/libfdbrpc.a
|
|
lib/libflow.a
|
|
lib/libthirdparty.a
|