From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 22:45:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75FD616A40F for ; Fri, 5 Jan 2007 22:45:02 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 07F6A13C461 for ; Fri, 5 Jan 2007 22:45:01 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so7970746nfc for ; Fri, 05 Jan 2007 14:45:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=tiviFnAYLpbkBOMOchoZWzFD3KoDeuSqxPmumKT2qD/rJpmpxOGkcglRBobK9H+eHDjX6jDKZs5qGUzvOdI1CA8RxUOcXbmhK1VTczAEr5qeMSY6fxxJp+wtGM40iCUpVEvKDUQ9tyZlgpITbXR8RsRmNWp/XfdMeRNOtkdAi6c= Received: by 10.82.120.15 with SMTP id s15mr2670917buc.1168037100547; Fri, 05 Jan 2007 14:45:00 -0800 (PST) Received: by 10.82.170.18 with HTTP; Fri, 5 Jan 2007 14:45:00 -0800 (PST) Message-ID: Date: Fri, 5 Jan 2007 17:45:00 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Dan Nelson" In-Reply-To: <20070105222445.GD92161@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070105222445.GD92161@dan.emsphone.com> X-Google-Sender-Auth: 82d85d87c528e935 Cc: FreeBSD Questions Subject: Re: tracking port requires X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 22:45:02 -0000 On 1/5/07, Dan Nelson wrote: > The dependencies themselves are stored as @pkgdep lines in the > /var/db/pkg/packagename/+CONTENTS file. The reverse link is stored in > /var/db/pkg/packagename/+REQUIRED_BY . You can list the dependencies > with the "pkg_info -r packagename" command, and the packages that > require a package with "pkg_info -R packagename". Great, thanks. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein