head 1.2; access; symbols pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.12.20.22.39.14; author wiz; state dead; branches; next 1.1; commitid wH8LR3PusjaqrcnG; 1.1 date 2025.08.11.11.50.23; author wiz; state Exp; branches; next ; commitid INeBl6TrxdsS3j6G; desc @@ 1.2 log @double-conversion: update to 3.4.0. 2025-12-08: Add pkg-config. Add alias double-conversion::double-conversion. Documentation improvements. Minor code cleanups, avoiding spurious warnings. Increase CMake minimum required version to 3.29. Makefile improvements. Bazel build improvements. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/11 11:50:23 wiz Exp $ https://github.com/google/double-conversion/commit/0604b4c18815aadcf7f4b78dfa6bfcb91a634ed7 --- CMakeLists.txt.orig 2025-02-14 10:03:13.000000000 +0000 +++ CMakeLists.txt @@@@ -1,4 +1,7 @@@@ -cmake_minimum_required(VERSION 3.0) +# This project likely works with older versions, such as 3.5, but that +# configuration is not tested. +# When changing the minimum required versions make sure to update the CI. +cmake_minimum_required(VERSION 3.15...4.0.1) project(double-conversion VERSION 3.3.0) option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF) @ 1.1 log @double-conversion: use upstream patch for cmake 4 support @ text @d1 1 a1 1 $NetBSD$ @