pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lensfun



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

Modified Files:
        pkgsrc/graphics/lensfun: Makefile distinfo
Added Files:
        pkgsrc/graphics/lensfun/patches: patch-CMakeLists.txt

Log Message:
lensfun: use patch for cmake 4 and add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/lensfun/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/lensfun/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/lensfun/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/graphics/lensfun/Makefile
diff -u pkgsrc/graphics/lensfun/Makefile:1.47 pkgsrc/graphics/lensfun/Makefile:1.48
--- pkgsrc/graphics/lensfun/Makefile:1.47       Mon Aug 11 08:45:38 2025
+++ pkgsrc/graphics/lensfun/Makefile    Mon Aug 11 12:25:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2025/08/11 08:45:38 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/08/11 12:25:50 wiz Exp $
 
 DISTNAME=      lensfun-0.3.4
 PKGREVISION=   1
@@ -26,8 +26,6 @@ REPLACE_PYTHON+=      apps/lensfun/__init__.p
 REPLACE_PYTHON+=       apps/lensfun-add-adapter
 REPLACE_PYTHON+=       apps/lensfun-update-data
 
-CMAKE_CONFIGURE_ARGS+=         -DCMAKE_POLICY_VERSION_MINIMUM=3.5
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} != "x86_64"

Index: pkgsrc/graphics/lensfun/distinfo
diff -u pkgsrc/graphics/lensfun/distinfo:1.20 pkgsrc/graphics/lensfun/distinfo:1.21
--- pkgsrc/graphics/lensfun/distinfo:1.20       Wed Jul 19 11:21:58 2023
+++ pkgsrc/graphics/lensfun/distinfo    Mon Aug 11 12:25:50 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2023/07/19 11:21:58 wiz Exp $
+$NetBSD: distinfo,v 1.21 2025/08/11 12:25:50 wiz Exp $
 
 BLAKE2s (lensfun-0.3.4.tar.gz) = a07f8c480f13da46c5ae97c21fbc7681eb46a1679fed1bd1cb3605b46f7cc2c1
 SHA512 (lensfun-0.3.4.tar.gz) = 4db9a08d51ba50c7c2ff528d380bb28e34698b2bb5c40e5f3deeaa5544c888ac7e0f638bbc3f33a4f75dbb67e0425ca36ce6d8cd1d8c043a4173a2df47de08c6
 Size (lensfun-0.3.4.tar.gz) = 1058791 bytes
+SHA1 (patch-CMakeLists.txt) = 0f9eb4085c1620a67cf7bc8819350d2a543dbf6d
 SHA1 (patch-apps_CMakeLists.txt) = fddae733ee78ed07b1151bd36bf4c2011e503c0a

Added files:

Index: pkgsrc/graphics/lensfun/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/lensfun/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Mon Aug 11 12:25:51 2025
+++ pkgsrc/graphics/lensfun/patches/patch-CMakeLists.txt        Mon Aug 11 12:25:51 2025
@@ -0,0 +1,13 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/11 12:25:51 wiz Exp $
+
+https://github.com/lensfun/lensfun/issues/2520
+
+--- CMakeLists.txt.orig        2025-08-11 12:24:18.939674339 +0000
++++ CMakeLists.txt
+@@ -1,5 +1,4 @@
+-# require at least cmake 2.8.12
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR )
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR )
+ 
+ # path for helper modules
+ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_SOURCE_DIR}/cmake/modules")



Home | Main Index | Thread Index | Old Index