From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 06:04:48 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 B7FE216A4CE for ; Mon, 28 Mar 2005 06:04:48 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE4543D4C for ; Mon, 28 Mar 2005 06:04:48 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so188240wra for ; Sun, 27 Mar 2005 22:04:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UJF0pGLBK8HTaer3KQqK9aziuQJJ46ibW1sNBLjuy0kuw+TD6llI4qAAEiAZ6K25Us8FnjYd8sWZQ8GY31ksw8g4BBf1K/yjHnY2ObBzYETnIO3BlUQ1jbvKmkdJqBbGwoAuHqCjw8wXCC/K5ice38QUaoe5eXcI2lNm1BEAYU4= Received: by 10.54.22.19 with SMTP id 19mr2060168wrv; Sun, 27 Mar 2005 22:04:45 -0800 (PST) Received: by 10.54.23.34 with HTTP; Sun, 27 Mar 2005 22:04:45 -0800 (PST) Message-ID: Date: Mon, 28 Mar 2005 08:04:45 +0200 From: Abu Khaled To: "Michael C. Shultz" In-Reply-To: <200503272151.29109.ringworm01@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <20050328044052.75667.qmail@web53909.mail.yahoo.com> <42479915.5040202@att.net> <200503272151.29109.ringworm01@gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade (vs. Portmanager) question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Abu Khaled List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 06:04:48 -0000 On Sun, 27 Mar 2005 21:51:28 -0800, Michael C. Shultz wrote: > On Sunday 27 March 2005 09:41 pm, Jay O'Brien wrote: > > 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, =B64.3, mentions 'make search' but doesn't explain how it > > works. > > > > Jay >=20 > It would be nice if the ports make options were better documented, but > you can read through /usr/ports/Mk/bsd.port.mk and find information > on the various options. >=20 > here is an example: >=20 > # all-depends-list > # - Show all directories which are dependencies > # for this port. >=20 > then >=20 > cd /usr/ports/lang/ezm3/ > make all-depends-list >=20 > result: >=20 > /usr/ports/converters/libiconv > /usr/ports/devel/gettext > /usr/ports/devel/gmake > /usr/ports/devel/libtool15 >=20 > -Mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 Thank you Michael for the very usefull information. Ahh, can't say how much I've learned after joining the lists. --=20 Kind regards Abu Khaled