pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/innoextract



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 08:36:49 UTC 2025

Modified Files:
        pkgsrc/archivers/innoextract: distinfo
Added Files:
        pkgsrc/archivers/innoextract/patches: patch-cmake_VersionScript.cmake

Log Message:
innoextract: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/innoextract/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/archivers/innoextract/patches/patch-cmake_VersionScript.cmake

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

Modified files:

Index: pkgsrc/archivers/innoextract/distinfo
diff -u pkgsrc/archivers/innoextract/distinfo:1.11 pkgsrc/archivers/innoextract/distinfo:1.12
--- pkgsrc/archivers/innoextract/distinfo:1.11  Wed Jan 22 12:47:49 2025
+++ pkgsrc/archivers/innoextract/distinfo       Sun Aug 17 08:36:49 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2025/01/22 12:47:49 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/08/17 08:36:49 wiz Exp $
 
 BLAKE2s (innoextract-1.9.tar.gz) = 1dca12efdfc57920e81b3a5d8a4ad776e9a7fb86d4ecd4177c03e26b928b3106
 SHA512 (innoextract-1.9.tar.gz) = 2b18f7bb7f50744bcb1bdcd25e57e0760193b179c77b55e0f63c537e55afc98de3b0380da3cae470ce97660ed41a7ffbb48c8c25329c9ce9b3811d9aec74bcde
 Size (innoextract-1.9.tar.gz) = 206931 bytes
 SHA1 (patch-CMakeLists.txt) = 69493f330d32e0c63737443b1e9647633146e0eb
+SHA1 (patch-cmake_VersionScript.cmake) = caca73ac9b30ca00cfc89bab8a5330102e221869
 SHA1 (patch-src_stream_slice.cpp) = d98f14b988d17d3e85199fa9480e5b308497bafd

Added files:

Index: pkgsrc/archivers/innoextract/patches/patch-cmake_VersionScript.cmake
diff -u /dev/null pkgsrc/archivers/innoextract/patches/patch-cmake_VersionScript.cmake:1.1
--- /dev/null   Sun Aug 17 08:36:49 2025
+++ pkgsrc/archivers/innoextract/patches/patch-cmake_VersionScript.cmake        Sun Aug 17 08:36:49 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-cmake_VersionScript.cmake,v 1.1 2025/08/17 08:36:49 wiz Exp $
+
+cmake 4 compatibility
+https://github.com/dscharrer/innoextract/commit/83d0bf4365b09ddd17dddb400ba5d262ddf16fb8
+
+--- cmake/VersionScript.cmake.orig     2025-08-17 08:35:15.936455107 +0000
++++ cmake/VersionScript.cmake
+@@ -17,7 +17,7 @@
+ #    misrepresented as being the original software.
+ # 3. This notice may not be removed or altered from any source distribution.
+ 
+-cmake_minimum_required(VERSION 2.8)
++cmake_minimum_required(VERSION 2.8...3.19)
+ 
+ # CMake script that reads a VERSION file and the current git history and the calls configure_file().
+ # This is used by version_file() in VersionString.cmake



Home | Main Index | Thread Index | Old Index