pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/oculante
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:46:34 UTC 2025
Modified Files:
pkgsrc/graphics/oculante: distinfo
Added Files:
pkgsrc/graphics/oculante/patches: patch-aa
Log Message:
oculante: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/oculante/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/oculante/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/oculante/distinfo
diff -u pkgsrc/graphics/oculante/distinfo:1.74 pkgsrc/graphics/oculante/distinfo:1.75
--- pkgsrc/graphics/oculante/distinfo:1.74 Mon Jan 13 20:31:57 2025
+++ pkgsrc/graphics/oculante/distinfo Thu Aug 21 18:46:33 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.74 2025/01/13 20:31:57 pin Exp $
+$NetBSD: distinfo,v 1.75 2025/08/21 18:46:33 wiz Exp $
BLAKE2s (ab_glyph-0.2.29.crate) = 7e753e7f4d3c7fb96c56e4ea406e0e19f923e2e40a636e0224a4286378a2e88d
SHA512 (ab_glyph-0.2.29.crate) = 7549251e27a0b77a86d9c3cf2775a625d5f3bf43840abc85a5937f2393889a5100bb90b2392bcff9d082900dd00bf0211f4feaeea09ec1b01e3925875e529c12
@@ -2670,3 +2670,4 @@ Size (zvariant_derive-4.2.0.crate) = 110
BLAKE2s (zvariant_utils-2.1.0.crate) = b142d63425365aedf109bafac551bf52a32897836b938d4835a415a0444db92c
SHA512 (zvariant_utils-2.1.0.crate) = 345b70d1106b37df41426efdb1ba49bf270e00898381c2a8021b5761c59efdea55def45cb2e2598b130b6cba8733503f3997a55578bca90867ab3e8f2346f80e
Size (zvariant_utils-2.1.0.crate) = 7043 bytes
+SHA1 (patch-aa) = f66825e49bc8a38aca5ddd6c6d352c3d0bd1786c
Added files:
Index: pkgsrc/graphics/oculante/patches/patch-aa
diff -u /dev/null pkgsrc/graphics/oculante/patches/patch-aa:1.1
--- /dev/null Thu Aug 21 18:46:34 2025
+++ pkgsrc/graphics/oculante/patches/patch-aa Thu Aug 21 18:46:33 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2025/08/21 18:46:33 wiz Exp $
+
+Fix build with cmake 4.
+
+--- ../vendor/glsl-to-spirv-0.1.7/glslang/CMakeLists.txt.orig 2025-08-21 18:34:18.969442426 +0000
++++ ../vendor/glsl-to-spirv-0.1.7/glslang/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ # increase to 3.1 once all major distributions
+ # include a version of CMake >= 3.1
+-cmake_minimum_required(VERSION 2.8.12)
++cmake_minimum_required(VERSION 3.5)
+ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+
+ # Adhere to GNU filesystem layout conventions
Home |
Main Index |
Thread Index |
Old Index