svn commit: r495104 - in head/deskutils/pinot: . files

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 9 07:59:10 UTC 2019


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 at 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"


More information about the svn-ports-all mailing list