From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 05:41:46 2005 Return-Path: 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 6744E16A4CE for ; Mon, 28 Mar 2005 05:41:46 +0000 (GMT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77DD43D60 for ; Mon, 28 Mar 2005 05:41:45 +0000 (GMT) (envelope-from jayobrien@att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc13) with ESMTP id <20050328054142113003bj6de>; Mon, 28 Mar 2005 05:41:43 +0000 Message-ID: <42479915.5040202@att.net> Date: Sun, 27 Mar 2005 21:41:41 -0800 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <20050328044052.75667.qmail@web53909.mail.yahoo.com> In-Reply-To: <20050328044052.75667.qmail@web53909.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Portupgrade (vs. Portmanager) question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 05:41:46 -0000 stheg olloydson wrote: > Hello, > > They are recursive dependencies. Check each ports requirements. > cvsup-without-gui depends on ezm3. ezm3 depends on gmake, > gettext and libiconv. libiconv depends on libtool...and the foot > bone's connected to the toe bone :). > > hth, > > stheg > stheg, Thank you. Great learning experience. Especially 'make search'. That is very useful. But how does it work (/usr/ports/Makefile doesn't have a SEARCH statement) and is it documented somewhere, like in a MAN page? The handbook, ¶4.3, mentions 'make search' but doesn't explain how it works. Jay