Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2004 22:26:36 -0800
From:      Pascal Hofstee <caelian@gmail.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/www/firefox Makefile ports/www/firefox/files mozconfig.in patch-browser_app_mozilla.in
Message-ID:  <d8a0b76204111322264ced7ad4@mail.gmail.com>
In-Reply-To: <1100411582.83684.17.camel@shumai.marcuscom.com>
References:  <200411130823.iAD8NA6m073596@repoman.freebsd.org> <d8a0b762041113215159e570e3@mail.gmail.com> <1100411582.83684.17.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Nov 2004 00:53:02 -0500, Joe Marcus Clarke
<marcus@marcuscom.com> wrote:
> On Sat, 2004-11-13 at 21:51 -0800, Pascal Hofstee wrote:
> 
> How?  mplayer-plugin doesn't install anything into the Firefox
> subdirectory.

[ snip ]

> All ports that depend on Firefox were also updated for this change.
> Please be more specific as to the breakage you're seeing.

The generated firefox-*.pc files have the following (or similar) content:

prefix=/usr/ports/www/firefox/work/fake
exec_prefix=/usr/ports/www/firefox/work/fake
libdir=/usr/ports/www/firefox/work/fake/lib/firefox
includedir=/usr/ports/www/firefox/work/fake/include/firefox

which SHOULD be

prefix=/usr/X11R6
exec_prefix=/usr/X11R6
libdir=/usr/X11R6/lib/firefox
includedir=/usr/X11R6/include/firefox


The reason this breaks things like e.g. www/mplayer-plugin ...
is that they Use these pkg-config files to set the needed CFLAGS /
LDFLAGS to actually compile.

I hope this made the problem more clear ...

-- 
  With kind regards,
  Pascal Hofstee



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d8a0b76204111322264ced7ad4>