Date: 20 Jan 2002 19:37:16 -0500 From: Joe Clarke <marcus@marcuscom.com> To: Glenn Johnson <glennpj@charter.net> Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: dependency question Message-ID: <1011573437.28534.24.camel@shumai.marcuscom.com> In-Reply-To: <20020120234902.GA74865@gforce.johnson.home> References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2002-01-20 at 18:49, Glenn Johnson wrote: > On Sun, Jan 20, 2002 at 05:21:21PM -0500, Joe Clarke wrote: > > > On Sun, 2002-01-20 at 15:51, Glenn Johnson wrote: > > > > > This is probably a rather basic question but since I could not find > > > an archive for the gnome list I have to ask. > > > > > > I have a port that I am working on that requires gtkhtml, gal, and > > > gnomeprint. Now, if I am not mistaken, none of these are pulled > > > in as dependencies in the gnome meta port but are pulled in as > > > dependencies of ports that are called as part of the gnome meta > > > port. The port in question uses the gnome environment and links in > > > many gnome libraries. Also, configure calls gnome-config, which is > > > from gnomelibs. I would like to use the USE_GNOME make variable > > > in the port Makefile and my question is, do I need to explicitly > > > include any of gtkhtml, gal, or gnomeprint as dependencies or is > > > USE_GNOME sufficient? > > > > USE_GNOME will import what you need except for gnomeprint. If your > > port doesn't need bonobo, you'll have to LIB_DEPENDS gnomeprint. > > USE_GNOME will take care of environment for you as well. > > I have gnome installed on my system which makes it hard for me to tell > exactly what the software needs that others may not have, but the > software author says it needs gnome-1.4. The bonobo libraries are being > linked in so I guess that means that it needs bonobo. The bonobo port > pulls in gnomeprint as a dependency so I guess I should have bonobo > listed as a dependency. Does that sound right? Yep, just LIB_DEPENDS bonobo. That will take care of gnomeprint. Joe > > > We are working on a GNOME on FreeBSD site. We do have a porting > > section underway. Checkout: > > > > http://www.marcuscom.com/gnome/docs/porting.html > > > > Let us know what you think, and if it helps. > > This looks good. It does not really help with my current problem > though. > > -- > Glenn Johnson > glennpj@charter.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1011573437.28534.24.camel>