Date: Wed, 30 Nov 2022 08:04:05 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ead85e30a3f8 - main - databases/foundationdb: re-enable C bindings broken after 7.1.25 update Message-ID: <202211300804.2AU845r1079511@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211300804.2AU845r1079511>