Date: Fri, 31 Aug 2018 08:57:18 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478532 - in head/science/kst2: . files Message-ID: <201808310857.w7V8vIFe054471@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Aug 31 08:57:17 2018 New Revision: 478532 URL: https://svnweb.freebsd.org/changeset/ports/478532 Log: Fix build with Qt 5.11 PR: 230884 Obtained from: upstream (partly) Added: head/science/kst2/files/patch-src_libkstapp_view.h (contents, props changed) Modified: head/science/kst2/Makefile head/science/kst2/distinfo Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Fri Aug 31 08:51:33 2018 (r478531) +++ head/science/kst2/Makefile Fri Aug 31 08:57:17 2018 (r478532) @@ -6,6 +6,9 @@ DISTVERSION= ${KST_VERSION}.${KST_DATE} PORTREVISION= 1 CATEGORIES= science kde +PATCH_SITES= https://github.com/KDE/kst-plot/commit/ +PATCHFILES= de3110c59874.patch:-p1 + MAINTAINER= makc@FreeBSD.org COMMENT= Data viewing and plotting tool Modified: head/science/kst2/distinfo ============================================================================== --- head/science/kst2/distinfo Fri Aug 31 08:51:33 2018 (r478531) +++ head/science/kst2/distinfo Fri Aug 31 08:57:17 2018 (r478532) @@ -1,3 +1,5 @@ -TIMESTAMP = 1523062184 +TIMESTAMP = 1535705578 SHA256 (Kst-plot-kst-2.0.8.20180405-6afa76a_GH0.tar.gz) = beee92019c0b320c9a4d1e51ce25b8f4783f60baa3a90b1e810c11d48b2bc418 SIZE (Kst-plot-kst-2.0.8.20180405-6afa76a_GH0.tar.gz) = 18731504 +SHA256 (de3110c59874.patch) = d3d4a95ad65a680f11efdbbd2f9b0e753f409b84f04c517563eb010856894b22 +SIZE (de3110c59874.patch) = 1131 Added: head/science/kst2/files/patch-src_libkstapp_view.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/kst2/files/patch-src_libkstapp_view.h Fri Aug 31 08:57:17 2018 (r478532) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- src/libkstapp/view.h.orig 2018-08-31 07:50:35 UTC ++++ src/libkstapp/view.h +@@ -14,6 +14,7 @@ + #define VIEW_H + + #include <QGraphicsView> ++#include <QMenu> + + #include "kst_export.h" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808310857.w7V8vIFe054471>