From owner-svn-ports-head@freebsd.org Sat Mar 9 08:08:49 2019 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 CDE5F153C6A9; Sat, 9 Mar 2019 08:08:48 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBA673BAA; Sat, 9 Mar 2019 08:08:48 +0000 (UTC) (envelope-from tcberner@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 4435884C4; Sat, 9 Mar 2019 08:08:48 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2988mCJ075179; Sat, 9 Mar 2019 08:08:48 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2988lOx075177; Sat, 9 Mar 2019 08:08:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201903090808.x2988lOx075177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 9 Mar 2019 08:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495106 - in head/graphics/photivo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/photivo: . files X-SVN-Commit-Revision: 495106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6CBA673BAA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Mar 2019 08:08:49 -0000 Author: tcberner Date: Sat Mar 9 08:08:47 2019 New Revision: 495106 URL: https://svnweb.freebsd.org/changeset/ports/495106 Log: graphics/photivo: prepare for exiv2-0.27 PR: 235943 Added: head/graphics/photivo/files/patch-Sources_ptImageHelper.h (contents, props changed) head/graphics/photivo/files/patch-Sources_ptMainWindow.h (contents, props changed) Modified: head/graphics/photivo/Makefile Modified: head/graphics/photivo/Makefile ============================================================================== --- head/graphics/photivo/Makefile Sat Mar 9 08:07:31 2019 (r495105) +++ head/graphics/photivo/Makefile Sat Mar 9 08:08:47 2019 (r495106) @@ -3,7 +3,7 @@ PORTNAME= photivo PORTVERSION= 0.0.2015.03.21 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/ DISTNAME= source-archive @@ -25,7 +25,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ gettext-runtime gnome jpeg pkgconfig zip USE_GNOME= glib20 -DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h +DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h \ + Sources/ptImageHelper.h Sources/ptMainWindow.h WRKSRC= ${WRKDIR}/${PORTNAME} Added: head/graphics/photivo/files/patch-Sources_ptImageHelper.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photivo/files/patch-Sources_ptImageHelper.h Sat Mar 9 08:08:47 2019 (r495106) @@ -0,0 +1,13 @@ +Fix build against exiv2-0.27 + +--- Sources/ptImageHelper.h.orig 2019-03-09 08:02:50 UTC ++++ Sources/ptImageHelper.h +@@ -30,7 +30,7 @@ + #include + #include + #include +-#include ++#include + + //============================================================================== + Added: head/graphics/photivo/files/patch-Sources_ptMainWindow.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photivo/files/patch-Sources_ptMainWindow.h Sat Mar 9 08:08:47 2019 (r495106) @@ -0,0 +1,12 @@ +Fix build against exiv2-0.27 + +--- Sources/ptMainWindow.h.orig 2019-03-09 08:00:46 UTC ++++ Sources/ptMainWindow.h +@@ -42,6 +42,7 @@ + #pragma GCC diagnostic ignored "-Wdeprecated-declarations" + #include + #pragma GCC diagnostic pop ++#include + + #include + using std::unique_ptr;