From owner-svn-ports-head@freebsd.org Mon Sep 3 10:47:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9AD5FE55ED; Mon, 3 Sep 2018 10:47:14 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D02F7F2F6; Mon, 3 Sep 2018 10:47:14 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 491F526DD2; Mon, 3 Sep 2018 10:47:14 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w83AlEdC061837; Mon, 3 Sep 2018 10:47:14 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83AlDim061835; Mon, 3 Sep 2018 10:47:13 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809031047.w83AlDim061835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 3 Sep 2018 10:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478853 - in head/graphics/photivo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/graphics/photivo: . files X-SVN-Commit-Revision: 478853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2018 10:47:14 -0000 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 + #include + #include + #include