Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xygrib include <QPainterPath> to fix build with c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b9bce52039
branches:  trunk
changeset: 437341:45b9bce52039
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Aug 21 11:31:28 2020 +0000

description:
include <QPainterPath> to fix build with current version of Qt.

diffstat:

 misc/xygrib/distinfo                  |   3 ++-
 misc/xygrib/patches/patch-src_SkewT.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 445ffce309d6 -r 45b9bce52039 misc/xygrib/distinfo
--- a/misc/xygrib/distinfo      Fri Aug 21 11:29:18 2020 +0000
+++ b/misc/xygrib/distinfo      Fri Aug 21 11:31:28 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2019/12/10 13:55:44 nros Exp $
+$NetBSD: distinfo,v 1.5 2020/08/21 11:31:28 bouyer Exp $
 
 SHA1 (XyGrib-1.1.1/XyGrib-1.2.6.1.tar.gz) = 8e3431ed6a5ef114d77ac57029129a26a381f696
 RMD160 (XyGrib-1.1.1/XyGrib-1.2.6.1.tar.gz) = 876e8a53b492b2e2ea0572e5b0cd31a2c04f505a
@@ -14,3 +14,4 @@
 Size (XyGrib-1.1.1/XyGrib___cities_files.tar.gz) = 2487518 bytes
 SHA1 (patch-CMakeLists.txt) = f12e4cc04e94919a8ed5824df859b0573612ab02
 SHA1 (patch-src_CMakeLists.txt) = 3a06026a033e2dbe93ea9d08c48d87f51186918a
+SHA1 (patch-src_SkewT.h) = 71f5d89e04aa4faa8e4812cca82186a834e5786f
diff -r 445ffce309d6 -r 45b9bce52039 misc/xygrib/patches/patch-src_SkewT.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xygrib/patches/patch-src_SkewT.h     Fri Aug 21 11:31:28 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_SkewT.h,v 1.1 2020/08/21 11:31:28 bouyer Exp $
+
+Fix undeclared class QPainterPath 
+
+--- src/SkewT.h.orig   2020-08-21 13:09:55.133572321 +0200
++++ src/SkewT.h        2020-08-21 13:10:05.207772962 +0200
+@@ -16,6 +16,7 @@
+ #include <QMainWindow>
+ #include <QFrame>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QLayout>
+ #include <QKeyEvent>
+ #include <QPrintDialog>



Home | Main Index | Thread Index | Old Index