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:   jperkin
Date:           Mon Nov  4 09:39:14 UTC 2024

Modified Files:
        pkgsrc/graphics/qt6-qtquick3d: distinfo
Added Files:
        pkgsrc/graphics/qt6-qtquick3d/patches:
            patch-src_helpers_proceduralskytexturedata.cpp

Log Message:
qt6-qtquick3d: Fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/qt6-qtquick3d/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_helpers_proceduralskytexturedata.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.15 pkgsrc/graphics/qt6-qtquick3d/distinfo:1.16
--- pkgsrc/graphics/qt6-qtquick3d/distinfo:1.15 Fri Oct 25 10:41:59 2024
+++ pkgsrc/graphics/qt6-qtquick3d/distinfo      Mon Nov  4 09:39:14 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2024/10/25 10:41:59 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/11/04 09:39:14 jperkin Exp $
 
 BLAKE2s (qtquick3d-everywhere-src-6.8.0.tar.xz) = dae93a4271d0072cdd98cef58d410e9203f3cbca3ab8ee84f886344d1fa69e56
 SHA512 (qtquick3d-everywhere-src-6.8.0.tar.xz) = 961f38845a07cb3792a1dc2c15784f526eb4da4ab6bb69825f7708076acff323ab9364434ad1099ac79a0f047b094f1b9bcd41e038f9520bda3dc361dc2f9529
 Size (qtquick3d-everywhere-src-6.8.0.tar.xz) = 75282076 bytes
+SHA1 (patch-src_helpers_proceduralskytexturedata.cpp) = ff61ec90576c403b2aec7da172b7df71eb012f54

Added files:

Index: pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_helpers_proceduralskytexturedata.cpp
diff -u /dev/null pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_helpers_proceduralskytexturedata.cpp:1.1
--- /dev/null   Mon Nov  4 09:39:14 2024
+++ pkgsrc/graphics/qt6-qtquick3d/patches/patch-src_helpers_proceduralskytexturedata.cpp        Mon Nov  4 09:39:14 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_helpers_proceduralskytexturedata.cpp,v 1.1 2024/11/04 09:39:14 jperkin Exp $
+
+Avoid "sun" conflict.
+
+--- src/helpers/proceduralskytexturedata.cpp.orig      2024-11-04 09:36:59.905773824 +0000
++++ src/helpers/proceduralskytexturedata.cpp
+@@ -11,6 +11,8 @@
+ #include <QtQuick3DRuntimeRender/private/qssgrendertexturedata_p.h>
+ #include <QtQuick3DRuntimeRender/private/qssgrenderimage_p.h>
+ 
++#undef sun
++
+ QT_BEGIN_NAMESPACE
+ 
+ /*!



Home | Main Index | Thread Index | Old Index