Tuesday, October 31, 2017

Re: [UPDATE] sysutils/sleuthkit

On 10/31/17 15:47, Remi Pointel wrote:
> Hi,
>
> this is the diff to update sleuthkit to latest release.
>
> Ok?
>
> Cheers,
>
> Remi.
Did you base this on my update sent to ports@ below

Look like a no, naddy@ complained about the version 4.3.0
not using gnu CONFIGURE_STYLE, sthen@ suggested shared library
version should be updated, and not sure without checking 4.5.0
but I found sqlite3 was needed. Also dropped using cppunit.

diff -u -p -r1.21 Makefile
--- Makefile 26 Jul 2017 22:45:30 -0000 1.21
+++ Makefile 7 Sep 2017 21:13:24 -0000
@@ -2,11 +2,10 @@

COMMENT= forensic toolkit based on TCT

-DISTNAME= sleuthkit-4.3.0
+DISTNAME= sleuthkit-4.4.2
CATEGORIES= sysutils security
-REVISION= 0

-SHARED_LIBS += tsk 0.0 # 14.0
+SHARED_LIBS += tsk 1.0 # 16.1

HOMEPAGE= http://www.sleuthkit.org/

@@ -18,17 +17,19 @@ PERMIT_PACKAGE_FTP= Yes

MASTER_SITES = https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/

-WANTLIB += c m pthread ${COMPILER_LIBCXX} z
+WANTLIB += c m pthread ${COMPILER_LIBCXX} sqlite3 z

-CONFIGURE_STYLE = simple
+CONFIGURE_STYLE = gnu

CONFIGURE_ARGS += --mandir='${PREFIX}/man' \
--disable-java \
--without-afflib \
--without-libewf

-BUILD_DEPENDS= devel/cppunit
+CONFIGURE_ENV = ac_cv_path_CPPUNIT_CONFIG=no
+
RUN_DEPENDS= converters/p5-DateManip
+LIB_DEPENDS = databases/sqlite3

NO_TEST = Yes

No comments:

Post a Comment