pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtxmlpatterns
Module Name: pkgsrc
Committed By: markd
Date: Sun Jan 6 10:21:12 UTC 2019
Modified Files:
pkgsrc/x11/qt5-qtxmlpatterns: distinfo
Added Files:
pkgsrc/x11/qt5-qtxmlpatterns/patches: patch-src_imports_imports.pro
Log Message:
qt5-qtxmlpatterns: never try to build xmllistmodel
depends on qml module from qt5-qtdeclarative which would be a cyclic
dependency
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qt5-qtxmlpatterns/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtxmlpatterns/distinfo
diff -u pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.8 pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.9
--- pkgsrc/x11/qt5-qtxmlpatterns/distinfo:1.8 Tue Dec 18 09:57:20 2018
+++ pkgsrc/x11/qt5-qtxmlpatterns/distinfo Sun Jan 6 10:21:12 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2018/12/18 09:57:20 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/01/06 10:21:12 markd Exp $
SHA1 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = e8aef630f34c93b9a169f7ea4f10a92b531bed60
RMD160 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9b29676bec7f53cf3146b098967e89eff8eeb666
SHA512 (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 9e9fe5d99957a0079eada985d8b9837cee27c0025851d00024951bb12cf23d0fb2483cbf3a39cb4c5a23b9d453e42d667b0434e73d87447d9b4e84a9dca37ece
Size (qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 1389248 bytes
+SHA1 (patch-src_imports_imports.pro) = 6bcac62bbfe46fc3e245b2cda5b9bbd172eac6cd
Added files:
Index: pkgsrc/x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro
diff -u /dev/null pkgsrc/x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro:1.1
--- /dev/null Sun Jan 6 10:21:13 2019
+++ pkgsrc/x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro Sun Jan 6 10:21:12 2019
@@ -0,0 +1,11 @@
+$NetBSD: patch-src_imports_imports.pro,v 1.1 2019/01/06 10:21:12 markd Exp $
+
+Don't try to detect qml module. Would be cyclic dependency.
+
+--- src/imports/imports.pro.orig 2018-11-02 15:13:28.000000000 +0000
++++ src/imports/imports.pro
+@@ -1,3 +1,3 @@
+ TEMPLATE = subdirs
+
+-qtHaveModule(qml): SUBDIRS += xmllistmodel
++#qtHaveModule(qml): SUBDIRS += xmllistmodel
Home |
Main Index |
Thread Index |
Old Index