Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 08:15:19 +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: r495107 - in head/sysutils/bulk_extractor: . files
Message-ID:  <201903090815.x298FJkb080207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar  9 08:15:19 2019
New Revision: 495107
URL: https://svnweb.freebsd.org/changeset/ports/495107

Log:
  sysutils/bulk_extractor: prepare for exiv2-0.27
  
  PR:		235943

Modified:
  head/sysutils/bulk_extractor/Makefile
  head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp

Modified: head/sysutils/bulk_extractor/Makefile
==============================================================================
--- head/sysutils/bulk_extractor/Makefile	Sat Mar  9 08:08:47 2019	(r495106)
+++ head/sysutils/bulk_extractor/Makefile	Sat Mar  9 08:15:19 2019	(r495107)
@@ -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/
 

Modified: head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp
==============================================================================
--- head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp	Sat Mar  9 08:08:47 2019	(r495106)
+++ head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp	Sat Mar  9 08:15:19 2019	(r495107)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090815.x298FJkb080207>