Summary: | devel/mongo-c-driver: Use USE_GITHUB helper and always use (lib)utf8proc from ports | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ports | ||||
Priority: | --- | Flags: | ports:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Daniel Engberg
![]() ![]() https://github.com/mongodb/mongo-c-driver/blob/master/build/cmake/GeneratePkgConfig.cmake needs a patch or preferably a patch submitted upstream to install .pc files into libdata Comment on attachment 247395 [details]
Patch for mongo-c-driver
OK. I've tried to change Makefile to use "GH_*" variables but I have failed. Probably I've made a mistake somewhere..
I approve this patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=474a16b79d35866ad09a29454ef26fb7bd2cd841 commit 474a16b79d35866ad09a29454ef26fb7bd2cd841 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-03 19:48:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-03 19:52:14 +0000 devel/mongo-c-driver: Use USE_GITHUB helper and always use (lib)utf8proc from ports * Use USE_GITHUB helper instead of working around it * Always unbundle (lib)utf8proc as per Porters Handbook * Partially fix USES= pathfix PR: 276062 Reviewed by: Krzysztof <ports@bsdserwis.com> (maintainer) devel/mongo-c-driver/Makefile | 18 ++++++++++-------- devel/mongo-c-driver/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) |