From owner-freebsd-ports@FreeBSD.ORG Mon Sep 8 17:07:52 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DEA31065671 for ; Mon, 8 Sep 2008 17:07:52 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA04.emeryville.ca.mail.comcast.net (qmta04.emeryville.ca.mail.comcast.net [76.96.30.40]) by mx1.freebsd.org (Postfix) with ESMTP id 38BDE8FC08 for ; Mon, 8 Sep 2008 17:07:52 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by QMTA04.emeryville.ca.mail.comcast.net with comcast id C9iF1a0030EPchoA4GrsXl; Mon, 08 Sep 2008 16:51:52 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA01.emeryville.ca.mail.comcast.net with comcast id CGrq1a00B1n8LeU8MGrrpp; Mon, 08 Sep 2008 16:51:52 +0000 X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=LcB-tSrakTcQNyaDvoYA:9 a=0tige-_TzHjEjnx81sYA:7 a=5iUbwC2g9mjzI_5Ok0ySrNH_dMMA:4 a=SV7veod9ZcQA:10 a=6-x43y6uxGMA:10 Message-ID: <48C55825.4010500@cyberbotx.com> Date: Mon, 08 Sep 2008 12:51:49 -0400 From: Naram Qashat User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: Norberto Meijome References: <20080908170346.0815cee0@ayiin> In-Reply-To: <20080908170346.0815cee0@ayiin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports ML Subject: Re: USE_GECKO=firefox and firefox3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 17:07:52 -0000 Norberto Meijome wrote: > Hi all, > I have firefox3 installed. my make.conf shows USE_GECKO=firefox. > > When I try to install any port (in particular today, the latest eclipse 3.3.2 ) > which uses USE_GECKO, www/firefox is pulled into the dependencies, rather tha > firefox3. > > I use portupgrade to launch the eclipse upgrade ( portupgrade -p eclipse ) , > and my /usr/local/etc/pkgtools.conf contains the following relevant entries: > > > ALT_PKGDEP = { > 'www/mozilla' => 'www/firefox3', > 'www/firefox' => 'www/firefox3', > 'firefox-2*' => 'firefox-3*', > 'firefox' => 'firefox3', > [...] > } > As far as I can tell, from having this problem with the VLC Firefox plugin after the FF3 release, you need to use WITH_GECKO=xulrunner instead of firefox or firefox3. Of course, that will only work if the eclipse port has xulrunner in the list for USE_GECKO and isn't pulling in the old bsd.gecko.mk from the mozilla folder. The reason for that is that after Firefox 2, the Mozilla team moved all the stuff for building into xulrunner, as Firefox 3 doesn't have a firefox3-config like Firefox 2 had firefox-config. I don't use eclipse, so I can't comment if changing it so it uses xulrunner will work, but it's worth a shot. Naram Qashat > still, no luck, ffox 2 gets pulled in. > > should Mk/bsd.gecko.mk have support for firefox3 ? Is there any solution,other > than deinstalling ffox3, install ffox2, install eclipse, and then replace ffox2 > with 3 ? > > ( I *suspect* that portupgrade -o {ffox something} {ffox other} eclipse would > do , but not entirely sure how it works.... > > Thanks for any help!! > B, now gmail powered. > _________________________ > {Beto|Norberto|Numard} Meijome > > "I respect faith, but doubt is what gives you an education." > Wilson Mizner > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >