From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:20:17 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6E016A4CE for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6415143D1F for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1QAKHbv087534 for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1QAKHPg087533; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats) Date: Thu, 26 Feb 2004 02:20:17 -0800 (PST) Message-Id: <200402261020.i1QAKHPg087533@freefall.freebsd.org> To: gnome@FreeBSD.org From: ports@fsck.ch Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@fsck.ch List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 10:20:17 -0000 The following reply was made to PR ports/63270; it has been noted by GNATS. From: ports@fsck.ch To: Joe Marcus Clarke Cc: bug-followup@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly Date: Thu, 26 Feb 2004 11:09:42 +0100 The problem is see (though i am not master of porting) is that the mozilla-*.pc files can be provided by several ports: mozilla, mozilla-devel, firefox and other mozilla variants. Putting those files in different directories makes impossible for a port to check whether either mozilla* or firefox is installed. The various plugin wrapper ports are examples of ports that would want to do that. But then again, what happens if someone wants both mozilla/firefox to coexist?