pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/double-conversion
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 11 11:50:23 UTC 2025
Modified Files:
pkgsrc/math/double-conversion: Makefile distinfo
Added Files:
pkgsrc/math/double-conversion/patches: patch-CMakeLists.txt
Log Message:
double-conversion: use upstream patch for cmake 4 support
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/double-conversion/Makefile \
pkgsrc/math/double-conversion/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/math/double-conversion/patches/patch-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/math/double-conversion/Makefile
diff -u pkgsrc/math/double-conversion/Makefile:1.10 pkgsrc/math/double-conversion/Makefile:1.11
--- pkgsrc/math/double-conversion/Makefile:1.10 Mon Aug 11 08:28:12 2025
+++ pkgsrc/math/double-conversion/Makefile Mon Aug 11 11:50:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/08/11 08:28:12 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/08/11 11:50:23 wiz Exp $
DISTNAME= double-conversion-3.3.1
CATEGORIES= math converters
@@ -13,7 +13,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= c c++
CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
CMAKE_CONFIGURE_ARGS+= -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/double-conversion/distinfo
diff -u pkgsrc/math/double-conversion/distinfo:1.10 pkgsrc/math/double-conversion/distinfo:1.11
--- pkgsrc/math/double-conversion/distinfo:1.10 Tue Feb 18 10:05:03 2025
+++ pkgsrc/math/double-conversion/distinfo Mon Aug 11 11:50:23 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2025/02/18 10:05:03 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/08/11 11:50:23 wiz Exp $
BLAKE2s (double-conversion-3.3.1.tar.gz) = bc30c0c18e9a2e3e68ac098432b9e7615d4675f3c5ca443d5ac48328f91286fd
SHA512 (double-conversion-3.3.1.tar.gz) = 60cab2fe623204cfa8737150e6ffcae091266180461dba377231e4fe8dccf712e74c643cd317b62266240ab82f1c0f820cf825038d627934d2dd0af1426f0cca
Size (double-conversion-3.3.1.tar.gz) = 7035094 bytes
+SHA1 (patch-CMakeLists.txt) = d59e104afbf7fdd98b4b3e36204dbdd9d5d5b31c
SHA1 (patch-double-conversion_utils.h) = 78400f52773ccd6e5780c43865a740e01c299c8b
Added files:
Index: pkgsrc/math/double-conversion/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/math/double-conversion/patches/patch-CMakeLists.txt:1.1
--- /dev/null Mon Aug 11 11:50:23 2025
+++ pkgsrc/math/double-conversion/patches/patch-CMakeLists.txt Mon Aug 11 11:50:23 2025
@@ -0,0 +1,15 @@
+$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)
Home |
Main Index |
Thread Index |
Old Index