Created attachment 230781 [details] Patch Update to 0.18.0 https://github.com/google/jsonnet/releases/tag/v0.18.0 Quick note: Jsonnet 0.18.0 includes a C++ library named rapidyaml to add YAML support. So I decided to extract it as another port as a shared library rather than bundle library. The related bugs have been submitted as bug #260997 and bug #260996
Worth noting commit https://github.com/google/jsonnet/commit/da1490f6130062f5f4690dfcfeed6ce0c293fd2f#diff-dd6edc3753f0bdb2e22656a1a802c42a3dfed2e96efcfe473d64f21aca77ea99
Created attachment 230808 [details] Updated patch
Created attachment 230809 [details] testport log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=895728165688246e1d7729c42679e9ee31ed3d70 commit 895728165688246e1d7729c42679e9ee31ed3d70 Author: Gasol Wu <gasol.wu@gmail.com> AuthorDate: 2022-01-08 13:08:55 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-08 13:21:54 +0000 devel/jsonnet: Update to 0.18.0 ChangeLog: https://github.com/google/jsonnet/releases/tag/v0.18.0 PR: 260998 Reported by: gasol.wu@gmail.com (maintainer) devel/jsonnet/Makefile | 9 ++++++--- devel/jsonnet/distinfo | 6 +++--- devel/jsonnet/files/patch-CMakeLists.txt (new) | 10 ++++++++++ devel/jsonnet/files/patch-core_CMakeLists.txt (new) | 11 +++++++++++ devel/jsonnet/files/patch-core_vm.cpp | 4 ++-- devel/jsonnet/pkg-descr | 2 +- 6 files changed, 33 insertions(+), 9 deletions(-)
Committed, Thanks!