- remove Makefile based build targets; upstream switched to cmake
- switch to maintainer fork being upstreamed
https://github.com/apple/foundationdb/pull/2634
- use cmake flags in above PR
- SSL now compiles against ports LibreSSL & OpenSSL but has not
yet been tested, help welcomed so we can enable it as option
Reviewed by: jrm
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D24357
properly fixes warnings in sqlite3.amalgamation.c which were added to
CXXFLAGS instead of CFLAGS in r529817 & r529843, arising from recent
clang update.
Sponsored by: SkunkWerks, GmbH
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