From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22:02:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00DD216A480 for ; Thu, 8 Nov 2007 22:02:52 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9BD13C4B9 for ; Thu, 8 Nov 2007 22:02:51 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so344041fka for ; Thu, 08 Nov 2007 14:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=PbD+/oBBq+zacqE2GMp4ZEAKmfyQtpHEJtU/4p8SjCY=; b=hGTzw5N0qW5X4SEhc9QwV1V5zLBG941ENmDDkaUi2DE4PUZuiRuE/H7ehtr8dLb4bhNQbLS2r2JOyTAKt1kn6CmXvtvfiXnuniGQa/nVl3yAa9VAkP5Pc5wRPOeEpGcstPFNQZknScTLh7OlzO7d8sypBwJHWkPcM+IunygK01g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=toE3iJOrqxMrJd/n6nSGbWizavRMovb25VjIyKtKJaknC9ZxCuMzDH82RpsH9jmkaLn9dmpZ4Bb4ogkEzCfvfHAgDLKq8fSWiRaArUqQ8OwX+VlMq+9F5JY7J5ObYIGhTVp7BCbeYuVpajszhHHGLhHMXQk/ORDI08HVIEeQmfQ= Received: by 10.82.190.2 with SMTP id n2mr1252360buf.1194557397441; Thu, 08 Nov 2007 13:29:57 -0800 (PST) Received: by 10.86.57.12 with HTTP; Thu, 8 Nov 2007 13:29:57 -0800 (PST) Message-ID: <24393ae80711081329k578c297l5de8278951c4dfa3@mail.gmail.com> Date: Thu, 8 Nov 2007 16:29:57 -0500 From: "Andrey Shuvikov" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Port dependencies 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: Thu, 08 Nov 2007 22:02:52 -0000 Hello, I'm trying to figure out port dependencies on my (freshly installed) FreeBSD 7.0. For example, I have two automake ports: $ pkg_info | grep automake-1 automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) I didn't install them myself, so I tried to figure out how they were installed. But when I run $ pkg_info -R 'automake-1*' It doesn't show any dependencies (and I didn't delete any packages yet). Is there a way to figure out who (which port) installed them and do I need them both now? Thanks, Andrey