Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q2]: pkgsrc/misc/xygrib Pullup ticket #6306 - requested by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fd0382f1efc
branches: pkgsrc-2020Q2
changeset: 437537:3fd0382f1efc
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Aug 25 18:36:06 2020 +0000
description:
Pullup ticket #6306 - requested by bouyer
misc/xygrib: build fix
Revisions pulled up:
- misc/xygrib/distinfo 1.5
- misc/xygrib/patches/patch-src_SkewT.h 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Aug 21 11:31:28 UTC 2020
Modified Files:
pkgsrc/misc/xygrib: distinfo
Added Files:
pkgsrc/misc/xygrib/patches: patch-src_SkewT.h
Log Message:
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 26651ea7883b -r 3fd0382f1efc misc/xygrib/distinfo
--- a/misc/xygrib/distinfo Mon Aug 24 19:11:58 2020 +0000
+++ b/misc/xygrib/distinfo Tue Aug 25 18:36:06 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2019/12/10 13:55:44 nros Exp $
+$NetBSD: distinfo,v 1.4.6.1 2020/08/25 18:36:06 bsiegert 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 26651ea7883b -r 3fd0382f1efc 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 Tue Aug 25 18:36:06 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_SkewT.h,v 1.1.2.2 2020/08/25 18:36:06 bsiegert 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