pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcbor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 12:21:51 UTC 2025

Modified Files:
        pkgsrc/devel/libcbor: Makefile distinfo
Added Files:
        pkgsrc/devel/libcbor/patches: patch-CMakeLists.txt

Log Message:
libcbor: use upstream patch for cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libcbor/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libcbor/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libcbor/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/devel/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.14 pkgsrc/devel/libcbor/Makefile:1.15
--- pkgsrc/devel/libcbor/Makefile:1.14  Mon Aug 11 08:43:43 2025
+++ pkgsrc/devel/libcbor/Makefile       Mon Aug 11 12:21:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/08/11 08:43:43 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/08/11 12:21:51 wiz Exp $
 
 DISTNAME=      libcbor-0.12.0
 CATEGORIES=    devel
@@ -14,7 +14,6 @@ USE_LANGUAGES=        c c++
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 CMAKE_CONFIGURE_ARGS+= -DWITH_EXAMPLES=OFF
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 CHECK_PORTABILITY_SKIP+=       misc/hooks/*
 

Index: pkgsrc/devel/libcbor/distinfo
diff -u pkgsrc/devel/libcbor/distinfo:1.8 pkgsrc/devel/libcbor/distinfo:1.9
--- pkgsrc/devel/libcbor/distinfo:1.8   Sun Mar 30 15:00:39 2025
+++ pkgsrc/devel/libcbor/distinfo       Mon Aug 11 12:21:51 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2025/03/30 15:00:39 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/11 12:21:51 wiz Exp $
 
 BLAKE2s (libcbor-0.12.0.tar.gz) = aa2c9ef4445e2a1f561716b1b2c683683e848f9f5e374e6e9edd6c93be1876d9
 SHA512 (libcbor-0.12.0.tar.gz) = 07fcf4e758742e6d430eaab0b333e8f836587c6eeb3f15eea094f8e7881804998382335737df6e2a5d0f570eb9cb46bae6c6d1058aeca8fa29b973a98ae6b69b
 Size (libcbor-0.12.0.tar.gz) = 294856 bytes
+SHA1 (patch-CMakeLists.txt) = 9ac4d99e93922bf311420b2454e8a90d7147086d

Added files:

Index: pkgsrc/devel/libcbor/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/devel/libcbor/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Mon Aug 11 12:21:51 2025
+++ pkgsrc/devel/libcbor/patches/patch-CMakeLists.txt   Mon Aug 11 12:21:51 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/11 12:21:51 wiz Exp $
+
+https://github.com/PJK/libcbor/commit/1183292d4695300785b272532c1e02d68840e4b8
+
+--- CMakeLists.txt.orig        2025-03-16 19:29:33.000000000 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(libcbor)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}



Home | Main Index | Thread Index | Old Index