From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 29 12:10:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAB34B24 for ; Sat, 29 Dec 2012 12:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A15ED8FC16 for ; Sat, 29 Dec 2012 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBTCA0vT098957 for ; Sat, 29 Dec 2012 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBTCA0q0098956; Sat, 29 Dec 2012 12:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 29 Dec 2012 12:10:00 GMT Resent-Message-Id: <201212291210.qBTCA0q0098956@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F557B10 for ; Sat, 29 Dec 2012 12:08:29 +0000 (UTC) (envelope-from antoine@peanut.dreadbsd.org) Received: from peanut.dreadbsd.org (unknown [IPv6:2a01:e35:243c:4320:20f:b5ff:fe63:d08e]) by mx1.freebsd.org (Postfix) with ESMTP id 037FD8FC08 for ; Sat, 29 Dec 2012 12:08:28 +0000 (UTC) Received: from peanut.dreadbsd.org (localhost [127.0.0.1]) by peanut.dreadbsd.org (8.14.5/8.14.5) with ESMTP id qBTC8Q9i001944 for ; Sat, 29 Dec 2012 13:08:26 +0100 (CET) (envelope-from antoine@peanut.dreadbsd.org) Received: (from antoine@localhost) by peanut.dreadbsd.org (8.14.5/8.14.5/Submit) id qBTC8Lod001943; Sat, 29 Dec 2012 13:08:21 +0100 (CET) (envelope-from antoine) Message-Id: <201212291208.qBTC8Lod001943@peanut.dreadbsd.org> Date: Sat, 29 Dec 2012 13:08:21 +0100 (CET) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.114 Subject: ports/174802: [patch] sysutils/sleuthkit: add a missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 12:10:01 -0000 >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: