From owner-freebsd-ports Wed Nov 29 1:14:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 55C9537B404 for ; Wed, 29 Nov 2000 01:14:35 -0800 (PST) Received: (qmail 1678 invoked by uid 1000); 29 Nov 2000 09:14:01 -0000 Date: Wed, 29 Nov 2000 11:14:01 +0200 From: Peter Pentchev To: Nevermind Cc: Ade Lovett , Daniel Frazier , ports@FreeBSD.ORG Subject: Re: Evolution port difficulties...new info Message-ID: <20001129111401.B314@ringworld.oblivion.bg> Mail-Followup-To: Nevermind , Ade Lovett , Daniel Frazier , ports@FreeBSD.ORG References: <3A0B1C51.DE2CA38F@magpage.com> <3A240DCD.5A72C918@magpage.com> <20001128152639.X25483@FreeBSD.org> <20001129110548.K17181@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001129110548.K17181@nevermind.kiev.ua>; from never@nevermind.kiev.ua on Wed, Nov 29, 2000 at 11:05:48AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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