View | Details | Raw Unified | Return to bug 192312
Collapse All | Expand All

(-)sysutils/bulk_extractor/Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bulk_extractor
4
PORTNAME=	bulk_extractor
5
PORTVERSION=	1.4.4
5
PORTVERSION=	1.5.0
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
8
MASTER_SITES=	http://www.digitalcorpora.org/downloads/bulk_extractor/
7
MASTER_SITES=	http://www.digitalcorpora.org/downloads/bulk_extractor/
9
8
Lines 19-24 Link Here
19
		libexpat.so:${PORTSDIR}/textproc/expat2
18
		libexpat.so:${PORTSDIR}/textproc/expat2
20
19
21
USE_OPENSSL=	yes
20
USE_OPENSSL=	yes
21
USE_SQLITE=	yes
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--enable-exiv2=true
23
CONFIGURE_ARGS=	--enable-exiv2=true
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
(-)sysutils/bulk_extractor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (bulk_extractor-1.4.4.tar.gz) = 9f779b0e9e938639bb2ec98af7c1cb8dd76ce845999fb13123b266fbac1d5bbb
1
SHA256 (bulk_extractor-1.5.0.tar.gz) = 0b9a3388938b48584a9f953ed32b8280c2c6ae2b8635f55333bca212a75bdde2
2
SIZE (bulk_extractor-1.4.4.tar.gz) = 4481240
2
SIZE (bulk_extractor-1.5.0.tar.gz) = 4422317
(-)sysutils/bulk_extractor/files/patch-src__image_process.h (-11 / +2 lines)
Lines 1-14 Link Here
1
--- ./src/image_process.h.orig	2014-01-15 15:00:06.000000000 +0000
1
--- ./src/image_process.h.orig	2014-06-09 15:36:51.000000000 +0000
2
+++ ./src/image_process.h	2014-06-09 14:15:54.000000000 +0000
2
+++ ./src/image_process.h	2014-06-26 20:27:00.000000000 +0000
3
@@ -128,7 +128,7 @@
4
     virtual int open()=0;				    /* open; return 0 if successful */
5
     virtual int pread(uint8_t *,size_t bytes,int64_t offset) const =0;	    /* read */
6
     virtual int64_t image_size() const=0;
7
-    virtual std::string image_fname() const { return image_fname_;}
8
+    virtual const std::string &image_fname() const { return image_fname_;}
9
 
10
     /* iterator support; these virtual functions are called by iterator through (*myimage) */
11
     virtual image_process::iterator begin() const =0;
12
@@ -154,7 +154,7 @@
3
@@ -154,7 +154,7 @@
13
  ****************************************************************/
4
  ****************************************************************/
14
 
5
 

Return to bug 192312