From owner-freebsd-ports@FreeBSD.ORG Fri Jan 4 03:03:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F6E216A41B for ; Fri, 4 Jan 2008 03:03:26 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from main.vonostingroup.com (main.vonostingroup.com [216.32.84.70]) by mx1.freebsd.org (Postfix) with ESMTP id EAC1B13C46B for ; Fri, 4 Jan 2008 03:03:25 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from [76.97.67.49] (helo=[192.168.0.2]) by main.vonostingroup.com with esmtpa (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JAcqC-000FLL-Qx; Thu, 03 Jan 2008 21:03:24 -0600 Message-ID: <477DA1F9.9080407@FreeBSD.org> Date: Thu, 03 Jan 2008 22:03:21 -0500 From: "Frank J. Laszlo" User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Aryeh Friedman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - main.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [26 6] / [26 6] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: Re: determining what ports directly depend on X X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2008 03:03:26 -0000 Aryeh Friedman wrote: > I need to determine which ports depend directly (i.e. they have it > listed as a B/RDEPS). The specfic task I am working on right now > (but this will need to be more general later) is attempting to find > all the direct childern of libtool15 > A quick hack would be grep libtool-1.5 /usr/ports/INDEX-6| awk -F"|" {'print $2'} Regards, Frank Laszlo