git: ead85e30a3f8 - main - databases/foundationdb: re-enable C bindings broken after 7.1.25 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 08:04:05 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=ead85e30a3f814beb11c3a448bd641b47a9335ab commit ead85e30a3f814beb11c3a448bd641b47a9335ab Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2022-11-30 08:03:51 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2022-11-30 08:03:51 +0000 databases/foundationdb: re-enable C bindings broken after 7.1.25 update Sponsored by: SkunkWerks, GmbH --- databases/foundationdb/Makefile | 3 +++ databases/foundationdb/pkg-plist | 1 + 2 files changed, 4 insertions(+) diff --git a/databases/foundationdb/Makefile b/databases/foundationdb/Makefile index f15a37a496c5..d6aa594f6e6d 100644 --- a/databases/foundationdb/Makefile +++ b/databases/foundationdb/Makefile @@ -1,5 +1,6 @@ PORTNAME= foundationdb DISTVERSION= 7.1.25 +PORTREVISION= 1 CATEGORIES= databases # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ @@ -82,6 +83,8 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/foundationdb ${INSTALL_DATA} ${WRKSRC}/bindings/c/foundationdb/fdb_c.h \ ${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 \ ${STAGEDIR}/${PREFIX}/include/foundationdb/ ${INSTALL_DATA} ${WRKDIR}/.build/bindings/c/foundationdb/fdb_c_options.g.h \ diff --git a/databases/foundationdb/pkg-plist b/databases/foundationdb/pkg-plist index 453f6054fc15..d8047da25f25 100644 --- a/databases/foundationdb/pkg-plist +++ b/databases/foundationdb/pkg-plist @@ -18,6 +18,7 @@ bin/fdbserver bin/tutorial include/foundationdb/fdb.options include/foundationdb/fdb_c.h +include/foundationdb/fdb_c_types.h include/foundationdb/fdb_c_options.g.h lib/libfdb_c.so lib/libfdb_flow.a