Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 13:08:21 +0100 (CET)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174802: [patch] sysutils/sleuthkit: add a missing dependency
Message-ID:  <201212291208.qBTC8Lod001943@peanut.dreadbsd.org>
Resent-Message-ID: <201212291210.qBTCA0q0098956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174802
>Category:       ports
>Synopsis:       [patch] sysutils/sleuthkit: add a missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 29 12:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244676M: Tue Dec 25 19:01:00 CET 2012 root@barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERICFAST i386


>Description:
Currently, mactime from sysutils/sleuthkit does not full work.
mactime -z list does not work because p5-DateTime-TimeZone run dependency is missing
>How-To-Repeat:
>Fix:


--- sleuthkit.diff begins here ---
Index: sleuthkit/Makefile
===================================================================
--- sleuthkit/Makefile	(revision 309615)
+++ sleuthkit/Makefile	(working copy)
@@ -9,6 +9,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tools and library for filesystem forensic analysis
 
+RUN_DEPENDS=	p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone
+
 CONFLICTS=	ja-ls-[0-9]*
 
 GNU_CONFIGURE=	yes
--- sleuthkit.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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