summaryrefslogtreecommitdiff
path: root/x11-themes/qtcurve
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-13 00:07:44 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-13 00:07:44 +0000
commitf929c5cc780a3d367f5d8212666b45de2ea686cc (patch)
tree0542a7e1e432e4b137871ffde1e5bdaf3a0c34fc /x11-themes/qtcurve
parentgames/openjk: fix packaging on armv7 (diff)
x11-themes/qtcurve: fix build with GCC-based architectures
GCC9 requires upstream fix because of: /wrkdirs/usr/ports/x11-themes/qtcurve-gtk2/work/qtcurve-a1ec5f8/.cmake_utils_base/cmake_c_macros/include_fix/qtcurve-utils/gtkprops.h:80:24: error: a reinterpret_cast is not a constant expression 80 | return (GObject*)qtcContainerOf(p, Props, name)->m_w; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/x11-themes/qtcurve-gtk2/work/qtcurve-a1ec5f8/.cmake_utils_base/cmake_c_macros/include_fix/qtcurve-utils/gtkprops.h:161:9: note: in expansion of macro 'DEF_WIDGET_SIG_CONN_PROPS' PR: 239622 Approved by: jhale (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21993
Notes
Notes: svn path=/head/; revision=514360
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r--x11-themes/qtcurve/Makefile3
-rw-r--r--x11-themes/qtcurve/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile
index 33145afd60ba..9eba665773fe 100644
--- a/x11-themes/qtcurve/Makefile
+++ b/x11-themes/qtcurve/Makefile
@@ -24,6 +24,9 @@ KF5_RUN_DEPENDS= kf5-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-kf5
QT5_RUN_DEPENDS= qt5-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-qt5
.else # !defined(QTCURVE_SLAVE)
+PATCH_SITES= https://github.com/KDE/${PORTNAME}/commit/
+PATCHFILES= ee2228ea2f18ac5da9b434ee6089381df815aa94.patch:-p1
+
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/x11-themes/qtcurve/distinfo b/x11-themes/qtcurve/distinfo
index 596306ca0b99..61761c1a4c89 100644
--- a/x11-themes/qtcurve/distinfo
+++ b/x11-themes/qtcurve/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1520485100
+TIMESTAMP = 1564853319
SHA256 (KDE-qtcurve-1.9.0-rc1-a1ec5f8_GH0.tar.gz) = 1be388cb06f30c9dd4e5685a35ab5d5910619bc644c63e9f5fca75313fb8646d
SIZE (KDE-qtcurve-1.9.0-rc1-a1ec5f8_GH0.tar.gz) = 800796
+SHA256 (ee2228ea2f18ac5da9b434ee6089381df815aa94.patch) = aadcd34dd4f3c66b1a4c9dbd163fc5642ca995f4095f49db05dc479716b5a7fe
+SIZE (ee2228ea2f18ac5da9b434ee6089381df815aa94.patch) = 1053