pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtlocation
Module Name: pkgsrc
Committed By: markd
Date: Sat Jan 20 11:00:38 UTC 2018
Modified Files:
pkgsrc/x11/qt5-qtlocation: distinfo
Added Files:
pkgsrc/x11/qt5-qtlocation/patches: patch-src_location_configure.json
Log Message:
qt5-qtlocation: Missed copying a patch from wip.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtlocation/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json
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-qtlocation/distinfo
diff -u pkgsrc/x11/qt5-qtlocation/distinfo:1.3 pkgsrc/x11/qt5-qtlocation/distinfo:1.4
--- pkgsrc/x11/qt5-qtlocation/distinfo:1.3 Wed Jan 17 19:30:47 2018
+++ pkgsrc/x11/qt5-qtlocation/distinfo Sat Jan 20 11:00:37 2018
@@ -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
Added files:
Index: pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json
diff -u /dev/null pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json:1.1
--- /dev/null Sat Jan 20 11:00:38 2018
+++ pkgsrc/x11/qt5-qtlocation/patches/patch-src_location_configure.json Sat Jan 20 11:00:38 2018
@@ -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