sysutils/bulk_extractor: prepare for exiv2-0.27
PR: 235943
This commit is contained in:
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
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue