Date: Wed, 13 Aug 2008 19:32:54 -0400 From: Greg Larkin <glarkin@FreeBSD.org> To: mc <marshc187@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: question -updating package + ignore depend Message-ID: <48A36F26.30106@FreeBSD.org> In-Reply-To: <200808131545.45633.marshc187@gmail.com> References: <200808121444.32191.marshc187@gmail.com> <332f78510808121804h532ae759s8956c0bba745ec0f@mail.gmail.com> <200808131025.19321.jmc-freebsd2@milibyte.co.uk> <200808131545.45633.marshc187@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mc wrote: | On Wednesday 13 August 2008 09:25:19 Mike Clarke wrote: |> On Wednesday 13 August 2008, m cassar wrote: |>> just wanted to mention that firefox3 does not handle addons/plugins |>> correctly yet according to ports/UPDATING, so this is still probably |>> right for now and i will probably end up installing ff2 anyway. |> It handles most of them OK for me with just a little bit of tweaking, |> but some addonss haven't been updated yet to work with Firefox 3 and |> will be automatically disabled until new versions become available. |> |> I had a minor problem with firebug, Firefox disabled it but didn't |> detect that a new version was available and I had to go to the addons |> site and re-install firebug. |> |> I had to create a link |> to /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so |> in /usr/local/lib/firefox3/plugins. |> |> Apart from that everything seems fine. | | it does look like its working better than last time i used it - guess things | will iron out eventually. as long as flash works it's fine by me for now ( too | many nagging about missing plugin) | | still i had to install ff2 also for now so that i can update other software | that have ff2 as a depend. Hi mc, I was poking around in /usr/ports/Mk/bsd.gecko.mk, figuring that it was controlling the dependencies in the librsvg2 port. There's a comment at the top of the file: # ======================= USERS ================================= # To specify which gecko-based backend you prefer, use something like: # # WITH_GECKO= firefox # # The valid backends are: # firefox flock nvu seamonkey thunderbird xulrunner # # See below for more details. # ======================= /USERS ================================ A little further down, there's this comment: # USE_GECKO= firefox-devel<->firefox # This will sed -e 's/firefox/firefox-devel/' on Makefile.in's and configure # if ${GECKO}=="firefox-devel" I wonder if something like this would work for librsvg2: make USE_GECKO=firefox3<->firefox install clean It won't with the current version of the Makefile anyway, since it uses "USE_GECKO=" instead of "USE_GECKO?=", so it can't be overridden. It would be interesting to try making that change and then use the make command above to see if the www/firefox dependency is replaced with www/firefox3. It sounds like you're working with FF2 now anyway, but maybe this will help sometime in the future. Regards, Greg - -- Greg Larkin http://www.sourcehosting.net/ http://www.FreeBSD.org/ - The Power To Serve -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIo28m0sRouByUApARAnb9AJ98SitII1kkMgzZGdkEZCZCu8anAQCeKa3E 8meC+iRoy8jdXznPspXBS6I= =bHlW -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48A36F26.30106>