Index: head/sysutils/bulk_extractor/Makefile =================================================================== --- head/sysutils/bulk_extractor/Makefile (revision 495106) +++ head/sysutils/bulk_extractor/Makefile (revision 495107) @@ -1,42 +1,42 @@ # Created by: MANTANI Nobutaka # $FreeBSD$ PORTNAME= bulk_extractor PORTVERSION= 1.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://digitalcorpora.org/downloads/bulk_extractor/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Program that scans a disk image and extracts useful information LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libafflib.so:sysutils/afflib \ libboost_system.so:devel/boost-libs \ libewf.so:devel/libewf \ libexiv2.so:graphics/exiv2 \ libexpat.so:textproc/expat2 USES= autoreconf compiler:c++11-lang gnome iconv:wchar_t localbase \ sqlite ssl USE_GNOME= libxml2 GNU_CONFIGURE= yes CXXFLAGS_powerpc= -DBIG_ENDIAN CXXFLAGS_powerpcspe= -DBIG_ENDIAN CXXFLAGS_powerpc64= -DBIG_ENDIAN CONFIGURE_ARGS= --enable-exiv2=true PLIST_FILES= bin/bulk_extractor bin/plugin_test man/man1/bulk_extractor.1.gz OPTIONS_DEFINE= BEVIEWER BEVIEWER_DESC= Build BEViewer (requires Java) OPTIONS_DEFAULT=BEVIEWER BEVIEWER_CONFIGURE_OFF= --disable-BEViewer BEVIEWER_USE= JAVA=yes BEVIEWER_PLIST_FILES= bin/BEViewer bin/BEViewer.jar .include Index: head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp =================================================================== --- head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp (revision 495106) +++ head/sysutils/bulk_extractor/files/patch-src__dfxml__src__dfxml_writer.cpp (revision 495107) @@ -1,11 +1,19 @@ ---- 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 + #include + #include ++#include + #endif + + #ifdef HAVE_HASHDB +@@ -653,7 +654,7 @@ void dfxml_writer::xmlout(const string &tag,const stri #endif #ifdef HAVE_AFFLIB_AFFLIB_H -//#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal" // required for C11 +#pragma GCC diagnostic ignored "-Wreserved-user-defined-literal" // required for C11 #include #endif