From owner-freebsd-questions@FreeBSD.ORG Sat Apr 1 15:02:28 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 0AAEF16A420 for ; Sat, 1 Apr 2006 15:02:28 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC38243D48 for ; Sat, 1 Apr 2006 15:02:27 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc14) with ESMTP id <20060401150211m1400spv5ke>; Sat, 1 Apr 2006 15:02:26 +0000 Message-ID: <442E95F3.7080705@computer.org> Date: Sat, 01 Apr 2006 09:02:11 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Miguel References: <442E9097.1050408@123.com.sv> In-Reply-To: <442E9097.1050408@123.com.sv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 15:02:28 -0000 Miguel wrote: > 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) > try: # make pretty-print-run-depends-list - or - # make pretty-print-build-depends-list HTH > > thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric