sysutils/bulk_extractor: prepare for exiv2-0.27

PR:		235943
This commit is contained in:
Tobias C. Berner 2019-03-09 08:15:19 +00:00
parent 2c3c126859
commit 9444597d5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495107
2 changed files with 12 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= bulk_extractor
PORTVERSION= 1.5.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/

View file

@ -1,6 +1,14 @@
--- src/dfxml/src/dfxml_writer.cpp.orig 2014-01-18 09:18:03.000000000 +0900
+++ src/dfxml/src/dfxml_writer.cpp 2014-01-18 09:18:26.000000000 +0900
@@ -657,7 +657,7 @@
--- src/dfxml/src/dfxml_writer.cpp.orig 2014-09-16 18:34:02 UTC
+++ src/dfxml/src/dfxml_writer.cpp
@@ -646,6 +646,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
#include <exiv2/image.hpp>
#include <exiv2/exif.hpp>
#include <exiv2/error.hpp>
+#include <exiv2/exiv2.hpp>
#endif
#ifdef HAVE_HASHDB
@@ -653,7 +654,7 @@ void dfxml_writer::xmlout(const string &tag,const stri
#endif
#ifdef HAVE_AFFLIB_AFFLIB_H