Date: Wed, 29 Nov 2000 11:14:01 +0200 From: Peter Pentchev <roam@orbitel.bg> To: Nevermind <never@nevermind.kiev.ua> Cc: Ade Lovett <ade@FreeBSD.ORG>, Daniel Frazier <dfrazier@magpage.com>, ports@FreeBSD.ORG Subject: Re: Evolution port difficulties...new info Message-ID: <20001129111401.B314@ringworld.oblivion.bg> In-Reply-To: <20001129110548.K17181@nevermind.kiev.ua>; from never@nevermind.kiev.ua on Wed, Nov 29, 2000 at 11:05:48AM %2B0200 References: <3A0B1C51.DE2CA38F@magpage.com> <3A240DCD.5A72C918@magpage.com> <20001128152639.X25483@FreeBSD.org> <20001129110548.K17181@nevermind.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 29, 2000 at 11:05:48AM +0200, Nevermind wrote: > Hello, Ade Lovett! > > On Tue, Nov 28, 2000 at 03:26:40PM -0600, you wrote: > > > On Tue, Nov 28, 2000 at 02:55:57PM -0500, Daniel Frazier wrote: > > > ln -s /usr/X11R6/bin/gtk12-config /usr/X11R6/bin/gtk-config > > > ln -s /usr/local/bin/glib12-config /usr/local/bin/glib-config > > Those two ln's are bad. Remove them. You *will* get burned > > by having them there. > I've done the same thing to build some ports which incorrectly reffered to > gtk-config and gtk12-config was not found. A better solution would be adding the following to the ports Makefile: BUILD_DEPENDS= ${X11BASE}/bin/gtk12-config:${PORTSDIR}/x11-toolkits/gtk12/ CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config gtk12-config does live in ${X11BASE}, so depend on it; then, let the port configure script know where to look for it. Nearly all GTK-dependent programs honor GTK_CONFIG in their configure scripts. G'luck, Peter -- I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001129111401.B314>