pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtdeclarative Add patch to fix qtdeclarative b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29f29a268489
branches:  trunk
changeset: 314891:29f29a268489
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Nov 10 19:33:47 2018 +0000

description:
Add patch to fix qtdeclarative build.

The build apparently works only when qtdeclarative is already installed,
because the qmltestrunner is missing the "quick" dependency.

Patch from Hakan Engvall via pkgsrc-users, thanks a lot!

Bump revision.

diffstat:

 x11/qt5-qtdeclarative/Makefile                                            |   3 +-
 x11/qt5-qtdeclarative/distinfo                                            |   3 +-
 x11/qt5-qtdeclarative/patches/patch-tools_qmltestrunner_qmltestrunner.pro |  13 ++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r a9d688825f12 -r 29f29a268489 x11/qt5-qtdeclarative/Makefile
--- a/x11/qt5-qtdeclarative/Makefile    Sat Nov 10 18:35:51 2018 +0000
+++ b/x11/qt5-qtdeclarative/Makefile    Sat Nov 10 19:33:47 2018 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2018/10/01 17:44:47 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/11/10 19:33:47 bsiegert Exp $
 
 DISTNAME=      qtdeclarative-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtdeclarative-${QTVERSION}
 COMMENT=       Qt5 module for declarative framework
+PKGREVISION=   1
 
 BUILD_TARGET=          sub-tools
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
diff -r a9d688825f12 -r 29f29a268489 x11/qt5-qtdeclarative/distinfo
--- a/x11/qt5-qtdeclarative/distinfo    Sat Nov 10 18:35:51 2018 +0000
+++ b/x11/qt5-qtdeclarative/distinfo    Sat Nov 10 19:33:47 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2018/10/01 17:44:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2018/11/10 19:33:47 bsiegert Exp $
 
 SHA1 (qtdeclarative-everywhere-src-5.11.2.tar.xz) = 51ca1331dc9bb1a1ad15ed4398ce358387cf22d6
 RMD160 (qtdeclarative-everywhere-src-5.11.2.tar.xz) = 67be20bd74bfca77aa79520f1d55d3a749c269e1
@@ -9,3 +9,4 @@
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 505b2a585a7ed98e63403a3cc44d839a4f80c01d
 SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
 SHA1 (patch-src_qml_jsruntime_qv4alloca__p.h) = 1035da974789f897bb7071284fae21c979844f62
+SHA1 (patch-tools_qmltestrunner_qmltestrunner.pro) = eaf41fae8062e5809f9aadfbc2c456b42760a893
diff -r a9d688825f12 -r 29f29a268489 x11/qt5-qtdeclarative/patches/patch-tools_qmltestrunner_qmltestrunner.pro
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtdeclarative/patches/patch-tools_qmltestrunner_qmltestrunner.pro Sat Nov 10 19:33:47 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-tools_qmltestrunner_qmltestrunner.pro,v 1.1 2018/11/10 19:33:47 bsiegert Exp $
+
+Add missing dependency to fix build.
+--- tools/qmltestrunner/qmltestrunner.pro.orig 2018-09-11 11:45:18.000000000 +0000
++++ tools/qmltestrunner/qmltestrunner.pro
+@@ -1,6 +1,6 @@
+ SOURCES += main.cpp
+ 
+-QT += qml qmltest
++QT += qml qmltest quick
+ CONFIG += no_import_scan
+ 
+ QMAKE_TARGET_DESCRIPTION = QML Test Runner



Home | Main Index | Thread Index | Old Index