pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtlocation qt5-qtlocation: Missed copying a pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1a9ed268564
branches:  trunk
changeset: 374300:c1a9ed268564
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jan 20 11:00:37 2018 +0000

description:
qt5-qtlocation: Missed copying a patch from wip.

diffstat:

 x11/qt5-qtlocation/distinfo                                  |   3 +-
 x11/qt5-qtlocation/patches/patch-src_location_configure.json |  15 ++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 16a34f74ee6d -r c1a9ed268564 x11/qt5-qtlocation/distinfo
--- a/x11/qt5-qtlocation/distinfo       Sat Jan 20 05:34:21 2018 +0000
+++ b/x11/qt5-qtlocation/distinfo       Sat Jan 20 11:00:37 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/01/17 19:30:47 markd Exp $
+$NetBSD: distinfo,v 1.4 2018/01/20 11:00:37 markd Exp $
 
 SHA1 (qtlocation-everywhere-src-5.10.0.tar.xz) = 69c86cd5c1fdcf039e5a65b12f969c167f78d85f
 RMD160 (qtlocation-everywhere-src-5.10.0.tar.xz) = 0a76830417abf3fd8022f2bdd4c7df6ba5e5481b
 SHA512 (qtlocation-everywhere-src-5.10.0.tar.xz) = 0a5eb72b8d60962a76b2c0cc699308586f3d0febce956e3a6edbcf808a3d752f66c05ee84a4b3a6547415ddc4e49b712fc375e57cf4aa5bd260b7f4955ee9791
 Size (qtlocation-everywhere-src-5.10.0.tar.xz) = 5435368 bytes
+SHA1 (patch-src_location_configure.json) = aed5de18b11da011c024c5bb14d317a35f22cd7b
diff -r 16a34f74ee6d -r c1a9ed268564 x11/qt5-qtlocation/patches/patch-src_location_configure.json
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtlocation/patches/patch-src_location_configure.json      Sat Jan 20 11:00:37 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_location_configure.json,v 1.1 2018/01/20 11:00:38 markd Exp $
+
+Only try building mapboxgl on linux
+
+--- src/location/configure.json.orig   2017-12-27 21:34:22.148504065 +0000
++++ src/location/configure.json
+@@ -37,7 +37,7 @@
+             "condition": [
+                 "features.opengl",
+                 "features.c++14",
+-                "!config.qnx && (!config.win32 || config.mingw)"
++                "config.linux && !config.qnx && (!config.win32 || config.mingw)"
+             ],
+             "output": [ "privateFeature" ]
+         },



Home | Main Index | Thread Index | Old Index