pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/clutter



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 16 10:26:52 UTC 2025

Modified Files:
        pkgsrc/graphics/clutter: distinfo
Added Files:
        pkgsrc/graphics/clutter/patches: patch-examples_threads.c

Log Message:
clutter: Fix type exposed by GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/clutter/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/clutter/patches/patch-examples_threads.c

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

Modified files:

Index: pkgsrc/graphics/clutter/distinfo
diff -u pkgsrc/graphics/clutter/distinfo:1.26 pkgsrc/graphics/clutter/distinfo:1.27
--- pkgsrc/graphics/clutter/distinfo:1.26       Tue Oct 26 10:46:02 2021
+++ pkgsrc/graphics/clutter/distinfo    Wed Jul 16 10:26:52 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 10:46:02 nia Exp $
+$NetBSD: distinfo,v 1.27 2025/07/16 10:26:52 jperkin Exp $
 
 BLAKE2s (clutter-1.26.2.tar.xz) = 9f0bec0cfd1bff9e10819b7cd44a51febd43ff679e160b07817dc15ef08f1ab0
 SHA512 (clutter-1.26.2.tar.xz) = c8008a1a1f111313d9abaff8d4415f112ddc32a02e08845f3735d33bb25b72b082f133daba06749bb9595eaf1ba83b308d30a413fbbe8dcdc1afdd7077a30937
 Size (clutter-1.26.2.tar.xz) = 5353736 bytes
+SHA1 (patch-examples_threads.c) = 0bb720ff45c2de80be18d804da83bee5ae9bdb02

Added files:

Index: pkgsrc/graphics/clutter/patches/patch-examples_threads.c
diff -u /dev/null pkgsrc/graphics/clutter/patches/patch-examples_threads.c:1.1
--- /dev/null   Wed Jul 16 10:26:52 2025
+++ pkgsrc/graphics/clutter/patches/patch-examples_threads.c    Wed Jul 16 10:26:52 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-examples_threads.c,v 1.1 2025/07/16 10:26:52 jperkin Exp $
+
+Fix type.
+
+--- examples/threads.c.orig    2025-07-16 10:22:46.962677731 +0000
++++ examples/threads.c
+@@ -5,7 +5,7 @@
+ /* our thread-specific data */
+ typedef struct
+ {
+-  ClutterActor *stage;
++  ClutterStage *stage;
+   ClutterActor *label;
+   ClutterActor *progress;
+   ClutterActor *rect;



Home | Main Index | Thread Index | Old Index