ports/174802: [patch] sysutils/sleuthkit: add a missing dependency

Antoine Brodin antoine at FreeBSD.org
Sat Dec 29 12:10:01 UTC 2012


>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 at 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 at 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:


More information about the freebsd-ports-bugs mailing list