Date: Mon, 3 Sep 2018 10:47:13 +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: r478853 - in head/graphics/photivo: . files Message-ID: <201809031047.w83AlDim061835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Mon Sep 3 10:47:13 2018 New Revision: 478853 URL: https://svnweb.freebsd.org/changeset/ports/478853 Log: Fix build with Qt 5.11 [1] While here, add USES=gnome as this has USE_GNOME defined [2] PR: 230884 [1] Approved by: portmgr (infrastructure blanket) [2] Added: head/graphics/photivo/files/patch-Sources_filemgmt_ptFileMgrWindow.h (contents, props changed) Modified: head/graphics/photivo/Makefile Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Mon Sep 3 10:12:58 2018 (r478852) +++ head/graphics/photivo/Makefile Mon Sep 3 10:47:13 2018 (r478853) @@ -23,9 +23,9 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libfftw3.so:math/fftw3 USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ - gettext-runtime jpeg pkgconfig zip + gettext-runtime gnome jpeg pkgconfig zip USE_GNOME= glib20 -DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp +DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h WRKSRC= ${WRKDIR}/${PORTNAME} Added: head/graphics/photivo/files/patch-Sources_filemgmt_ptFileMgrWindow.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photivo/files/patch-Sources_filemgmt_ptFileMgrWindow.h Mon Sep 3 10:47:13 2018 (r478853) @@ -0,0 +1,12 @@ +Fix build with Qt 5.11 + +--- Sources/filemgmt/ptFileMgrWindow.h.orig 2018-09-03 10:22:41 UTC ++++ Sources/filemgmt/ptFileMgrWindow.h +@@ -36,6 +36,7 @@ + #include "../ptConstants.h" + #include "../ptReportOverlay.h" + #include "../ptConstants.h" ++#include <QActionGroup> + #include <QWidget> + #include <QGraphicsScene> + #include <memory>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809031047.w83AlDim061835>