pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5: Pull in upstream fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47bd2930c4f1
branches:  trunk
changeset: 306581:47bd2930c4f1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 19 08:23:12 2018 +0000
description:
qt5: Pull in upstream fix for init_priority.

Fixes PR#53197 from Mike Owens.

diffstat:

 x11/qt5-qtbase/distinfo                                   |   3 ++-
 x11/qt5-qtbase/patches/patch-src_corelib_global_qglobal.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 5670f48084e2 -r 47bd2930c4f1 x11/qt5-qtbase/distinfo
--- a/x11/qt5-qtbase/distinfo   Thu Apr 19 08:20:18 2018 +0000
+++ b/x11/qt5-qtbase/distinfo   Thu Apr 19 08:23:12 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2018/03/01 20:09:49 adam Exp $
+$NetBSD: distinfo,v 1.40 2018/04/19 08:23:12 jperkin Exp $
 
 SHA1 (qtbase-everywhere-src-5.10.1.tar.xz) = 234275f97ca401ae3df5e0c3d937e68056957bbe
 RMD160 (qtbase-everywhere-src-5.10.1.tar.xz) = b0587af8736bedc9b80ceb85f10ece64389a904c
@@ -13,6 +13,7 @@
 SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = f0a4fdd304af2ee6c1b63022ccfcebd2640f0fcb
 SHA1 (patch-src_corelib_codecs_qiconvcodec.cpp) = 4387447f0f23f0f8c623c0c019ab632bc1cb5617
 SHA1 (patch-src_corelib_global_qconfig-bootstrapped.h) = ec5487cc27518b2588d40e7ad59eeee89e93b055
+SHA1 (patch-src_corelib_global_qglobal.h) = ba87f0711ed0151f3b98ca5269634d47b8cbd6c9
 SHA1 (patch-src_corelib_io_io.pri) = fd2f93b5af4dda729b274dd0d8f82ca29b3cb62a
 SHA1 (patch-src_corelib_io_qstandardpaths_unix.cpp) = de4b6c6be89524763e40698bcf5e8f413abdb938
 SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 9919194e9f6b47f1f311b8f8223a6a7519152073
diff -r 5670f48084e2 -r 47bd2930c4f1 x11/qt5-qtbase/patches/patch-src_corelib_global_qglobal.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtbase/patches/patch-src_corelib_global_qglobal.h Thu Apr 19 08:23:12 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_corelib_global_qglobal.h,v 1.1 2018/04/19 08:23:12 jperkin Exp $
+
+Pull in upstream fix from https://codereview.qt-project.org/#/c/221071
+
+--- src/corelib/global/qglobal.h.orig  2018-02-08 18:24:48.000000000 +0000
++++ src/corelib/global/qglobal.h
+@@ -508,7 +508,7 @@ using qsizetype = QIntegerForSizeof<std:
+ #  define Q_ALWAYS_INLINE inline
+ #endif
+ 
+-#ifdef Q_CC_GNU
++#if defined(Q_CC_GNU) && defined(Q_OS_WIN)
+ #  define QT_INIT_METAOBJECT __attribute__((init_priority(101)))
+ #else
+ #  define QT_INIT_METAOBJECT



Home | Main Index | Thread Index | Old Index