pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/yaml-cpp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb  5 08:32:58 UTC 2026

Modified Files:
        pkgsrc/textproc/yaml-cpp: Makefile PLIST distinfo
Removed Files:
        pkgsrc/textproc/yaml-cpp/patches: patch-CMakeLists.txt
            patch-test_CMakeLists.txt

Log Message:
yaml-cpp: updated to 0.9.0

0.9.0

Assorted bugfixes, including:

Increase minimum required CMake version to 3.5, update Googletest to 1.13
Bazel module builds
node/convert: Enable the template specialization for std::string_view properly when the library is compiled by MSVC on Windows
CMake: Allow to disable uninstall
Update cmakelists to use system googletest if available
Fix indentation of empty flow sequences
Add option YAML_ENABLE_PIC
fix: use C locale by default
Use FetchContent_MakeAvailable
fix: parse files with '\r' symbols as line ending correctly
fix(src): avoid possible infinite loop in LoadAll()
missing keys should throw InvalidNode, not BadConversion
fix: prettier floating point numbers
Optimization of merge memories


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/yaml-cpp/Makefile \
    pkgsrc/textproc/yaml-cpp/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/yaml-cpp/PLIST
cvs rdiff -u -r1.3 -r0 pkgsrc/textproc/yaml-cpp/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/yaml-cpp/patches/patch-test_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/yaml-cpp/Makefile
diff -u pkgsrc/textproc/yaml-cpp/Makefile:1.13 pkgsrc/textproc/yaml-cpp/Makefile:1.14
--- pkgsrc/textproc/yaml-cpp/Makefile:1.13      Sun Aug 25 06:19:17 2024
+++ pkgsrc/textproc/yaml-cpp/Makefile   Thu Feb  5 08:32:58 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2024/08/25 06:19:17 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/05 08:32:58 adam Exp $
 
-DISTNAME=      yaml-cpp-0.8.0
+DISTNAME=      yaml-cpp-0.9.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jbeder/}
-GITHUB_TAG=    ${PKGVERSION_NOREV}
+GITHUB_TAG=    ${PKGNAME_NOREV}
 EXTRACT_USING= bsdtar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,14 +11,12 @@ HOMEPAGE=   https://github.com/jbeder/yaml
 COMMENT=       YAML parser and emitter for C++
 LICENSE=       mit
 
-USE_LANGUAGES= c c++
+USE_CXX_FEATURES=      c++11
+USE_LANGUAGES=         c c++
+PKGCONFIG_OVERRIDE+=   yaml-cpp.pc.cmake
 
 CMAKE_CONFIGURE_ARGS+= -DYAML_BUILD_SHARED_LIBS=ON
 CMAKE_CONFIGURE_ARGS+= -DYAML_CPP_BUILD_TESTS=OFF # issue 539
 
-USE_CXX_FEATURES+=     c++11
-
-PKGCONFIG_OVERRIDE+=   yaml-cpp.pc.cmake
-
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/yaml-cpp/distinfo
diff -u pkgsrc/textproc/yaml-cpp/distinfo:1.13 pkgsrc/textproc/yaml-cpp/distinfo:1.14
--- pkgsrc/textproc/yaml-cpp/distinfo:1.13      Wed Aug 13 06:08:55 2025
+++ pkgsrc/textproc/yaml-cpp/distinfo   Thu Feb  5 08:32:58 2026
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/08/13 06:08:55 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/02/05 08:32:58 adam Exp $
 
-BLAKE2s (yaml-cpp-0.8.0.tar.gz) = cc80f79c5c4368a03088504a1a3e72d5742d07376d60ebab474621edb63c7880
-SHA512 (yaml-cpp-0.8.0.tar.gz) = aae9d618f906117d620d63173e95572c738db518f4ff1901a06de2117d8deeb8045f554102ca0ba4735ac0c4d060153a938ef78da3e0da3406d27b8298e5f38e
-Size (yaml-cpp-0.8.0.tar.gz) = 1017151 bytes
-SHA1 (patch-CMakeLists.txt) = 0f139e0409583a3e4a73a508cb9b4cf5794cc5bf
-SHA1 (patch-test_CMakeLists.txt) = f1d8151e3004806bafa835bba818549c656b671e
+BLAKE2s (yaml-cpp-0.9.0.tar.gz) = 0c34dc2f29ba8b7cddb91b4e25d519c035873478877182c85352c2d1ef7afa76
+SHA512 (yaml-cpp-0.9.0.tar.gz) = 59f730e8c5744f1ccd542c1144db8d4d949012f72aab0b84ba4a818db25a0f847569b61238ab72ed5b0b2e9482b8d5007651b7185f4ca9e99045d5160259b565
+Size (yaml-cpp-0.9.0.tar.gz) = 1056093 bytes

Index: pkgsrc/textproc/yaml-cpp/PLIST
diff -u pkgsrc/textproc/yaml-cpp/PLIST:1.10 pkgsrc/textproc/yaml-cpp/PLIST:1.11
--- pkgsrc/textproc/yaml-cpp/PLIST:1.10 Thu Aug 24 12:54:37 2023
+++ pkgsrc/textproc/yaml-cpp/PLIST      Thu Feb  5 08:32:58 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2023/08/24 12:54:37 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/02/05 08:32:58 adam Exp $
 include/yaml-cpp/anchor.h
 include/yaml-cpp/binary.h
 include/yaml-cpp/contrib/anchordict.h
@@ -12,6 +12,7 @@ include/yaml-cpp/emittermanip.h
 include/yaml-cpp/emitterstyle.h
 include/yaml-cpp/eventhandler.h
 include/yaml-cpp/exceptions.h
+include/yaml-cpp/fptostring.h
 include/yaml-cpp/mark.h
 include/yaml-cpp/node/convert.h
 include/yaml-cpp/node/detail/impl.h
@@ -41,6 +42,6 @@ lib/cmake/yaml-cpp/yaml-cpp-config.cmake
 lib/cmake/yaml-cpp/yaml-cpp-targets-noconfig.cmake
 lib/cmake/yaml-cpp/yaml-cpp-targets.cmake
 lib/libyaml-cpp.so
-lib/libyaml-cpp.so.0.8
 lib/libyaml-cpp.so.${PKGVERSION}
+lib/libyaml-cpp.so.0.9
 lib/pkgconfig/yaml-cpp.pc



Home | Main Index | Thread Index | Old Index