svn commit: r478853 - in head/graphics/photivo: . files
Jason E. Hale
jhale at FreeBSD.org
Mon Sep 3 10:47:14 UTC 2018
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>
More information about the svn-ports-all
mailing list