mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
databases/foundationdb: re-enable C bindings broken after 7.1.25 update
Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
82d5f86a11
commit
ead85e30a3
2 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue