Changelog: https://github.com/google/jsonnet/releases/tag/v0.21.0 - Replace the bundled rapidyaml hpp file with a newer one for compatibility with devel/rapidyaml. - Refresh patches. - Replace PORTVERSION with DISTVERSION and VERSION in PLIST_SUB. PR: 287756 Approved by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Co-authored-by: Pavel Timofeev <timp87@gmail.com>
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
--- CMakeLists.txt.orig 2025-05-07 12:28:56 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -122,7 +122,6 @@ add_subdirectory(third_party/md5)
|
|
add_subdirectory(include)
|
|
add_subdirectory(stdlib)
|
|
add_subdirectory(third_party/md5)
|
|
-add_subdirectory(third_party/rapidyaml)
|
|
add_subdirectory(core)
|
|
add_subdirectory(cpp)
|
|
add_subdirectory(cmd)
|