pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/qt6-qtquick3d
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 7 05:25:58 UTC 2025
Modified Files:
pkgsrc/graphics/qt6-qtquick3d: distinfo
Added Files:
pkgsrc/graphics/qt6-qtquick3d/patches:
patch-src_3rdparty_xatlas_xatlas.cpp
Log Message:
qt6-qtquick3d: add missing header to fix build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/qt6-qtquick3d/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_3rdparty_xatlas_xatlas.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/qt6-qtquick3d/distinfo
diff -u pkgsrc/graphics/qt6-qtquick3d/distinfo:1.22 pkgsrc/graphics/qt6-qtquick3d/distinfo:1.23
--- pkgsrc/graphics/qt6-qtquick3d/distinfo:1.22 Wed Oct 1 07:25:08 2025
+++ pkgsrc/graphics/qt6-qtquick3d/distinfo Tue Oct 7 05:25:57 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.22 2025/10/01 07:25:08 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/10/07 05:25:57 wiz Exp $
BLAKE2s (qtquick3d-everywhere-src-6.9.3.tar.xz) = 78d4db6177cd9bd04040d55e4702da2ad0ccb816e7d9bbefed51ac8ab384b605
SHA512 (qtquick3d-everywhere-src-6.9.3.tar.xz) = c0f440da01728b2ccee8ad8dc87e9439ccad7e76d8d1fa82a915fff008590ec2423f9b6ca4ffb063fc01700b08aece485df398a3717bac4de16c6e06679b3219
Size (qtquick3d-everywhere-src-6.9.3.tar.xz) = 74192408 bytes
+SHA1 (patch-src_3rdparty_xatlas_xatlas.cpp) = d7d0a1e1d7b629fb22e0505b99d40f08eb342349
SHA1 (patch-src_helpers_proceduralskytexturedata.cpp) = 82b23567218170b016385135d0854bd6c6a544c8
Added files:
Index: pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_3rdparty_xatlas_xatlas.cpp
diff -u /dev/null pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_3rdparty_xatlas_xatlas.cpp:1.1
--- /dev/null Tue Oct 7 05:25:58 2025
+++ pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_3rdparty_xatlas_xatlas.cpp Tue Oct 7 05:25:57 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_3rdparty_xatlas_xatlas.cpp,v 1.1 2025/10/07 05:25:57 wiz Exp $
+
+Add header for realloc(), free().
+
+--- src/3rdparty/xatlas/xatlas.cpp.orig 2025-10-07 05:21:08.379900974 +0000
++++ src/3rdparty/xatlas/xatlas.cpp
+@@ -51,6 +51,7 @@ Copyright (c) 2012 Brandon Pelfrey
+ #define __STDC_LIMIT_MACROS
+ #include <stdint.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #ifndef XA_DEBUG
Home |
Main Index |
Thread Index |
Old Index