From owner-freebsd-ports@FreeBSD.ORG Wed Jul 9 00:14:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D1E37B404 for ; Wed, 9 Jul 2003 00:14:39 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 71A9E43FB1 for ; Wed, 9 Jul 2003 00:14:37 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 11440 invoked by alias); 9 Jul 2003 07:25:21 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.012801 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 9 Jul 2003 07:25:21 -0000 X-RCPTTO: ports@freebsd.org,gnome@freebsd.org,marcus@marcuscom.com, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h697C8mx079780; Wed, 9 Jul 2003 16:12:09 +0900 Message-ID: <3F0BC0E3.7040300@users.sourceforge.net> Date: Wed, 09 Jul 2003 16:14:43 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Joe Marcus Clarke References: <3F0AC9B2.4030207@users.sourceforge.net> <1057686115.5245.1.camel@gyros> In-Reply-To: <1057686115.5245.1.camel@gyros> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: FreeBSD Port: pkgconfig-0.15.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 07:14:39 -0000 Joe Marcus Clarke wrote: > On Tue, 2003-07-08 at 09:40, Rob Lahaye wrote: > >>$ pkg-config blah >>gnome-config: not found >> >>There is no "gnome-config" file on my system. >>Is there a dependency problem, or a bug in pkgconfig? > > Neither. > >>And why should pkg-config depend on gnome-config? > > > pkg-config tries to use gnome-config as a last-ditch effort to find a > component. Therefore, if you don't have a component installed, you'll > see the gnome-config error. You're free to ignore this, but you wil > need to install the missing component. Understood. Thank you for explanation. Sorry for the noise. Rob.