Date: Sat, 9 Mar 2019 07:59:09 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495104 - in head/deskutils/pinot: . files Message-ID: <201903090759.x297x9Yt069444@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 9 07:59:09 2019 New Revision: 495104 URL: https://svnweb.freebsd.org/changeset/ports/495104 Log: deskutils/pinot: prepare fore exiv2-0.27 Replace include of xmp.hpp with exiv2.hpp. PR: 235943 Added: head/deskutils/pinot/files/patch-Tokenize_filters_Exiv2ImageFilter.cc (contents, props changed) Modified: head/deskutils/pinot/Makefile Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Sat Mar 9 07:59:06 2019 (r495103) +++ head/deskutils/pinot/Makefile Sat Mar 9 07:59:09 2019 (r495104) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org Added: head/deskutils/pinot/files/patch-Tokenize_filters_Exiv2ImageFilter.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/pinot/files/patch-Tokenize_filters_Exiv2ImageFilter.cc Sat Mar 9 07:59:09 2019 (r495104) @@ -0,0 +1,13 @@ +Fix build with exiv2-0.27 + +--- Tokenize/filters/Exiv2ImageFilter.cc.orig 2019-03-09 07:44:20 UTC ++++ Tokenize/filters/Exiv2ImageFilter.cc +@@ -25,7 +25,7 @@ + #include <exiv2/image.hpp> + #include <exiv2/exif.hpp> + #include <exiv2/iptc.hpp> +-#include <exiv2/xmp.hpp> ++#include <exiv2/exiv2.hpp> + + #include "config.h" + #include "Exiv2ImageFilter.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090759.x297x9Yt069444>