pkgsrc-WIP-changes archive

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

qt6-qtdeclarative: regenerate patch



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Thu Nov 3 09:21:44 2022 +0100
Changeset:	cf485317bfaa0e0fe7d84e44decc0bf77d84c44c

Modified Files:
	qt6-qtdeclarative/distinfo
	qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h

Log Message:
qt6-qtdeclarative: regenerate patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf485317bfaa0e0fe7d84e44decc0bf77d84c44c

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

diffstat:
 qt6-qtdeclarative/distinfo                                    | 2 +-
 qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/qt6-qtdeclarative/distinfo b/qt6-qtdeclarative/distinfo
index bf473ea4d8..538e325ddf 100644
--- a/qt6-qtdeclarative/distinfo
+++ b/qt6-qtdeclarative/distinfo
@@ -5,6 +5,6 @@ SHA512 (qtdeclarative-everywhere-src-6.4.0.tar.xz) = 6d43c09a14e2ca236fc50166ed4
 Size (qtdeclarative-everywhere-src-6.4.0.tar.xz) = 30538764 bytes
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 697cd2dc622aebabf640e1625494c981dcf6df19
 SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
-SHA1 (patch-src_qml_common_qv4alloca__p.h) = 15a300585e4f5acf956badf0d94e388934883041
+SHA1 (patch-src_qml_common_qv4alloca__p.h) = a9084b143c1dd0a9f14b16d0cc85e6f53209a20d
 SHA1 (patch-src_qml_jit_qv4assemblercommon__p.h) = 84fa72bb8b90dffe6636fcd4302876bfc838663c
 SHA1 (patch-src_qmltest_CMakeLists.txt) = 18df837cf1fa00dbf69e89cc3afaa05d82524c78
diff --git a/qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h b/qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h
index 3532d1fbb0..3b7a493cb0 100644
--- a/qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h
+++ b/qt6-qtdeclarative/patches/patch-src_qml_common_qv4alloca__p.h
@@ -2,17 +2,17 @@ $NetBSD: patch-src_qml_common_qv4alloca__p.h,v 1.1 2020/01/21 20:25:37 adam Exp
 
 Make sure we pick up gcc's builtin alloca on NetBSD
 
---- src/qml/common/qv4alloca_p.h.orig	2017-11-30 15:10:22.000000000 +0000
+--- src/qml/common/qv4alloca_p.h.orig	2022-09-23 07:21:41.000000000 +0000
 +++ src/qml/common/qv4alloca_p.h
-@@ -78,9 +78,13 @@
+@@ -42,9 +42,13 @@
  #define Q_ALLOCA_DECLARE(type, name) \
      type *name = 0
  
 +#if defined(__GNUC__)
-+#define Q_ALLOCA_ASSIGN(type, name, size) \
+ #define Q_ALLOCA_ASSIGN(type, name, size) \
 +    name = static_cast<type*>(__builtin_alloca(size))
 +#else
- #define Q_ALLOCA_ASSIGN(type, name, size) \
++#define Q_ALLOCA_ASSIGN(type, name, size) \
      name = static_cast<type*>(alloca(size))
 -
 +#endif


Home | Main Index | Thread Index | Old Index