From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 14:35:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A59C16A400 for ; Sat, 1 Apr 2006 14:35:32 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B4443D48 for ; Sat, 1 Apr 2006 14:35:31 +0000 (GMT) (envelope-from mmiranda@123.com.sv) Received: (qmail 72602 invoked from network); 1 Apr 2006 14:57:39 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 1 Apr 2006 14:57:39 -0000 Message-ID: <442E9097.1050408@123.com.sv> Date: Sat, 01 Apr 2006 08:39:19 -0600 From: Miguel User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: show port's deps 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: Sat, 01 Apr 2006 14:35:32 -0000 Hi, how can i know what the dependencies are for a particular port? i want to know in advance before install the port, is there something like emerge -pv in gentoo?, with this i mean a user friendly command, i already know that doing a make search key=xxx and look at the B-DEPS and R-DEPS lines you see them, but you have to search for your especific port among the multitud of matches, BTW, what the diference between them? something like this would be great # cd /usr/ports/lang/php5 # make show_deps (or similar) thanks