databases/foundationdb: re-enable C bindings broken after 7.1.25 update

Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2022-11-30 08:03:51 +00:00
parent 82d5f86a11
commit ead85e30a3
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= foundationdb PORTNAME= foundationdb
DISTVERSION= 7.1.25 DISTVERSION= 7.1.25
PORTREVISION= 1
CATEGORIES= databases CATEGORIES= databases
# PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
@ -82,6 +83,8 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/foundationdb ${MKDIR} ${STAGEDIR}${PREFIX}/include/foundationdb
${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c.h \ ${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c.h \
${STAGEDIR}/${PREFIX}/include/foundationdb/ ${STAGEDIR}/${PREFIX}/include/foundationdb/
${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c_types.h \
${STAGEDIR}/${PREFIX}/include/foundationdb/
${INSTALL_DATA} ${WRKSRC}/fdbclient/vexillographer/fdb.options \ ${INSTALL_DATA} ${WRKSRC}/fdbclient/vexillographer/fdb.options \
${STAGEDIR}/${PREFIX}/include/foundationdb/ ${STAGEDIR}/${PREFIX}/include/foundationdb/
${INSTALL_DATA} ${WRKDIR}/.build/bindings/c/foundationdb/fdb_c_options.g.h \ ${INSTALL_DATA} ${WRKDIR}/.build/bindings/c/foundationdb/fdb_c_options.g.h \

View file

@ -18,6 +18,7 @@ bin/fdbserver
bin/tutorial bin/tutorial
include/foundationdb/fdb.options include/foundationdb/fdb.options
include/foundationdb/fdb_c.h include/foundationdb/fdb_c.h
include/foundationdb/fdb_c_types.h
include/foundationdb/fdb_c_options.g.h include/foundationdb/fdb_c_options.g.h
lib/libfdb_c.so lib/libfdb_c.so
lib/libfdb_flow.a lib/libfdb_flow.a