From owner-freebsd-gnome Mon Jan 21 2:14:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 541CE37B405 for ; Mon, 21 Jan 2002 02:14:26 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA33062; Mon, 21 Jan 2002 12:14:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h138.229.dialup.iptcom.net [212.9.229.138]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA93466; Mon, 21 Jan 2002 12:13:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0LADIc12769; Mon, 21 Jan 2002 12:13:18 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C4BE9F6.A85C98B5@FreeBSD.org> Date: Mon, 21 Jan 2002 12:14:14 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Glenn Johnson Cc: Joe Clarke , freebsd-gnome@FreeBSD.org Subject: Re: dependency question References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <20020121031843.GA23586@gforce.johnson.home> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Glenn Johnson wrote: > > On Sun, Jan 20, 2002 at 08:17:45PM -0500, Joe Clarke wrote: > > > On Sun, 2002-01-20 at 20:10, Glenn Johnson wrote: > > > > > OK, I think I may have confused myself. I edited my Makefile and > > > removed all dependencies but left USE_GNOME in then did a 'make > > > clean'. My thought was that this would tell me what ports were > > > being pulled in when USE_GNOME is set by looking at the 'cleaning > > > list'. When I do this, bonobo, and of course gnomeprint, get > > > listed. Does this mean that all I need is USE_GNOME or am I missing > > > something here? > > > > Doh! You're right. USE_GNOME requires gnomecore which requires > > gtkhtml which requires gal which requires libglade, which requires > > gnomedb, which requires libgda, which requires bonobob, which requires > > gnomeprint.... > > > > Worse than Kevin Bacon. Sorry for the confusion. Yes, USE_GNOME > > should be all you need. Tracing these dependencies can get tricky. > > Yes, very confusing, but do not apologize though. You helped to clear it > up for me. The purpose of my initial e-mail was because I was already > confused by the dependencies but I think I have a handle on it now. When you are unsure about what dependencies does the port have you could do `make package-depends' in port's directory and it will print them all to stdout. Simple as that... -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message