- databases/foundationdb-devel: update to 20200408 PR against upstream repo
- databases/erlfdb: update to 1.0 release
- use latest 7.x foundationdb-devel
- update to latest erlang bindings
- databases/foundationdb: handle c++ errors by requiring llvm80
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
databases/foundationdb/Makefile | ||
---|---|---|
29 ↗ | (On Diff #70381) | this isn't needed - the issue is the compiler used on CURRENT, not the flag. I've seen this sort of thing elsewhere - maybe this is the right approach to force an older clang version? # build fails on 12.0 with clang-6, so force a newer compiler BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} CPP= clang-cpp${LLVM_DEFAULT} CC= clang${LLVM_DEFAULT} CXX= clang++${LLVM_DEFAULT} |
Comment Actions
http://pkg.awarnach.mathstat.dal.ca/data/12amd64-default/2020-04-10_06h01m46s/logs/erlfdb-1.0.0.log
http://pkg.awarnach.mathstat.dal.ca/data/12amd64-default/2020-04-09_20h32m00s/logs/errors/foundationdb-6.1.8_6.log
http://pkg.awarnach.mathstat.dal.ca/data/12amd64-default/2020-04-09_23h58m38s/logs/errors/foundationdb-devel-7.0.0.a.20200408.log
Comment Actions
OK I think this patch should cater for 12.1 - not sure if it's the *right* way to fix this though?
- apparently 12.2 will have llvm90 so I will re-test using that
- is there a way to detect if we are running 12-STABLE? use OSVERSION >=120200 perhaps?
Comment Actions
- databases/foundationdb: require llvm90 for compat
- databases/foundationdb-devel: update to 20200408 PR against upstream repo
- databases/erlfdb: update to 1.0 release