svn commit: r514360 - head/x11-themes/qtcurve
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Oct 13 00:07:45 UTC 2019
Author: pkubaj
Date: Sun Oct 13 00:07:44 2019
New Revision: 514360
URL: https://svnweb.freebsd.org/changeset/ports/514360
Log:
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
Modified:
head/x11-themes/qtcurve/Makefile
head/x11-themes/qtcurve/distinfo
Modified: head/x11-themes/qtcurve/Makefile
==============================================================================
--- head/x11-themes/qtcurve/Makefile Sun Oct 13 00:04:16 2019 (r514359)
+++ head/x11-themes/qtcurve/Makefile Sun Oct 13 00:07:44 2019 (r514360)
@@ -24,6 +24,9 @@ KF5_RUN_DEPENDS= kf5-style-qtcurve>=${PORTVERSION}:x11
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
Modified: head/x11-themes/qtcurve/distinfo
==============================================================================
--- head/x11-themes/qtcurve/distinfo Sun Oct 13 00:04:16 2019 (r514359)
+++ head/x11-themes/qtcurve/distinfo Sun Oct 13 00:07:44 2019 (r514360)
@@ -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
More information about the svn-ports-head
mailing list