Subject: Re: OOo2 vs. firefox
To: Hubert Feyrer <hubert@feyrer.de>
From: Geert Hendrickx <ghen@telenet.be>
List: pkgsrc-users
Date: 03/23/2007 16:25:14
On Fri, Mar 23, 2007 at 11:05:51AM +0100, Hubert Feyrer wrote:
> 
> Hi,
> 
> I'm using firefox2-gtk1, and I wonder if there's some way to get 
> pkgsrc/misc/openoffice2 to build against that. By setting
> 
> 	PKG_OPTIONS.openoffice2= -gtk2 lang-de firefox-gtk1 -cups -gnome
> 
> in mk.conf it depends on
> 
> 	firefox-gtk1>=1.5.0.1nb1:../../www/firefox-gtk1
> 
> according to "make show-var VARNAME=DEPENDS". I wonder if we can get to 
> something like
> 
> 	firefox-gtk1>=1.5.0.1nb1:../../www/firefox2-gtk1
> 
> or even
> 
> 	firefox-gtk1>=2:../../www/firefox2-gtk1

www/firefox2-gtk1 registers as firefox-gtk1-2.0.0.x once installed, so it
should satisfy the firefox-gtk1>=1.5.0.1nb1 dependency just fine.  You only
have to install it in advance because if not installed, pkgsrc will pull in
../../www/firefox-gtk1 by default.  It's possible that OOo2 doesn't build
properly with firefox2 headers though, I don't know.

	Geert