Re: Firefox

2005-02-01 Thread Roland Smith
On Tue, Feb 01, 2005 at 03:37:44PM -0500, Alfredo Perez wrote:
> Hi
> 
> I just updated my ports and installed Firefox. I have installed
> Firefox version 0.9.3. How can I update it to version 1.0?

The easiest way is to install the portupgrade tool, and then run
'portupgrade firefox' as root.

See § 4.5.5 in the FreeBSD Handbook.

Roland
-- 
R.F. Smith   /"\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpvzH1ZSQqmZ.pgp
Description: PGP signature


Re: Firefox

2005-02-01 Thread Alfredo Perez
I just did a 'portupgrade firefox' and I still dont have forefox ver 1.0

This is what I have on in my screen:

"[Updating the pkgdg  in var/db/pkg ... - 195
packages found (-0 +159).
done]"

Any other idea?

Thanks




On Tue, 1 Feb 2005 21:59:04 +0100, Roland Smith <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 01, 2005 at 03:37:44PM -0500, Alfredo Perez wrote:
> > Hi
> >
> > I just updated my ports and installed Firefox. I have installed
> > Firefox version 0.9.3. How can I update it to version 1.0?
> 
> The easiest way is to install the portupgrade tool, and then run
> 'portupgrade firefox' as root.
> 
> See § 4.5.5 in the FreeBSD Handbook.
> 
> Roland
> --
> R.F. Smith   /"\ASCII Ribbon Campaign
> r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
> http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
> public key: http://www.keyserver.net / \Respect for open standards
> 
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread dick hoogendijk
On Tue, 1 Feb 2005 16:07:53 -0500
Alfredo Perez <[EMAIL PROTECTED]> wrote:

> I just did a 'portupgrade firefox' and I still dont have forefox ver
> 1.0
> 
> This is what I have on in my screen:
> 
> "[Updating the pkgdg  in var/db/pkg ... - 195
> packages found (-0 +159).
> done]"

Because the port is NEW you need to do a "portinstall firefox" _or_ a
portupgrade -N firefox.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread gustaaf wijnands
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Are you sure you correctly updated your ports? Firefox 1.0 has been 
known to be in the ports for ages.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Nikolas Britton
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system and 
wanted to upgrade to 1.0 or did you update your ports but it installed 
0.9.3?

What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
> su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed 
portupgrade after cvsuping, if I was upgrading something like Gnome or 
KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
> rehash
> firefox&
> exit

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Chris Hodgins
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system and 
wanted to upgrade to 1.0 or did you update your ports but it installed 
0.9.3?

What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
 > su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed 
portupgrade after cvsuping, if I was upgrading something like Gnome or 
KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
 > rehash
 > firefox&
 > exit

__
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Could his problem be that he has simply not fetched the index?
I normally do:
# cvsup -g -L2 /usr/ports-supfile
..
..
# cd /usr/ports
# make fetchindex
# portsdb -u
and then I would try reinstalling it using the method above.
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Nikolas Britton
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system and 
wanted to upgrade to 1.0 or did you update your ports but it 
installed 0.9.3?

What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
 > su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed 
portupgrade after cvsuping, if I was upgrading something like Gnome 
or KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
 > rehash
 > firefox&
 > exit

__
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Could his problem be that he has simply not fetched the index?
I normally do:
# cvsup -g -L2 /usr/ports-supfile
..
..
# cd /usr/ports
# make fetchindex
# portsdb -u
and then I would try reinstalling it using the method above.

I don't think that would keep him from installing the newer version 
after he cvsuped, system might complain or manually rebuild the index 
but thats it. After the portupgrade problem with index and how long it 
takes to rebuild the index I now do this now too. also I run pkgdb -F or 
pkgdb -Fu and portsclean -C before running portupgrade -arRwW and after 
I run portupgrade I run portsclean -CDD and then clean out the old libs, 
that is...if portupgrade had no errors. He emailed me and said he was 
installing it for the first time, I think he just didn't do the cvsup 
part correctly.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Aperez
Nikolas Britton wrote:
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system and 
wanted to upgrade to 1.0 or did you update your ports but it 
installed 0.9.3?

What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
 > su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed 
portupgrade after cvsuping, if I was upgrading something like Gnome 
or KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
 > rehash
 > firefox&
 > exit

__
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Could his problem be that he has simply not fetched the index?
I normally do:
# cvsup -g -L2 /usr/ports-supfile
..
..
# cd /usr/ports
# make fetchindex
# portsdb -u
and then I would try reinstalling it using the method above.

I don't think that would keep him from installing the newer version 
after he cvsuped, system might complain or manually rebuild the index 
but thats it. After the portupgrade problem with index and how long it 
takes to rebuild the index I now do this now too. also I run pkgdb -F 
or pkgdb -Fu and portsclean -C before running portupgrade -arRwW and 
after I run portupgrade I run portsclean -CDD and then clean out the 
old libs, that is...if portupgrade had no errors. He emailed me and 
said he was installing it for the first time, I think he just didn't 
do the cvsup part correctly.


Okey, I just updated my ports following your instructions. I saw in the 
Makefile file that the port version is equal to 1.0 ( before was equal 
to 0.9). Now, what should I do next::

Desinstall Firefox and install it again and then I run pkgdb
or
First run pkgbd and then install Firefox

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Joshua Tinnin
On Tuesday 01 February 2005 03:07 pm, Aperez <[EMAIL PROTECTED]> 
wrote:
> Nikolas Britton wrote:
> > Chris Hodgins wrote:
> >> Nikolas Britton wrote:
> >>> Alfredo Perez wrote:
>  Hi
> 
>  I just updated my ports and installed Firefox. I have installed
>  Firefox version 0.9.3. How can I update it to version 1.0?
> 
>  Thanks
> 
>  PS: I am running FreeBSD 5.3
> >>>
> >>> Your post is a bit ambiguous. did you have 0.9.3 on your system
> >>> and wanted to upgrade to 1.0 or did you update your ports but it
> >>> installed 0.9.3?
> >>>
> >>> What I would do:
> >>>
> >>> my ports-sup file:
> >>>
> >>> #*default host=cvsup14.us.FreeBSD.org
> >>> *default host=cvsup12.us.FreeBSD.org
> >>> #*default host=cvsup1.FreeBSD.org
> >>> #*default host=cvsup.FreeBSD.org
> >>> *default base=/var/db
> >>> *default prefix=/usr
> >>> *default release=cvs tag=.
> >>> *default delete use-rel-suffix
> >>> *default compress
> >>> ports-all
> >>>
> >>> -
> >>>
> >>>  > su
> >>>
> >>> # cvsup -g -L 2 /root/ports-supfile
> >>> (normally i'd just run pkg_version -v |grep "<" and if needed
> >>> portupgrade after cvsuping, if I was upgrading something like
> >>> Gnome or KDE i'd exit X)
> >>> # cd /usr/ports/www/firefox
> >>> # make deinstall
> >>> # more M*
> >>> # make WITH_OPTIMIZED_CFLAGS=yes install clean
> >>> # exit
> >>>
> >>>  > rehash
> >>>  > firefox&
> >>>  > exit
> >>>
> >>
> >> Could his problem be that he has simply not fetched the index?
> >>
> >> I normally do:
> >>
> >> # cvsup -g -L2 /usr/ports-supfile
> >> ..
> >> ..
> >> # cd /usr/ports
> >> # make fetchindex
> >> # portsdb -u
> >>
> >> and then I would try reinstalling it using the method above.
> >
> > I don't think that would keep him from installing the newer version
> > after he cvsuped, system might complain or manually rebuild the
> > index but thats it. After the portupgrade problem with index and
> > how long it takes to rebuild the index I now do this now too. also
> > I run pkgdb -F or pkgdb -Fu and portsclean -C before running
> > portupgrade -arRwW and after I run portupgrade I run portsclean
> > -CDD and then clean out the old libs, that is...if portupgrade had
> > no errors. He emailed me and said he was installing it for the
> > first time, I think he just didn't do the cvsup part correctly.
>
> Okey, I just updated my ports following your instructions. I saw in
> the Makefile file that the port version is equal to 1.0 ( before was
> equal to 0.9). Now, what should I do next::
>
> Desinstall Firefox and install it again and then I run pkgdb
>
> or
>
> First run pkgbd and then install Firefox

# cd /usr/ports/www/firefox && make deinstall && make clean
# make && make install && make clean

Alternately:

# cd /usr/ports/www/firefox && make deinstall && make reinstall

... but I suggest the first way, as it would be sure to clean out 
everything first before rebuilding.

The pkgdb stuff will be done automatically.

- jt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Joshua Tinnin
On Tuesday 01 February 2005 04:24 pm, Joshua Tinnin 
<[EMAIL PROTECTED]> wrote:
> On Tuesday 01 February 2005 03:07 pm, Aperez <[EMAIL PROTECTED]>
> wrote:
> > Nikolas Britton wrote:
> > > Chris Hodgins wrote:
> > >> Nikolas Britton wrote:
> > >>> Alfredo Perez wrote:
> >  Hi
> > 
> >  I just updated my ports and installed Firefox. I have
> >  installed Firefox version 0.9.3. How can I update it to
> >  version 1.0?
> > 
> >  Thanks
> > 
> >  PS: I am running FreeBSD 5.3
> > >>>
> > >>> Your post is a bit ambiguous. did you have 0.9.3 on your system
> > >>> and wanted to upgrade to 1.0 or did you update your ports but
> > >>> it installed 0.9.3?
> > >>>
> > >>> What I would do:
> > >>>
> > >>> my ports-sup file:
> > >>>
> > >>> #*default host=cvsup14.us.FreeBSD.org
> > >>> *default host=cvsup12.us.FreeBSD.org
> > >>> #*default host=cvsup1.FreeBSD.org
> > >>> #*default host=cvsup.FreeBSD.org
> > >>> *default base=/var/db
> > >>> *default prefix=/usr
> > >>> *default release=cvs tag=.
> > >>> *default delete use-rel-suffix
> > >>> *default compress
> > >>> ports-all
> > >>>
> > >>> -
> > >>>
> > >>>  > su
> > >>>
> > >>> # cvsup -g -L 2 /root/ports-supfile
> > >>> (normally i'd just run pkg_version -v |grep "<" and if needed
> > >>> portupgrade after cvsuping, if I was upgrading something like
> > >>> Gnome or KDE i'd exit X)
> > >>> # cd /usr/ports/www/firefox
> > >>> # make deinstall
> > >>> # more M*
> > >>> # make WITH_OPTIMIZED_CFLAGS=yes install clean
> > >>> # exit
> > >>>
> > >>>  > rehash
> > >>>  > firefox&
> > >>>  > exit
> > >>
> > >> Could his problem be that he has simply not fetched the index?
> > >>
> > >> I normally do:
> > >>
> > >> # cvsup -g -L2 /usr/ports-supfile
> > >> ..
> > >> ..
> > >> # cd /usr/ports
> > >> # make fetchindex
> > >> # portsdb -u
> > >>
> > >> and then I would try reinstalling it using the method above.
> > >
> > > I don't think that would keep him from installing the newer
> > > version after he cvsuped, system might complain or manually
> > > rebuild the index but thats it. After the portupgrade problem
> > > with index and how long it takes to rebuild the index I now do
> > > this now too. also I run pkgdb -F or pkgdb -Fu and portsclean -C
> > > before running portupgrade -arRwW and after I run portupgrade I
> > > run portsclean -CDD and then clean out the old libs, that is...if
> > > portupgrade had no errors. He emailed me and said he was
> > > installing it for the first time, I think he just didn't do the
> > > cvsup part correctly.
> >
> > Okey, I just updated my ports following your instructions. I saw in
> > the Makefile file that the port version is equal to 1.0 ( before
> > was equal to 0.9). Now, what should I do next::
> >
> > Desinstall Firefox and install it again and then I run pkgdb
> >
> > or
> >
> > First run pkgbd and then install Firefox
>
> # cd /usr/ports/www/firefox && make deinstall && make clean
> # make && make install && make clean
>
> Alternately:
>
> # cd /usr/ports/www/firefox && make deinstall && make reinstall
>
> ... but I suggest the first way, as it would be sure to clean out
> everything first before rebuilding.
>
> The pkgdb stuff will be done automatically.

Also, I guess I should mention it as others have brought it up, but you 
can use portupgrade to do this, too, though the way I described doesn't 
need it, and it does essentially the same thing. Maybe you've already 
installed it and are using it. In that case:

# portupgrade -rR firefox

Portupgrade is a convenient tool, but you have to watch out for 
occasional dependency problems. Here's a good tutorial:

http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html?page=1

- jt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Nikolas Britton
Aperez wrote:
Nikolas Britton wrote:
Chris Hodgins wrote:
Nikolas Britton wrote:
Alfredo Perez wrote:
Hi
I just updated my ports and installed Firefox. I have installed
Firefox version 0.9.3. How can I update it to version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system and 
wanted to upgrade to 1.0 or did you update your ports but it 
installed 0.9.3?

What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
 > su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed 
portupgrade after cvsuping, if I was upgrading something like Gnome 
or KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
 > rehash
 > firefox&
 > exit

__
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Could his problem be that he has simply not fetched the index?
I normally do:
# cvsup -g -L2 /usr/ports-supfile
..
..
# cd /usr/ports
# make fetchindex
# portsdb -u
and then I would try reinstalling it using the method above.

I don't think that would keep him from installing the newer version 
after he cvsuped, system might complain or manually rebuild the index 
but thats it. After the portupgrade problem with index and how long 
it takes to rebuild the index I now do this now too. also I run pkgdb 
-F or pkgdb -Fu and portsclean -C before running portupgrade -arRwW 
and after I run portupgrade I run portsclean -CDD and then clean out 
the old libs, that is...if portupgrade had no errors. He emailed me 
and said he was installing it for the first time, I think he just 
didn't do the cvsup part correctly.


Okey, I just updated my ports following your instructions. I saw in 
the Makefile file that the port version is equal to 1.0 ( before was 
equal to 0.9). Now, what should I do next::

Desinstall Firefox and install it again and then I run pkgdb
or
First run pkgbd and then install Firefox

Desinstall Firefox and install it again and then I run pkgdb -F. umm but 
since you updated your port sources I'd just run portupgrade, you do 
have it installed?, and upgrade everything, it will take awail and if 
portupgrade bitch's about py24-* (used for gnome, gtk stuff) you'll have 
to umm I think manually deinstall and then reinstall it or pkgdb -F or 
something like that, I can't remember. just know that when they change 
the port from py23-* to py24-* portupgrade didn't like it and would not 
upgrade the port. its up to you if you just want to rebuild firefox or 
do the whole shebang.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox

2005-02-01 Thread Nikolas Britton
Joshua Tinnin wrote:
On Tuesday 01 February 2005 04:24 pm, Joshua Tinnin 
<[EMAIL PROTECTED]> wrote:
 

On Tuesday 01 February 2005 03:07 pm, Aperez <[EMAIL PROTECTED]>
wrote:
   

Nikolas Britton wrote:
 

Chris Hodgins wrote:
   

Nikolas Britton wrote:
 

Alfredo Perez wrote:
   

Hi
I just updated my ports and installed Firefox. I have
installed Firefox version 0.9.3. How can I update it to
version 1.0?
Thanks
PS: I am running FreeBSD 5.3
 

Your post is a bit ambiguous. did you have 0.9.3 on your system
and wanted to upgrade to 1.0 or did you update your ports but
it installed 0.9.3?
What I would do:
my ports-sup file:
#*default host=cvsup14.us.FreeBSD.org
*default host=cvsup12.us.FreeBSD.org
#*default host=cvsup1.FreeBSD.org
#*default host=cvsup.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
-
> su
# cvsup -g -L 2 /root/ports-supfile
(normally i'd just run pkg_version -v |grep "<" and if needed
portupgrade after cvsuping, if I was upgrading something like
Gnome or KDE i'd exit X)
# cd /usr/ports/www/firefox
# make deinstall
# more M*
# make WITH_OPTIMIZED_CFLAGS=yes install clean
# exit
> rehash
> firefox&
> exit
   

Could his problem be that he has simply not fetched the index?
I normally do:
# cvsup -g -L2 /usr/ports-supfile
..
..
# cd /usr/ports
# make fetchindex
# portsdb -u
and then I would try reinstalling it using the method above.
 

I don't think that would keep him from installing the newer
version after he cvsuped, system might complain or manually
rebuild the index but thats it. After the portupgrade problem
with index and how long it takes to rebuild the index I now do
this now too. also I run pkgdb -F or pkgdb -Fu and portsclean -C
before running portupgrade -arRwW and after I run portupgrade I
run portsclean -CDD and then clean out the old libs, that is...if
portupgrade had no errors. He emailed me and said he was
installing it for the first time, I think he just didn't do the
cvsup part correctly.
   

Okey, I just updated my ports following your instructions. I saw in
the Makefile file that the port version is equal to 1.0 ( before
was equal to 0.9). Now, what should I do next::
Desinstall Firefox and install it again and then I run pkgdb
or
First run pkgbd and then install Firefox
 

# cd /usr/ports/www/firefox && make deinstall && make clean
# make && make install && make clean
Alternately:
# cd /usr/ports/www/firefox && make deinstall && make reinstall
... but I suggest the first way, as it would be sure to clean out
everything first before rebuilding.
The pkgdb stuff will be done automatically.
   

Also, I guess I should mention it as others have brought it up, but you 
can use portupgrade to do this, too, though the way I described doesn't 
need it, and it does essentially the same thing. Maybe you've already 
installed it and are using it. In that case:

# portupgrade -rR firefox
Portupgrade is a convenient tool, but you have to watch out for 
occasional dependency problems. Here's a good tutorial:

http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html?page=1
 

It should be noted that your getting a lot of different advice and 
commands to run. the reason for this is that everyone has there own 
style for upgrading and installing ports (and you may or may not be 
getting verbose advice). when/if you pick and choose the commands to run 
from different people here without knowing what they do you could run 
into problems, its time to start reading:

http://www.google.com/search?q=portupgrade+site%3Aonlamp.com
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox

2006-02-06 Thread Frank Staals

Peter Marshall wrote:

Is there a way to get things like flash, mpg, etc to work in firefox 
1.5 with freeBSD ?


Thanks
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



Flash I'm not sure, there is a flashplayer-port allthough, but I believe 
it only works with linux-firefox ( but again: I'm not sure so don't hold 
me for it if I'm wrong ). For playing videos ( Quicktime etc ) you can 
use the mplayer-plugin in the www category. I haven't used it myself ( 
on 1.5 ) but It worked on 1.0.X so I think it is updated to work with Fx 
1.5


Hope this helps you

--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox

2006-02-06 Thread Duane Whitty

Frank Staals wrote:

Peter Marshall wrote:

Is there a way to get things like flash, mpg, etc to work in firefox 
1.5 with freeBSD ?


Thanks
Peter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



Flash I'm not sure, there is a flashplayer-port allthough, but I believe 
it only works with linux-firefox ( but again: I'm not sure so don't hold 
me for it if I'm wrong ). For playing videos ( Quicktime etc ) you can 
use the mplayer-plugin in the www category. I haven't used it myself ( 
on 1.5 ) but It worked on 1.0.X so I think it is updated to work with Fx 
1.5


Hope this helps you


Hi,

I'm using Firefox 1.5 on FreeBSD 6.0REL.  The 
flash-plugin for the native mozilla port works 
great.  I haven't used the mplayer-plugin yet.



Best Regards,

Duane Whitty
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox

2010-10-13 Thread Polytropon
On Wed, 13 Oct 2010 22:27:05 +0800, yanxinyou  wrote:
> how to install the flash plugin to firefox 

Check out the FreeBSD handbook's chapter about browsers:
http://www.freebsd.org/doc/handbook/desktop-browsers.html

See "6.2.3 Firefox and Macromedia(R) Flash^TM Plugin" and
check if it works for you. I have virtually no experience
with "Flash" on newer system and browser versions (8.1-R
with Firefox 3.4 on your side?), but in the past, this was
an instruction that worked - until I removed "Flash", of
course. :-)


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox

2010-10-14 Thread Alexandre
To install Flash for Firefox, I use this HOWTO
http://forums.freebsd.org/showpost.php?p=33673&postcount=1
I have used Linux Base Port 10 but now I use Linux Base Port 8 because I can
use ICA Client, Citrix (see BSD Mag from last month).
Flash works well on Firefox with both Linux Base Port, but please don't
install both at the same time.

On Thu, Oct 14, 2010 at 7:45 AM, Polytropon  wrote:

> On Wed, 13 Oct 2010 22:27:05 +0800, yanxinyou  wrote:
> > how to install the flash plugin to firefox
>
> Check out the FreeBSD handbook's chapter about browsers:
> http://www.freebsd.org/doc/handbook/desktop-browsers.html
>
> See "6.2.3 Firefox and Macromedia(R) Flash^TM Plugin" and
> check if it works for you. I have virtually no experience
> with "Flash" on newer system and browser versions (8.1-R
> with Firefox 3.4 on your side?), but in the past, this was
> an instruction that worked - until I removed "Flash", of
> course. :-)
>
>
> --
> Polytropon
> Magdeburg, Germany
> Happy FreeBSD user since 4.0
> Andra moi ennepe, Mousa, ...


Alexandre
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox

2010-10-18 Thread Peter A. Giessel

On 2010/10/13 at 6:27, yxy@gmail.com (yanxinyou) wrote:


how to install the flash plugin to firefox




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox woes

2004-08-25 Thread Karel J. Bosschaart
On Wed, Aug 25, 2004 at 12:35:20PM +0100, Graham Bentley wrote:
> 
> Hi All,
> 
> I wanted to upgrade my Firebord 0.7 to the latest
> Firefox (0.9.3?)
>
 
>
> I cvsuped port-all but still cant see any
> 
> /usr/ports/www/firefox directory.
> 
> This is my supfile
> 
> *default host=cvsup.freebsd.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs
> *default tag=RELENG_5_2
> *default delete use-rel-suffix
> *default compress
> ports-all
> 
> Am I doing something wrong ?
> 
> How do I get the latest ports folders / make files etc ?

I'm afraid you effectively deleted your ports collection; try using 
"tag=." for ports-all instead of "tag=RELENG_5_2". 

Notice this section in the supfile:

###
#
# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
#
# If you add any of the ports collections to this file, be sure to
# specify them like this:
#
#   ports-all tag=.
#
# If you leave out the "tag=." portion, CVSup will delete all of
# the files in your ports tree.  That is because the ports collections
# do not use the same tags as the main part of the FreeBSD source tree.
#
###


Good luck,
Karel.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox help

2004-09-30 Thread Steve Bertrand
> I'm a newbie who is trying to install a recent release of firefox
> under
> version 4.9 of  FreeBSD. I downloaded the installer (for linux since
> there doesn't appear to be a FreeBSD version, yet) from Mozilla, but
> when I try to execute it, I get the message "error while loading
> shared
> libraries: libgtk-x11-2.0.so.0". I've tried finding a package that
> includes this library, but haven't been successful. Can somebody help?

The method I used was:

# cd /usr/ports/www/firefox
# make
# make install

I first updated my ports tree though. Everything went perfectly slick.

Steve

>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: firefox help

2004-09-30 Thread Michael Clark
> -Original Message-
> From: Bill Schmitt (SW) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 30, 2004 2:53 PM
> To: [EMAIL PROTECTED]
> Subject: firefox help
> 
> 
> I'm a newbie who is trying to install a recent release of 
> firefox under 
> version 4.9 of  FreeBSD. I downloaded the installer (for linux since 
> there doesn't appear to be a FreeBSD version, yet) from Mozilla, but 
> when I try to execute it, I get the message "error while 
> loading shared 
> libraries: libgtk-x11-2.0.so.0". I've tried finding a package that 
> includes this library, but haven't been successful. Can somebody help?
> 

Why not just use the port or a package?


Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox help

2004-09-30 Thread Vulpes Velox
On Thu, 30 Sep 2004 15:53:18 -0400
"Bill Schmitt (SW)" <[EMAIL PROTECTED]> wrote:

> I'm a newbie who is trying to install a recent release of firefox
> under version 4.9 of  FreeBSD. I downloaded the installer (for linux
> since there doesn't appear to be a FreeBSD version, yet) from
> Mozilla, but when I try to execute it, I get the message "error
> while loading shared libraries: libgtk-x11-2.0.so.0". I've tried
> finding a package that includes this library, but haven't been
> successful. Can somebody help?

You will want to use the ports. man ports for more details.
http://www.freebsd.org/ports/index.html is a nice way to find software
from the web. One port you will probally want to look into is
portinstall. It simplifies install and upgrading

The problem with installing software that way is it can screw up
future upgrades and/or installs and/or builds. Because of that, it is
generally best to avoid it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Chris Hill

On Tue, 8 Nov 2005, Eric Schuele wrote:

I'm having difficulties getting acroread7 to work within 
firefox-1.0.7.


[...]

I copied libmap.conf-FreeBSD6 to /etc/libmap.conf.  Cut some stuff 
out.  Left in the acroread sections (among others):


# Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror
#[/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so]
[/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so

Note that I changed the [pointer?] to where the shared object actually 
resides.


I noticed. Why?

I left mine at the default (the line you commented out above) and mine 
works. That is, if I click on a hyperlink to a PDF, the PDF opens in a 
browser window.


I also created a symlink from 
/usr/X11R6/lib/browser_plugins/nppdf.so -> 
/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so


My link in /usr/X11R6/lib/browser_plugins looks like
nppdf.so -> /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so

Is there another nppdf.so on your system? Maybe you had previously 
installed a FreeBSD-native Mozilla-family browser? I think that if 
you're using linuxpluginwrapper you need to point the link to the linux 
nppdf.so. Just a thought.


I'm on 5.4-RELEASE-p8, not 6.0 like you, so that may account for the 
different path. Or not. But you may want to take a look in that 
/compat/linux... directory and see what's there.


HTH...

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging <|> ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Frank Jahnke
We talked about this extensively on the ports list about a month ago,
when I saw the same thing with Epiphany on 6.0-RC1.  The conclusion was
that this is a bug in linuxpluginwrapper.  See:
http://www.freebsd.org/cgi/query-pr.cgi?pr=87404
To my knowledge, this has not yet been fixed.

Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Eric Schuele

Frank Jahnke wrote:

We talked about this extensively on the ports list about a month ago,


I vaguely remember the thread, but could not dig it up in the archives 
for some reason.



when I saw the same thing with Epiphany on 6.0-RC1.  The conclusion was
that this is a bug in linuxpluginwrapper.  See:
http://www.freebsd.org/cgi/query-pr.cgi?pr=87404
To my knowledge, this has not yet been fixed.



Yes!  That's the problem exactly.  In fact I was getting the 'undefined 
symbol' error up until I changed the libmap.conf to point to where the 
nppdf.so resides.  At that point the error went away and the plugin was 
available in the about:plugins dialog.  However, the pdf fails to load.


Is there in fact no known workaround?  Maybe an older version?

Thanks.


Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Eric Schuele

Chris Hill wrote:

On Tue, 8 Nov 2005, Eric Schuele wrote:


I'm having difficulties getting acroread7 to work within firefox-1.0.7.



[...]

I copied libmap.conf-FreeBSD6 to /etc/libmap.conf.  Cut some stuff 
out.  Left in the acroread sections (among others):


# Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror
#[/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] 

[/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] 


libc.so.6pluginwrapper/acrobat.so

Note that I changed the [pointer?] to where the shared object actually 
resides.



I noticed. Why?

I left mine at the default (the line you commented out above) and mine 
works. That is, if I click on a hyperlink to a PDF, the PDF opens in a 
browser window.


I also created a symlink from /usr/X11R6/lib/browser_plugins/nppdf.so 
-> 
/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so 




My link in /usr/X11R6/lib/browser_plugins looks like
nppdf.so -> 
/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so


Is there another nppdf.so on your system? 


No... just the one.

Maybe you had previously 
installed a FreeBSD-native Mozilla-family browser? I think that if 
you're using linuxpluginwrapper you need to point the link to the linux 
nppdf.so. Just a thought.


I'm on 5.4-RELEASE-p8, not 6.0 like you, so that may account for the 
different path. Or not. But you may want to take a look in that 
/compat/linux... directory and see what's there.


I have... the path stops at /compat/linux/usr there is no local/ anything!?

very strange.

I had this all working once upon a time.  Updates (no telling when) have 
broken it.


Thanks.



HTH...

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging <|> ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Frank Jahnke
On Tue, 2005-11-08 at 21:32 +, Eric Schuele wrote:

> Yes!  That's the problem exactly.  In fact I was getting the 'undefined 
> symbol' error up until I changed the libmap.conf to point to where the 
> nppdf.so resides.  At that point the error went away and the plugin was 
> available in the about:plugins dialog.  However, the pdf fails to load.
> 
> Is there in fact no known workaround?  Maybe an older version?

The only one that I am aware of is intentionally to put the wrong
directories in libmap.conf for the Adobe Reader, or remove the plugin
entirely.  Then you can at least choose the application that opens the
PDF, at least in Gnome.  That's a good working definition for a kludge,
but I know of no others at the moment.

You could of course use a different PDF reader, but honestly I like the
Adobe Reader the best.  Evince is just too slow to be useful, and the
others just feel klunky to me.

Frank


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Eric Schuele

Eric Schuele wrote:

Frank Jahnke wrote:


We talked about this extensively on the ports list about a month ago,



I vaguely remember the thread, but could not dig it up in the archives 
for some reason.



when I saw the same thing with Epiphany on 6.0-RC1.  The conclusion was
that this is a bug in linuxpluginwrapper.  See:
http://www.freebsd.org/cgi/query-pr.cgi?pr=87404
To my knowledge, this has not yet been fixed.



Yes!  That's the problem exactly.  In fact I was getting the 'undefined 
symbol' error up until I changed the libmap.conf to point to where the 
nppdf.so resides.  At that point the error went away and the plugin was 
available in the about:plugins dialog.  However, the pdf fails to load.


Is there in fact no known workaround?  Maybe an older version?


Ok... well.. here is my workaround.  YMMV.

In firefox:
 Edit -> preferences -> downloads -> plugins
   disable pdfs
go to download a pdf file... tell it to always automatically open with
   /usr/local/bin/acroread7

It opens in an external window, but still saves me a click or two.

Still be nice if the plugin worked.



Thanks.


Frank

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"








--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Eric Schuele

Frank Jahnke wrote:

On Tue, 2005-11-08 at 21:32 +, Eric Schuele wrote:


Yes!  That's the problem exactly.  In fact I was getting the 'undefined 
symbol' error up until I changed the libmap.conf to point to where the 
nppdf.so resides.  At that point the error went away and the plugin was 
available in the about:plugins dialog.  However, the pdf fails to load.


Is there in fact no known workaround?  Maybe an older version?



The only one that I am aware of is intentionally to put the wrong
directories in libmap.conf for the Adobe Reader, or remove the plugin
entirely.  Then you can at least choose the application that opens the
PDF, at least in Gnome.  That's a good working definition for a kludge,
but I know of no others at the moment.



Yes... thank you.  I was responding to my own post when I got yours. 
Thanks for the help.



You could of course use a different PDF reader, but honestly I like the
Adobe Reader the best.  Evince is just too slow to be useful, and the
others just feel klunky to me.

Frank


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-08 Thread Dinesh Nair



On 11/09/05 06:12 Eric Schuele said the following:

In firefox:
 Edit -> preferences -> downloads -> plugins
   disable pdfs
go to download a pdf file... tell it to always automatically open with
   /usr/local/bin/acroread7


i've been following this thread, and the problem persists in mozilla-devel 
as well. the best workaround is still the one you've suggested. you can 
also do this by removing the nppdf.so symbolic link in 
/usr/X11R6/lib/browser-plugins.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-09 Thread Nicolas Blais
On November 8, 2005 07:21 pm, Frank Jahnke wrote:
> We talked about this extensively on the ports list about a month ago,
> when I saw the same thing with Epiphany on 6.0-RC1.  The conclusion was
> that this is a bug in linuxpluginwrapper.  See:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=87404
> To my knowledge, this has not yet been fixed.
>
> Frank
>

Funny thing is that when the link is fixed, it still doesn't work in Firefox, 
but now Konqueror opens pdf within itself (good).

Nicolas.

-- 
FreeBSD 7.0-CURRENT #0: Sat Nov  5 12:12:36 EST 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc


pgpkbAIGyqqbV.pgp
Description: PGP signature


Re: Firefox + acroread7

2005-11-09 Thread Kent Stewart
On Wednesday 09 November 2005 02:47 am, Nicolas Blais wrote:
> On November 8, 2005 07:21 pm, Frank Jahnke wrote:
> > We talked about this extensively on the ports list about a month
> > ago, when I saw the same thing with Epiphany on 6.0-RC1.  The
> > conclusion was that this is a bug in linuxpluginwrapper.  See:
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=87404
> > To my knowledge, this has not yet been fixed.
> >
> > Frank
>
> Funny thing is that when the link is fixed, it still doesn't work in
> Firefox, but now Konqueror opens pdf within itself (good).
>

I had the same problem with firefox but I had assigned acroread5 as the 
pdf handler in the preferences>downloads. When I changed it to 
acroread7, it also read the pdf file.

Kent

> Nicolas.

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-14 Thread myfreebsd
Eric, 
 
You have the setup right in libmap.conf. You need to create 
or copy acroread7 to acroread in /usr/local/bin and make 
sure the permissions are correct. This should solve the 
problem.  
 
I don't know why but libmap.conf points to the wrong 
location for acrobat. And acroread7 port doesn't install a 
shell named acroread. It doesn't seem to make since to name 
the script with the version number. 
 
David 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox + acroread7

2005-11-14 Thread Eric Schuele

[EMAIL PROTECTED] wrote:
Eric, 
 
You have the setup right in libmap.conf. You need to create 
or copy acroread7 to acroread in /usr/local/bin and make 
sure the permissions are correct. This should solve the 
problem.  
 
I don't know why but libmap.conf points to the wrong 
location for acrobat. And acroread7 port doesn't install a 
shell named acroread. It doesn't seem to make since to name 
the script with the version number. 
 
David 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Excellent!  That did it!

Thank you very much.

--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-24 Thread Danny Pansters
On Tuesday 25 April 2006 02:35, Gary Kline wrote:
>   If firefox is supposedly superior to every other browser,
>   why, when it sees a realplayer "smil" file, does it pop up
>   a rectangle with radio-button  options and a "BROWSE" button?
>
>   I press BROWSE and another frame opens.  I click on X11R6 and
>   eventually get to bin, and there the only file I see is
>   "xauth".  ...CCan anybody 'splain this?
>
>   gary

Set mime types and handlers correctly?

I use KDE and konqueror, but once in a while I have to set some mine type -> 
handler things and it looks like you got a similar thing.

Dan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-24 Thread Gary Kline
On Tue, Apr 25, 2006 at 03:10:01AM +0200, Danny Pansters wrote:
> On Tuesday 25 April 2006 02:35, Gary Kline wrote:
> > If firefox is supposedly superior to every other browser,
> > why, when it sees a realplayer "smil" file, does it pop up
> > a rectangle with radio-button  options and a "BROWSE" button?
> >
> > I press BROWSE and another frame opens.  I click on X11R6 and
> > eventually get to bin, and there the only file I see is
> > "xauth".  ...CCan anybody 'splain this?
> >
> > gary
> 
> Set mime types and handlers correctly?
> 
> I use KDE and konqueror, but once in a while I have to set some mine type -> 
> handler things and it looks like you got a similar thing.
> 
> Dan

Ok, *which* mimetypes?  There are mime files in ~/. and in
various ~/.mozilla directories?  At least 2 in .mozilla--
one for firefox, one for mozilla.  These are named 
mimeTypes.rdf.  Be nice if firefox considered that thhere
are a few of us old time CLI guys still around!

With mozilla, there are places to type in specs about the
"helper" apps; things such as files suffixed with ".smil"
use realplay.  As do several other files.  Both realplay
and mplayer can do everything (in theory); I've stuck
with realplay.

thanks, Dan, but I'm still lost.

gary




-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-24 Thread nawcom
you can set up the mimetype for your user ($HOME/.mailcap) or globally 
(/etc/mailcap)


by adding the line "application-smil: /location/of/realplay" to the file.

I guess I'm confused, are you expecting the realplay binary to be in 
X11R6/bin, or are you confused about where and how to manually set up 
the mimetype?
you can figure out where realplay is by running "which realplay" in a 
console - as long as the path is set up in the shell's $PATH variable.



Gary Kline wrote:

On Tue, Apr 25, 2006 at 03:10:01AM +0200, Danny Pansters wrote:
  

On Tuesday 25 April 2006 02:35, Gary Kline wrote:


If firefox is supposedly superior to every other browser,
why, when it sees a realplayer "smil" file, does it pop up
a rectangle with radio-button  options and a "BROWSE" button?

I press BROWSE and another frame opens.  I click on X11R6 and
eventually get to bin, and there the only file I see is
"xauth".  ...CCan anybody 'splain this?

gary
  

Set mime types and handlers correctly?

I use KDE and konqueror, but once in a while I have to set some mine type -> 
handler things and it looks like you got a similar thing.


Dan



Ok, *which* mimetypes?  There are mime files in ~/. and in
various ~/.mozilla directories?  At least 2 in .mozilla--
	one for firefox, one for mozilla.  These are named 
	mimeTypes.rdf.  Be nice if firefox considered that thhere

are a few of us old time CLI guys still around!

With mozilla, there are places to type in specs about the
"helper" apps; things such as files suffixed with ".smil"
use realplay.  As do several other files.  Both realplay
and mplayer can do everything (in theory); I've stuck
with realplay.

thanks, Dan, but I'm still lost.

gary




  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-24 Thread nawcom
you can set up the mimetype for your user ($HOME/.mailcap) or globally 
(/etc/mailcap)


by adding the line "application-smil: /location/of/realplay" to the file.

I guess I'm confused, are you expecting the realplay binary to be in 
X11R6/bin, or are you confused about where and how to manually set up 
the mimetype?
you can figure out where realplay is by running "which realplay" in a 
console - as long as the path is set up in the shell's $PATH variable.



Gary Kline wrote:

On Tue, Apr 25, 2006 at 03:10:01AM +0200, Danny Pansters wrote:
 

On Tuesday 25 April 2006 02:35, Gary Kline wrote:
   

If firefox is supposedly superior to every other browser,
why, when it sees a realplayer "smil" file, does it pop up
a rectangle with radio-button  options and a "BROWSE" button?

I press BROWSE and another frame opens.  I click on X11R6 and
eventually get to bin, and there the only file I see is
"xauth".  ...CCan anybody 'splain this?

gary
  

Set mime types and handlers correctly?

I use KDE and konqueror, but once in a while I have to set some mine 
type -> handler things and it looks like you got a similar thing.


Dan



Ok, *which* mimetypes?  There are mime files in ~/. and in
various ~/.mozilla directories?  At least 2 in .mozilla--
one for firefox, one for mozilla.  These are named 
mimeTypes.rdf.  Be nice if firefox considered that thhere

are a few of us old time CLI guys still around!

With mozilla, there are places to type in specs about the
"helper" apps; things such as files suffixed with ".smil"
use realplay.  As do several other files.  Both realplay
and mplayer can do everything (in theory); I've stuck
with realplay.

thanks, Dan, but I'm still lost.

gary




  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-25 Thread Andrew Pantyukhin
On 4/25/06, Gary Kline <[EMAIL PROTECTED]> wrote:
> If firefox is supposedly superior to every other browser,
> why, when it sees a realplayer "smil" file, does it pop up
> a rectangle with radio-button  options and a "BROWSE" button?
>
> I press BROWSE and another frame opens.  I click on X11R6 and
> eventually get to bin, and there the only file I see is
> "xauth".  ...CCan anybody 'splain this?

www/mplayer-plugin takes care of smil and many other
media files.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-25 Thread [EMAIL PROTECTED]

On 4/24/06, Gary Kline <[EMAIL PROTECTED]> snickered:

If firefox is supposedly superior


Low and pretty was set the bar.  /usr/X11R6/bin/firefox
not excellent is, Pierce Brosnan thou artn't, Lawnmower
Man also is this not.

--
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-25 Thread Gary Kline
On Tue, Apr 25, 2006 at 01:02:00AM -0400, nawcom wrote:
> you can set up the mimetype for your user ($HOME/.mailcap) or globally 
> (/etc/mailcap)
> 
> by adding the line "application-smil: /location/of/realplay" to the file.
> 
> I guess I'm confused, are you expecting the realplay binary to be in 
> X11R6/bin, or are you confused about where and how to manually set up 
> the mimetype?
> you can figure out where realplay is by running "which realplay" in a 
> console - as long as the path is set up in the shell's $PATH variable.
> 
Yes, realplay in in X11R6/bin, and is in my path::

q4 8:19  [7264] which realplay
/usr/X11R6/bin/realplay
q4 8:20  [7265] locate realplay | grep bin
/usr/X11R6/bin/realplay
/usr/X11R6/lib/RealPlayer/realplay.bin
q4 8:20  [7266] echo $PATH
/home/kline/bin:/bin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/usr/local/jdk1.4.2/bin

But for whatever reason, given an ".smil" file, mozilla defaults
to realplay.  firefox gives me that obscure popup.  

I'll add the "application-smil:" line to /etc/mailcap and 
see if firefox gets a clue  
-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox::::: ugh.

2006-04-25 Thread Gary Kline
On Tue, Apr 25, 2006 at 12:28:06PM +0400, Andrew Pantyukhin wrote:
> On 4/25/06, Gary Kline <[EMAIL PROTECTED]> wrote:
> > If firefox is supposedly superior to every other browser,
> > why, when it sees a realplayer "smil" file, does it pop up
> > a rectangle with radio-button  options and a "BROWSE" button?
> >
> > I press BROWSE and another frame opens.  I click on X11R6 and
> > eventually get to bin, and there the only file I see is
> > "xauth".  ...CCan anybody 'splain this?
> 
> www/mplayer-plugin takes care of smil and many other
> media files.
> 
Hm, I used this a year++ ago; pkg_deleted. Will try 
again, thanks.

gary



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-18 Thread Marco Beishuizen
On Sat, 2004-12-18 at 21:53, Louis LeBlanc wrote:
> Something's not right with firefox.
> 
> Now that I've got the printing problems more or less solved, it
> crashes almost every time I hit a page with flash.
> 
> I've got the latest (from ports updated yesterday) native, and
> flashplugin-firefox port.  Certain websites crash or lock it up at
> seemingly random points.
> 
> By crash, I mean I get a firefox-bin.core file in my home directory.
> By lock up, I mean it simply stops responding - indefinitely.  Once I
> just quit for the night and next morning all I had was the window
> outline.
> 
> Case in point: http://www.big-boys.com/  This one ALWAYS takes it out.
> 
> Sometimes when loading the main page, sometimes when clicking out to
> another bookmark (different domain altogether) and pretty much anytime
> an onsite link is clicked.
> 
> I have rebuilt and reinstalled the flash plugin since portupgrading
> firefox.  I also deinstalled and reinstalled both additions - Noia
> theme and TabBrowser extension - latest of both.
> 
> Anyone else?
> 
> I don't really want to switch back to mozilla, but I may have to.

Yes, I have the sam experiences. But in my case all mozilla based
browsers (Mozilla, Firefox, Galeon) crash at sites like that. Browsing
over the internet with those browsers is almost impossible for me, they
crash at every site with (bad?) javascript or flash, and that are a lot
of sites. Now I use Opera again, which is very stable.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-18 Thread O. Hartmann
Marco Beishuizen schrieb:
On Sat, 2004-12-18 at 21:53, Louis LeBlanc wrote:
 

Something's not right with firefox.
Now that I've got the printing problems more or less solved, it
crashes almost every time I hit a page with flash.
I've got the latest (from ports updated yesterday) native, and
flashplugin-firefox port.  Certain websites crash or lock it up at
seemingly random points.
By crash, I mean I get a firefox-bin.core file in my home directory.
By lock up, I mean it simply stops responding - indefinitely.  Once I
just quit for the night and next morning all I had was the window
outline.
Case in point: http://www.big-boys.com/  This one ALWAYS takes it out.
Sometimes when loading the main page, sometimes when clicking out to
another bookmark (different domain altogether) and pretty much anytime
an onsite link is clicked.
I have rebuilt and reinstalled the flash plugin since portupgrading
firefox.  I also deinstalled and reinstalled both additions - Noia
theme and TabBrowser extension - latest of both.
Anyone else?
I don't really want to switch back to mozilla, but I may have to.
   

Yes, I have the sam experiences. But in my case all mozilla based
browsers (Mozilla, Firefox, Galeon) crash at sites like that. Browsing
over the internet with those browsers is almost impossible for me, they
crash at every site with (bad?) javascript or flash, and that are a lot
of sites. Now I use Opera again, which is very stable.
___
 

I made the same experience. I deleted flashplugin for Mozilla and 
Firefox. The only solution.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-20 Thread RW
On Saturday 18 December 2004 20:53, Louis LeBlanc wrote:
> Something's not right with firefox.
>
> Now that I've got the printing problems more or less solved, it
> crashes almost every time I hit a page with flash.
>
> I've got the latest (from ports updated yesterday) native, and
> flashplugin-firefox port.  Certain websites crash or lock it up at
> seemingly random points.
>
> By crash, I mean I get a firefox-bin.core file in my home directory.
> By lock up, I mean it simply stops responding - indefinitely.  Once I
> just quit for the night and next morning all I had was the window
> outline.
>
> Case in point: http://www.big-boys.com/  This one ALWAYS takes it out.
>
> Sometimes when loading the main page, sometimes when clicking out to
> another bookmark (different domain altogether) and pretty much anytime
> an onsite link is clicked.
>
> I have rebuilt and reinstalled the flash plugin since portupgrading
> firefox.  I also deinstalled and reinstalled both additions - Noia
> theme and TabBrowser extension - latest of both.
>

Firstly, are you using the old method of using flashpluginwrapper or the newer 
linuxpluginwrapper.

Secondly, are you using flash7, which isn't yet supported on Firefox.

I'm using the default Flash 6  and linuxpluginwrapper, and have seen no 
problems with mozilla or firefox.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-20 Thread Louis LeBlanc
On 12/20/04 12:12 PM, RW sat at the `puter and typed:
> On Saturday 18 December 2004 20:53, Louis LeBlanc wrote:
> > Something's not right with firefox.
> >
> > Now that I've got the printing problems more or less solved, it
> > crashes almost every time I hit a page with flash.
> >
> > I've got the latest (from ports updated yesterday) native, and
> > flashplugin-firefox port.  Certain websites crash or lock it up at
> > seemingly random points.
> >
> > By crash, I mean I get a firefox-bin.core file in my home directory.
> > By lock up, I mean it simply stops responding - indefinitely.  Once I
> > just quit for the night and next morning all I had was the window
> > outline.
> >
> > Case in point: http://www.big-boys.com/  This one ALWAYS takes it out.
> >
> > Sometimes when loading the main page, sometimes when clicking out to
> > another bookmark (different domain altogether) and pretty much anytime
> > an onsite link is clicked.
> >
> > I have rebuilt and reinstalled the flash plugin since portupgrading
> > firefox.  I also deinstalled and reinstalled both additions - Noia
> > theme and TabBrowser extension - latest of both.
> >
> 
> Firstly, are you using the old method of using flashpluginwrapper or the 
> newer 
> linuxpluginwrapper.
> 
> Secondly, are you using flash7, which isn't yet supported on Firefox.
> 
> I'm using the default Flash 6  and linuxpluginwrapper, and have seen no 
> problems with mozilla or firefox.

Well, that certainly improves things.
Firefox doesn't crash or lock up anymore, but of course, most flash on
the web these days is flash 7, so nothing plays.  Definitely an
improvement.

Thanks.
Lou

-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Finagle's Third Law:
  In any collection of data, the figure most obviously correct,
  beyond all need of checking, is the mistake
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-20 Thread RW
On Monday 20 December 2004 12:12, RW wrote:

> > I've got the latest (from ports updated yesterday) native, and
> > flashplugin-firefox port.  Certain websites crash or lock it up at
> > seemingly random points.
>...
>
> Firstly, are you using the old method of using flashpluginwrapper or the
> newer linuxpluginwrapper.
>
> Secondly, are you using flash7, which isn't yet supported on Firefox.
>
> I'm using the default Flash 6  and linuxpluginwrapper, and have seen no
> problems with mozilla or firefox.


Ah sorry, flashplugin-firefox is the GPLed flash clone. This didn't work at 
all for me when I tried it earlier in the year, typically cpu usage would go 
up to 100%, and most of the time it would crash.

The genuine Macromedia version for Linux is reliable, but it relies on your 
installing linux emulation, and being comfortable with installing a 
third-party binary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-20 Thread Louis LeBlanc
On 12/20/04 02:16 PM, RW sat at the `puter and typed:
> On Monday 20 December 2004 12:12, RW wrote:
> 
>  
> Ah sorry, flashplugin-firefox is the GPLed flash clone. This didn't work at 
> all for me when I tried it earlier in the year, typically cpu usage would go 
> up to 100%, and most of the time it would crash.

Yeah, I wasn't seeing the CPU spike, more like a sudden halt.  Not
even a screeching halt, more like it had just hit an immovable object.

> The genuine Macromedia version for Linux is reliable, but it relies on your 
> installing linux emulation, and being comfortable with installing a 
> third-party binary.

Ah, well, who's going to do flash better than Macromedia? :)

I noticed that the flashpluginwrapper installed linux-flashplugin6 as
a dependency.  What was your experience with 7?

Thanks.
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

A black cat crossing your path signifies that the animal is going somewhere.
-- Groucho Marx
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox headaches

2004-12-20 Thread RW
On Monday 20 December 2004 14:06, Louis LeBlanc wrote:
> On 12/20/04 12:12 PM, RW sat at the `puter and typed:
> > On Saturday 18 December 2004 20:53, Louis LeBlanc wrote:

> Firefox doesn't crash or lock up anymore, but of course, most flash on
> the web these days is flash 7, so nothing plays.  Definitely an
> improvement.

Flash 7 is supported with Mozilla. 

I prefer Mozilla over Firefox, but I haven't bothered to upgrade to 7. I've 
never actually seen anything that doesn't work on  flash 6. I probably just 
don't get around enough.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox thunderbird

2005-01-04 Thread RW
On Tuesday 04 January 2005 09:11, Osmany Guirola Cruz wrote:
> Hi people
>  I am having a little problem with firefox and thunderbird if i have a
> mail with and url in his body and i clicked nothing happens the firefox
> does not start up , similar in firefox if i have a link "mailto"
> thunderbird does not start up . What can i do ? i am using gnome and
> and my prefered aplications are set to firefox and thunderbird

Look at the the port www/mozex-firefox

Alterately use Mozilla which already has browser and mail integrated.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox about:plugins

2005-01-28 Thread Daniel S. Haischt
you have to type "about:plugins" into the URL text field, this
is the text field where you normaly type URLs such as http://
org ftp://
Steven Friedrich schrieb:
I'm running FreeBSD 4.11 (tracking STABLE).  I recently installed jdk1,4,2 and 
firefox.  My firefox doesn't have an "about:plugins" menu item.  Did I miss 
something?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox plugins

2005-01-28 Thread Loren M. Lang
On Fri, Jan 28, 2005 at 02:16:09PM -0500, Steven Friedrich wrote:
> My goal is to install a freebsd native browser supporting at least the most 
> common plugins.
> 
> I'm running 4.11 stable.
> 
> I have installed firefox and the jdk1.4.2 (which I believe is freebsd native) 
> which provided me with the java plugin, and flashplugin-firefox.
> 
> Are there native plugins for acrobat, real player, etc.  Or do I have to 
> install the linux versions?

No, but with www/linuxpluginwrapper, you can use them with a native
browser.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-26 Thread Jonathan Chen
On Fri, Jan 27, 2006 at 12:06:39AM -0600, Ben Siemon wrote:
> So I install firefox from /usr/ports/www/firefox on freebsd 6.0 and I
> assumed that it was 1.5. The info on the web said that 1.5 was in the ports
> collection but the source ball in the ports dir was for 1.0.7 and I have
> seen people with questions about firefox 1.5. I have used each of the
> methods suggested in the handbook for upgrading the ports tree but the
> source has stayed for 1.0.7.

What did you do to update your ports-tree? The easiest way on
FreeBSD-6.0 is with portsnap:

# portsnap fetch
# portsnap extact

And that'll have your ports tree up-to-date ready to build firefox.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
  "Opportunity does not knock,
   it presents itself when you beat down the door" - W.E. Channing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-26 Thread Mick Beaver
Ben,

Do the following:
cat /usr/ports/www/firefox/distinfo

It should have info about the firefox source download for version 1.5.
If it does not, you will have to look next into upgrading your ports.

-Mick Charles Beaver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-26 Thread Kris Kennaway
On Fri, Jan 27, 2006 at 12:06:39AM -0600, Ben Siemon wrote:
> So I install firefox from /usr/ports/www/firefox on freebsd 6.0 and I
> assumed that it was 1.5. The info on the web said that 1.5 was in the ports
> collection but the source ball in the ports dir was for 1.0.7 and I have
> seen people with questions about firefox 1.5. I have used each of the
> methods suggested in the handbook for upgrading the ports tree but the
> source has stayed for 1.0.7. Is this a case of have to install it from the
> source on the mozilla web site? Is there any easy way to install firefox 1.5?
> I have a feeling that I am missing some glaring fact that will solve this
> but I have been unable to find it for a week. So I figured I would go crying
> for help.

Presumably you didn't manage to update your ports tree yet (or you're
updating to an old version, e.g. the 6.0-RELEASE ports tree).  If
you're using cvsup, please post your supfile so we can check what is
wrong with it.

Kris


pgpBlpJJ8CZy1.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-26 Thread Jonathan Chen
On Fri, Jan 27, 2006 at 12:54:25AM -0600, Ben Siemon wrote:
> Thank you I failed to make the distinction between the release port tree and
> the current one I think.
> I take it that portsnap retrieces a snap shot of the current ports?

Yup.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
  Jesus saves.
   Allah forgives.
 Cthulu thinks you'd make a nice sandwich.

> On 1/27/06, Jonathan Chen <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, Jan 27, 2006 at 12:06:39AM -0600, Ben Siemon wrote:
> > > So I install firefox from /usr/ports/www/firefox on freebsd 6.0 and I
> > > assumed that it was 1.5. The info on the web said that 1.5 was in the
> > ports
> > > collection but the source ball in the ports dir was for 1.0.7 and I have
> > > seen people with questions about firefox 1.5. I have used each of the
> > > methods suggested in the handbook for upgrading the ports tree but the
> > > source has stayed for 1.0.7.
> >
> > What did you do to update your ports-tree? The easiest way on
> > FreeBSD-6.0 is with portsnap:
> >
> > # portsnap fetch
> > # portsnap extact
> >
> > And that'll have your ports tree up-to-date ready to build firefox.
> > --
> > Jonathan Chen <[EMAIL PROTECTED]>
> > --
> >   "Opportunity does not knock,
> >it presents itself when you beat down the door" - W.E. Channing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-27 Thread Frank Staals
Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a 
tremendous slowdown when using 1.5 ? I especially mean when the 
popup-window opens to ask what you want to do with a download ( save it 
or open it ) then Fx hangs for about 15 seconds ( while the 'ok' button 
is not clickable ) then It continues again. Also Firefox crashed when I 
tried using an upload function ( to attach a file to a post in a forum ).


Anyone else had problems with this ? ( Using Xfce4.2.3.1 with gtk2.8.9 
here )


Thanks in advance

--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-27 Thread Anish Mistry
On Friday 27 January 2006 04:18, Frank Staals wrote:
> Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a
> tremendous slowdown when using 1.5 ? I especially mean when the
> popup-window opens to ask what you want to do with a download (
> save it or open it ) then Fx hangs for about 15 seconds ( while the
> 'ok' button is not clickable ) then It continues again. Also
> Firefox crashed when I tried using an upload function ( to attach a
> file to a post in a forum ).
>
> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
> gtk2.8.9 here )
This has also been reported by other people including myself.  There 
doesn't seem to be any progress on diagnosing the problem.  The only 
thing I've been able to notice is that if I run truss on the firefox 
process during it's slowdown/hang it shows that firefox is repeatedly 
calling the kse_release system call.

-- 
Anish Mistry


pgpo11M7egOQo.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-27 Thread Mark Kane
Anish Mistry wrote:
> On Friday 27 January 2006 04:18, Frank Staals wrote:
>> Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a
>> tremendous slowdown when using 1.5 ? I especially mean when the
>> popup-window opens to ask what you want to do with a download (
>> save it or open it ) then Fx hangs for about 15 seconds ( while the
>> 'ok' button is not clickable ) then It continues again. Also
>> Firefox crashed when I tried using an upload function ( to attach a
>> file to a post in a forum ).
>>
>> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
>> gtk2.8.9 here )
> This has also been reported by other people including myself.  There 
> doesn't seem to be any progress on diagnosing the problem.  The only 
> thing I've been able to notice is that if I run truss on the firefox 
> process during it's slowdown/hang it shows that firefox is repeatedly 
> calling the kse_release system call.
> 

I have the same issues since updating to FF 1.5. For me, it freezes up
for 2-3-5 minutes the first time that one of those "popup-windows" comes
up after a clean Firefox start. After the first one that comes up,
subsequent ones are fine.

I opened a bug with the Mozilla people, but it got closed and marked as
a duplicate of this bug (which they say has been fixed in their 1.8 CVS):

https://bugzilla.mozilla.org/show_bug.cgi?id=305970

I have not yet tried to build the CVS, but it is a very annoying bug
indeed since other things seem to crash 1.5 like the mplayer plugin and
then I have to restart FF...therefore experiencing the problem again.

-Mark
FreeBSD 6.0-RELEASE [amd64]
Xfce 4.2.3.2
GTK 2.8.10

-- 
GnuPG Public Key:
http://www.mkproductions.org/mk_pubkey.asc

Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)



signature.asc
Description: OpenPGP digital signature


Re: Firefox 1.5

2006-01-27 Thread Anish Mistry
On Friday 27 January 2006 14:49, Mark Kane wrote:
> Anish Mistry wrote:
> > On Friday 27 January 2006 04:18, Frank Staals wrote:
> >> Hmm I got a question regarding to Fx 1.5. Has anyone else
> >> noticed a tremendous slowdown when using 1.5 ? I especially mean
> >> when the popup-window opens to ask what you want to do with a
> >> download ( save it or open it ) then Fx hangs for about 15
> >> seconds ( while the 'ok' button is not clickable ) then It
> >> continues again. Also Firefox crashed when I tried using an
> >> upload function ( to attach a file to a post in a forum ).
> >>
> >> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
> >> gtk2.8.9 here )
> >
> > This has also been reported by other people including myself. 
> > There doesn't seem to be any progress on diagnosing the problem. 
> > The only thing I've been able to notice is that if I run truss on
> > the firefox process during it's slowdown/hang it shows that
> > firefox is repeatedly calling the kse_release system call.
>
> I have the same issues since updating to FF 1.5. For me, it freezes
> up for 2-3-5 minutes the first time that one of those
> "popup-windows" comes up after a clean Firefox start. After the
> first one that comes up, subsequent ones are fine.
>
> I opened a bug with the Mozilla people, but it got closed and
> marked as a duplicate of this bug (which they say has been fixed in
> their 1.8 CVS):
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=305970
>
> I have not yet tried to build the CVS, but it is a very annoying
> bug indeed since other things seem to crash 1.5 like the mplayer
> plugin and then I have to restart FF...therefore experiencing the
> problem again.
Have you tried to just apply the patch in the bug report and recompile 
1.5?  If that fixes it send a FreeBSD PR and CC the firefox 
maintainer so they can add the patch to the port in the mean time.  
I've started compiling, but your AMD64 system is a lot faster that my 
old Athlon. :)

-- 
Anish Mistry


pgpGnZd4z9aUb.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-27 Thread Anish Mistry
On Friday 27 January 2006 14:49, Mark Kane wrote:
> Anish Mistry wrote:
> > On Friday 27 January 2006 04:18, Frank Staals wrote:
> >> Hmm I got a question regarding to Fx 1.5. Has anyone else
> >> noticed a tremendous slowdown when using 1.5 ? I especially mean
> >> when the popup-window opens to ask what you want to do with a
> >> download ( save it or open it ) then Fx hangs for about 15
> >> seconds ( while the 'ok' button is not clickable ) then It
> >> continues again. Also Firefox crashed when I tried using an
> >> upload function ( to attach a file to a post in a forum ).
> >>
> >> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
> >> gtk2.8.9 here )
> >
> > This has also been reported by other people including myself. 
> > There doesn't seem to be any progress on diagnosing the problem. 
> > The only thing I've been able to notice is that if I run truss on
> > the firefox process during it's slowdown/hang it shows that
> > firefox is repeatedly calling the kse_release system call.
>
> I have the same issues since updating to FF 1.5. For me, it freezes
> up for 2-3-5 minutes the first time that one of those
> "popup-windows" comes up after a clean Firefox start. After the
> first one that comes up, subsequent ones are fine.
>
> I opened a bug with the Mozilla people, but it got closed and
> marked as a duplicate of this bug (which they say has been fixed in
> their 1.8 CVS):
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=305970
>
> I have not yet tried to build the CVS, but it is a very annoying
> bug indeed since other things seem to crash 1.5 like the mplayer
> plugin and then I have to restart FF...therefore experiencing the
> problem again.
I've just tried out the patch in the above bug report and it does seem 
to fix the problem.  There was a rejected hunk in the patch, but it 
just looked like a comment so no functionality was actually missing.  
This should probably be added to the firefox port.

-- 
Anish Mistry


pgpSgWaJHfJb1.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-28 Thread Simon Barner
> > I opened a bug with the Mozilla people, but it got closed and
> > marked as a duplicate of this bug (which they say has been fixed in
> > their 1.8 CVS):
> >
> > https://bugzilla.mozilla.org/show_bug.cgi?id=305970
> >
> > I have not yet tried to build the CVS, but it is a very annoying
> > bug indeed since other things seem to crash 1.5 like the mplayer
> > plugin and then I have to restart FF...therefore experiencing the
> > problem again.
> I've just tried out the patch in the above bug report and it does seem 
> to fix the problem.  There was a rejected hunk in the patch, but it 
> just looked like a comment so no functionality was actually missing.  
> This should probably be added to the firefox port.

I can confirm this! You probably want to use a slightly modified version
of the patch (from mozilla CVS). I did not test the latter, but the
differences between the patch from CVS and the Bugzilla report are only
minor style issues.

http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsWindow.cpp&branch=MOZILLA_1_8_0_BRANCH&root=/cvsroot&subdir=mozilla/widget/src/gtk2&command=DIFF_FRAMESET&rev1=1.145.2.1&rev2=1.145.2.1.4.1

-- 
Best regards / Viele Grüße, [EMAIL PROTECTED]
 Simon Barner[EMAIL PROTECTED]


pgpM3gugzeH5T.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-28 Thread Stijn Hoop
Thanks for this!

I was trying to restore some sanity to this new browser -- it keeps
hanging / crashing.

Will try this ASAP.

--Stijn

On Fri, Jan 27, 2006 at 06:50:11PM -0500, Anish Mistry wrote:
> On Friday 27 January 2006 14:49, Mark Kane wrote:
> > Anish Mistry wrote:
> > > On Friday 27 January 2006 04:18, Frank Staals wrote:
> > >> Hmm I got a question regarding to Fx 1.5. Has anyone else
> > >> noticed a tremendous slowdown when using 1.5 ? I especially mean
> > >> when the popup-window opens to ask what you want to do with a
> > >> download ( save it or open it ) then Fx hangs for about 15
> > >> seconds ( while the 'ok' button is not clickable ) then It
> > >> continues again. Also Firefox crashed when I tried using an
> > >> upload function ( to attach a file to a post in a forum ).
> > >>
> > >> Anyone else had problems with this ? ( Using Xfce4.2.3.1 with
> > >> gtk2.8.9 here )
> > >
> > > This has also been reported by other people including myself. 
> > > There doesn't seem to be any progress on diagnosing the problem. 
> > > The only thing I've been able to notice is that if I run truss on
> > > the firefox process during it's slowdown/hang it shows that
> > > firefox is repeatedly calling the kse_release system call.
> >
> > I have the same issues since updating to FF 1.5. For me, it freezes
> > up for 2-3-5 minutes the first time that one of those
> > "popup-windows" comes up after a clean Firefox start. After the
> > first one that comes up, subsequent ones are fine.
> >
> > I opened a bug with the Mozilla people, but it got closed and
> > marked as a duplicate of this bug (which they say has been fixed in
> > their 1.8 CVS):
> >
> > https://bugzilla.mozilla.org/show_bug.cgi?id=305970
> >
> > I have not yet tried to build the CVS, but it is a very annoying
> > bug indeed since other things seem to crash 1.5 like the mplayer
> > plugin and then I have to restart FF...therefore experiencing the
> > problem again.
> I've just tried out the patch in the above bug report and it does seem 
> to fix the problem.  There was a rejected hunk in the patch, but it 
> just looked like a comment so no functionality was actually missing.  
> This should probably be added to the firefox port.
> 
> -- 
> Anish Mistry



-- 
It's harder to read code than to write it.
-- Joel Spolsky,
   http://www.joelonsoftware.com/articles/fog69.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-28 Thread Stijn Hoop
For those interested, paste the inline patch below in

/usr/ports/www/firefox/files/patch-bugzilla305970

And reinstall your firefox. Thanks again, Anish, it certainly seemed to
help me!

--Stijn

--- widget/src/gtk2/nsWindow.cpp.orig   Thu Aug 18 10:11:23 2005
+++ widget/src/gtk2/nsWindow.cppSat Jan 28 18:34:03 2006
@@ -148,9 +148,9 @@
GdkEventVisibility *event);
 static gboolean window_state_event_cb (GtkWidget *widget,
GdkEventWindowState *event);
-static void style_set_cb  (GtkWidget *widget,
-   GtkStyle *previous_style,
-   gpointer data);
+static void theme_changed_cb  (GtkSettings *settings,
+   GParamSpec *pspec,
+   nsWindow *data);
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
@@ -372,6 +372,10 @@
 mIsDestroyed = PR_TRUE;
 mCreated = PR_FALSE;
 
+g_signal_handlers_disconnect_by_func(gtk_settings_get_default(),
+ 
(gpointer)G_CALLBACK(theme_changed_cb),
+ this);
+
 // ungrab if required
 nsCOMPtr rollupWidget = do_QueryReferent(gRollupWindow);
 if (NS_STATIC_CAST(nsIWidget *, this) == rollupWidget.get()) {
@@ -2434,8 +2438,16 @@
  G_CALLBACK(delete_event_cb), NULL);
 g_signal_connect(G_OBJECT(mShell), "window_state_event",
  G_CALLBACK(window_state_event_cb), NULL);
-g_signal_connect(G_OBJECT(mShell), "style_set",
- G_CALLBACK(style_set_cb), NULL);
+
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-theme-name",
+   G_CALLBACK(theme_changed_cb), this);
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-key-theme-name",
+   G_CALLBACK(theme_changed_cb), this);
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-font-name",
+   G_CALLBACK(theme_changed_cb), this);
 }
 
 if (mContainer) {
@@ -3916,11 +3928,9 @@
 
 /* static */
 void
-style_set_cb (GtkWidget *widget, GtkStyle *previous_style, gpointer data)
+theme_changed_cb (GtkSettings *settings, GParamSpec *pspec, nsWindow *data)
 {
-nsWindow *window = get_window_for_gtk_widget(widget);
-if (window)
-window->ThemeChanged();
+data->ThemeChanged();
 }
 
 //


pgpg0DaBxcAVb.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-29 Thread Adam Nealis

Andreas Davour wrote:

On Fri, 27 Jan 2006, Frank Staals wrote:

Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a 
tremendous slowdown when using 1.5 ? I especially mean when the 
popup-window opens to ask what you want to do with a download ( save 
it or open it ) then Fx hangs for about 15 seconds ( while the 'ok' 
button is not clickable ) then It continues again. Also Firefox 
crashed when I tried using an upload function ( to attach a file to a 
post in a forum ).


Anyone else had problems with this ? ( Using Xfce4.2.3.1 with gtk2.8.9 
here )



Nope, but the person who decided to change the filerequester to a kind 
that no other program on the planet uses needs to take a lesson in 
consistency in gui design. That idiotic filerequester is a major problem 
with 1.5 in my opinion...


I hate the "friendly" HTTP error messages. I haven't worked out how to 
get bare HTTP error messages yet.



___ 
Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo http://uk.photos.yahoo.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-01-29 Thread Stijn Hoop
On Sun, Jan 29, 2006 at 10:22:45PM +0100, Andreas Davour wrote:
> On Fri, 27 Jan 2006, Frank Staals wrote:
> 
> >Hmm I got a question regarding to Fx 1.5. Has anyone else noticed a 
> >tremendous slowdown when using 1.5 ? I especially mean when the 
> >popup-window opens to ask what you want to do with a download ( save it or 
> >open it ) then Fx hangs for about 15 seconds ( while the 'ok' button is 
> >not clickable ) then It continues again. Also Firefox crashed when I tried 
> >using an upload function ( to attach a file to a post in a forum ).
> >
> >Anyone else had problems with this ? ( Using Xfce4.2.3.1 with gtk2.8.9 
> >here )
> 
> Nope, but the person who decided to change the filerequester to a kind 
> that no other program on the planet uses needs to take a lesson in 
> consistency in gui design. That idiotic filerequester is a major problem 
> with 1.5 in my opinion...

It's consistent with the rest of GNOME. Being a GNOME user, I like it.
I think you can turn it off at compile time, but I haven't checked
to see if the port supports it as well.

--Stijn

-- 
I have great faith in fools -- self confidence my friends call it.
-- Edgar Allan Poe


pgpONxdK4WcuI.pgp
Description: PGP signature


Re: Firefox 1.5

2006-01-29 Thread David Scheidt
On Sun, Jan 29, 2006 at 10:13:23PM +, Adam Nealis wrote:
> 
> I hate the "friendly" HTTP error messages. I haven't worked out how to 
> get bare HTTP error messages yet.
> 

set browser.xul.error_pages.enabled to false

David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-02-01 Thread Panagiotis Astithas

Stijn Hoop wrote:

For those interested, paste the inline patch below in

/usr/ports/www/firefox/files/patch-bugzilla305970

And reinstall your firefox. Thanks again, Anish, it certainly seemed to
help me!

--Stijn

--- widget/src/gtk2/nsWindow.cpp.orig   Thu Aug 18 10:11:23 2005
+++ widget/src/gtk2/nsWindow.cppSat Jan 28 18:34:03 2006
@@ -148,9 +148,9 @@
GdkEventVisibility *event);
 static gboolean window_state_event_cb (GtkWidget *widget,
GdkEventWindowState *event);
-static void style_set_cb  (GtkWidget *widget,
-   GtkStyle *previous_style,
-   gpointer data);
+static void theme_changed_cb  (GtkSettings *settings,
+   GParamSpec *pspec,
+   nsWindow *data);
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
@@ -372,6 +372,10 @@
 mIsDestroyed = PR_TRUE;
 mCreated = PR_FALSE;
 
+g_signal_handlers_disconnect_by_func(gtk_settings_get_default(),

+ 
(gpointer)G_CALLBACK(theme_changed_cb),
+ this);
+
 // ungrab if required
 nsCOMPtr rollupWidget = do_QueryReferent(gRollupWindow);
 if (NS_STATIC_CAST(nsIWidget *, this) == rollupWidget.get()) {
@@ -2434,8 +2438,16 @@
  G_CALLBACK(delete_event_cb), NULL);
 g_signal_connect(G_OBJECT(mShell), "window_state_event",
  G_CALLBACK(window_state_event_cb), NULL);
-g_signal_connect(G_OBJECT(mShell), "style_set",
- G_CALLBACK(style_set_cb), NULL);
+
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-theme-name",
+   G_CALLBACK(theme_changed_cb), this);
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-key-theme-name",
+   G_CALLBACK(theme_changed_cb), this);
+g_signal_connect_after(gtk_settings_get_default(),
+   "notify::gtk-font-name",
+   G_CALLBACK(theme_changed_cb), this);
 }
 
 if (mContainer) {

@@ -3916,11 +3928,9 @@
 
 /* static */

 void
-style_set_cb (GtkWidget *widget, GtkStyle *previous_style, gpointer data)
+theme_changed_cb (GtkSettings *settings, GParamSpec *pspec, nsWindow *data)
 {
-nsWindow *window = get_window_for_gtk_widget(widget);
-if (window)
-window->ThemeChanged();
+data->ThemeChanged();
 }
 
 //



This has made firefox a pleasure to use again for me.

Thanks,

Panagiotis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox 1.5

2006-02-05 Thread freebsd-questions
> 
> So the lunacy is even more widespread!? Sheesh, I *really* hope the port 
> will support turning it off.
> 

Speaking of lunacy: Before I upgrade to 1.5, can someone tell me if the
'feature' of renaming downloaded files by incrementing version number has
been restored to a more sensible "Do you want to overwrite this file"
question or even a clear filename.bla[2] signature? I've managed to
download the same file three times, with newly created 'versions' without
realising! It's particularly annoying when the file itself has a version
number, so I end up with:

file-5.3
file-6.3
file-7.3

and so on...

joel

-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox & Java

2005-09-13 Thread Alex Zbyslaw

Beecher Rintoul wrote:

I am attempting to get java working with firefox. I have both jdk 1.4 and 1.5 
installed. Per google, I symlinked libjavaplugin_oji.so 
to /usr/X11R6/lib/browser_plugins, but firefox doesn't work with either jdk. 
No errors, just comes up saying plugin required. What else do I need to do? 
I'd like to use 1.5 if possible.
 


For a start show us:

 /bin/ls -l /usr/X11R6/lib/browser_plugins

and then

 /bin/ls -lL /usr/X11R6/lib/browser_plugins

Firefox with 1.4 works fine for me, so maybe you just didn't get the 
links right.


--Alex

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox & Java

2005-09-13 Thread Beecher Rintoul
On Tuesday 13 September 2005 12:56 am, Alex Zbyslaw wrote:
> Beecher Rintoul wrote:
> >I am attempting to get java working with firefox. I have both jdk 1.4 and
> > 1.5 installed. Per google, I symlinked libjavaplugin_oji.so
> >to /usr/X11R6/lib/browser_plugins, but firefox doesn't work with either
> > jdk. No errors, just comes up saying plugin required. What else do I need
> > to do? I'd like to use 1.5 if possible.
>
> For a start show us:
>
>   /bin/ls -l /usr/X11R6/lib/browser_plugins

stargate# /bin/ls -l /usr/X11R6/lib/browser_plugins
total 20
-rw-r--r--  1 root  wheel  0 Sep 11 00:57 .firefox.keep
lrwxr-xr-x  1 root  wheel 49 Sep 10 12:16 flashplayer.xpt 
-> /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt
lrwxr-xr-x  1 root  wheel 51 Sep 10 12:16 libflashplayer.so 
-> /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so
lrwxr-xr-x  1 root  wheel 78 Sep 13 01:45 libjavaplugin_oji.so 
-> 
/usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
-rwxr-xr-x  1 root  wheel  19350 Sep  3 20:16 libnpflash.so
lrwxr-xr-x  1 root  wheel 47 Sep 10 12:16 nphelix.so 
-> /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so
lrwxr-xr-x  1 root  wheel 48 Sep 10 12:16 nphelix.xpt 
-> /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt
lrwxr-xr-x  1 root  wheel 68 Sep 10 12:16 nppdf.so 
-> /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so

>
> and then
>
>   /bin/ls -lL /usr/X11R6/lib/browser_plugins

stargate# /bin/ls -lL /usr/X11R6/lib/browser_plugins
total 2726
-rw-r--r--  1 root  wheel0 Sep 11 00:57 .firefox.keep
-r--r--r--  1 root  wheel  856 Sep  7 22:58 flashplayer.xpt
-r--r--r--  1 root  wheel  1470464 Sep  7 22:58 libflashplayer.so
-rwxrwxr-x  1 root  wheel   281996 Mar  4  2005 libjavaplugin_oji.so
-rwxr-xr-x  1 root  wheel19350 Sep  3 20:16 libnpflash.so
-r--r--r--  1 root  wheel57457 Sep  7 23:23 nphelix.so
-r--r--r--  1 root  wheel 5086 Sep  7 23:23 nphelix.xpt
-rwxr-xr-x  1 root  wheel   878568 Jul 27 14:10 nppdf.so

>
> Firefox with 1.4 works fine for me, so maybe you just didn't get the
> links right.
>
> --Alex

Hope this helps, I'd really like to get it working.

Beech
-- 
---
Beech Rintoul - System Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  | 201 East 9th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \ 
---













pgpGiyHzqWa1t.pgp
Description: PGP signature


Re: Firefox & Java

2005-09-13 Thread Alex Zbyslaw

Beecher Rintoul wrote:


On Tuesday 13 September 2005 12:56 am, Alex Zbyslaw wrote:
 


Beecher Rintoul wrote:
   


I am attempting to get java working with firefox. I have both jdk 1.4 and
1.5 installed. Per google, I symlinked libjavaplugin_oji.so
to /usr/X11R6/lib/browser_plugins, but firefox doesn't work with either
jdk. No errors, just comes up saying plugin required. What else do I need
to do? I'd like to use 1.5 if possible.
 


For a start show us:

 /bin/ls -l /usr/X11R6/lib/browser_plugins
   



stargate# /bin/ls -l /usr/X11R6/lib/browser_plugins
total 20
lrwxr-xr-x  1 root  wheel 78 Sep 13 01:45 libjavaplugin_oji.so 
-> /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
 


and then

 /bin/ls -lL /usr/X11R6/lib/browser_plugins
   



stargate# /bin/ls -lL /usr/X11R6/lib/browser_plugins
total 2726
-rwxrwxr-x  1 root  wheel   281996 Mar  4  2005 libjavaplugin_oji.so


OK, you got the link right, so it's not that.

Two more suggestions:

what does "about:plugins" show?  Type it into the firefox address bar.  
It should show you all the plugins being recognised, and mine includes 
Java, Acrobat. Flash etc.
If it isn't showing java then *maybe* it's that firefox doesn't like the 
linux version of the java plugin.  I'm using the native FreeBSD version 
(ports/java/jdk14), so maybe installing that would help.


I'm supposing that for the linux version to work you would have to have 
linux compatibility enabled, either in your kernel or as a loadable 
module.  (As root) what does

   kldload linux
show?  Mine is loaded and I get:

# kldload linux
kldload: can't load linux: File exists

If you get no error, then try restarting firefox and seeing if java now 
works.  If it does then you need to make sure that linux module gets 
loaded at boot time:


# echo linux_load="YES" >> /boot/loader.conf

--Alex





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox error

2005-10-19 Thread Lowell Gilbert
eodyna <[EMAIL PROTECTED]> writes:

> hi everyone,
> 
> I tried to install firefox 1.07 from
> /usr/ports/www/firefox
> 
> but i get the following error
[snip]
> nsDNSService2.cpp:528: error: `PR_AF_UNSPEC'

At least one of the dependencies is out of date.  Probably nspr in
this case.  Try portupgrade or portmanager to update your installed
ports before continuing to install new ones.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: firefox 2.0.0.20_9,1

2009-08-12 Thread Paul Schmehl

--On August 12, 2009 8:18:55 PM -0500 ajtiM  wrote:



Hi!
When I run


;
portaudit -a
Affected package: firefox-2.0.0.20_9,1
Type of problem: mozilla -- multiple vulnerabilities.
Reference:


but when I check above site I found:
Affects:
firefox <3.*,1
firefox >3.*,1 <3.0.13,1
firefox >3.5.*,1 <3.5.2,1
linux-firefox <3.*,1
linux-firefox >3.*,1 <3.0.13,1
linux-firefox >3.5.*,1 <3.5.2,1
linux-firefox-devel <3.5.2
seamonkey >0
linux-seamonkey >0
linux-seamonkey-devel >0
thunderbird >0
linux-thunderbird >0

Are problem with  firefox-2.0.0.20_9,1 or not, please.


That port should probably be removed.  It's ancient.

Use /usr/ports/www/firefox3 or /usr/ports/www/firefox3.5

Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox 2.0.0.20_9,1

2009-08-12 Thread Mel Flynn
On Wednesday 12 August 2009 18:16:20 Paul Schmehl wrote:
> --On August 12, 2009 8:18:55 PM -0500 ajtiM  wrote:
> > Hi!
> > When I run
> >
> >
> > ;
> > portaudit -a
> > Affected package: firefox-2.0.0.20_9,1
> > Type of problem: mozilla -- multiple vulnerabilities.
> > Reference:
> > 
> >
> > but when I check above site I found:
> > Affects:
> > firefox <3.*,1

Given the above, it should be affected. Reading the original documents it 
doesn't show. And I can't find anywhere that firefox 2 is End of Life.

> > firefox >3.*,1 <3.0.13,1
> > firefox >3.5.*,1 <3.5.2,1
> > linux-firefox <3.*,1
> > linux-firefox >3.*,1 <3.0.13,1
> > linux-firefox >3.5.*,1 <3.5.2,1
> > linux-firefox-devel <3.5.2
> > seamonkey >0
> > linux-seamonkey >0
> > linux-seamonkey-devel >0
> > thunderbird >0
> > linux-thunderbird >0
> >
> > Are problem with  firefox-2.0.0.20_9,1 or not, please.
>
> That port should probably be removed.  It's ancient.

If that's ancient, you should do a find /usr/ports -name Makefile -exec ident 
{} +|grep ' 200[67]/'.

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox 2.0.0.20_9,1

2009-08-12 Thread Paul Schmehl
--On August 12, 2009 9:48:04 PM -0500 Mel Flynn 
 wrote:


Given the above, it should be affected. Reading the original documents it
doesn't show. And I can't find anywhere that firefox 2 is End of Life.



Firefox was EOL in December 2008.  No security updates or fixes will be 
released for it.


http://www.linuxjournal.com/print/1007661

http://en.wikipedia.org/wiki/Mozilla_Firefox

It should be removed from the ports tree.

Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox 2.0.0.20_9,1

2009-08-20 Thread Howard Goldstein
ajtiM wrote:
> firefox 2.0.0.20_9,1
> Paul Schmehl pschmehl_lists at tx.rr.com 
>  Thu Aug 13 02:16:24 UTC 2009 
> Previous message: firefox 2.0.0.20_9,1 
> Next message: firefox 2.0.0.20_9,1 
> Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 
> --On August 12, 2009 8:18:55 PM -0500 ajtiM  wrote:
> 
>> Hi!
>> When I run
>>
>>
>> ;
>> portaudit -a
>> Affected package: firefox-2.0.0.20_9,1
>> Type of problem: mozilla -- multiple vulnerabilities.
>> Reference:
>> 
>>
>> but when I check above site I found:
>> Affects:
>> firefox <3.*,1
>> firefox >3.*,1 <3.0.13,1
>> firefox >3.5.*,1 <3.5.2,1
>> linux-firefox <3.*,1
>> linux-firefox >3.*,1 <3.0.13,1
>> linux-firefox >3.5.*,1 <3.5.2,1
>> linux-firefox-devel <3.5.2
>> seamonkey >0
>> linux-seamonkey >0
>> linux-seamonkey-devel >0
>> thunderbird >0
>> linux-thunderbird >0
>>
>> Are problem with  firefox-2.0.0.20_9,1 or not, please.
> 
> That port should probably be removed.  It's ancient.
> 
> Use /usr/ports/www/firefox3 or /usr/ports/www/firefox3.5

It's like the cat dragged in firefox2 despite use of 3.5 for actual
browsing :(  Is there a good way to resolve these dependencies through
firefox3 or 3.5 short of ditching gnome?

cally:/usr/home/hg$ pkg_info -R firefox-2.0.0.20_9,1
Information for firefox-2.0.0.20_9,1:

Required by:
epiphany-2.26.3_3
epiphany-extensions-2.26.1_1
galeon-2.0.7_1
gdesklets-0.35.4_6
gnome2-2.26.3
gnome2-fifth-toe-2.26.3
gnome2-power-tools-2.26.3
py26-gnome-extras-2.25.3_3
seahorse-plugins-2.26.2_2
straw-0.27_4
yelp-2.26.0_1






signature.asc
Description: OpenPGP digital signature


Re: firefox 2.0.0.20_9,1

2009-08-20 Thread Lowell Gilbert
Howard Goldstein  writes:

> It's like the cat dragged in firefox2 despite use of 3.5 for actual
> browsing :(  Is there a good way to resolve these dependencies through
> firefox3 or 3.5 short of ditching gnome?

Yeah, it's really from the gecko handling.  According to
Mk/bsd.gecko.mk, I think you could add something like the following to
make.conf to do what you need:

USE_GECKO= firefox3<->firefox

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox 2.0.0.20_9,1

2009-08-21 Thread Lowell Gilbert
Lowell Gilbert  writes:

> Howard Goldstein  writes:
>
>> It's like the cat dragged in firefox2 despite use of 3.5 for actual
>> browsing :(  Is there a good way to resolve these dependencies through
>> firefox3 or 3.5 short of ditching gnome?
>
> Yeah, it's really from the gecko handling.  According to
> Mk/bsd.gecko.mk, I think you could add something like the following to
> make.conf to do what you need:
>
> USE_GECKO= firefox3<->firefox

But it doesn't work, and neither does the formulat actually given in the
makefile.  From checkin comments a few months back, I think this
capability is on hold waiting for xulrunner 1.9.  Don't quote me on
that, though; I don't quite understand some of the mechanisms in use.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread Jerry
On Wed, 26 Aug 2009 11:32:09 +0100
Peter Harrison  wrote:

> I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> offer some advice on moving up to 3.5?
> 
> Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?

I used: pkg_delete -dfv Firefox 3.0.11,1

It worked fine. Then build and install the new version. Depending on
how you manage your ports, you might need to run something like:
"pkgdb -Ffuv" after installing the new port.


-- 
Jerry
ges...@yahoo.com

Parts that positively cannot be assembled in improper order will be.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread Wayne Sierke
On Wed, 2009-08-26 at 11:32 +0100, Peter Harrison wrote:
> I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> offer some advice on moving up to 3.5?
> 
> Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
> 
> Thanks for any thoughts.

Should be, or if you use portupgrade:

http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202568.html


Wayne


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread ill...@gmail.com
2009/8/26 Wayne Sierke :
> On Wed, 2009-08-26 at 11:32 +0100, Peter Harrison wrote:
>> I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
>> offer some advice on moving up to 3.5?
>>
>> Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
>>
>> Thanks for any thoughts.
>
> Should be, or if you use portupgrade:
>
> http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202568.html
>

2nd'd.  portupgrade -o www/firefox35 firefox\* worked perfectly here.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread David Southwell
> 2009/8/26 Wayne Sierke :
> > On Wed, 2009-08-26 at 11:32 +0100, Peter Harrison wrote:
> >> I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> >> offer some advice on moving up to 3.5?
> >>
> >> Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
> >>
> >> Thanks for any thoughts.
> >
> > Should be, or if you use portupgrade:
> >
> > http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202568.htm
> >l
>
> 2nd'd.  portupgrade -o www/firefox35 firefox\* worked perfectly here.
yep it compiles fine on amd64 freebsd 7.2 p3. However when launched it asks 
for you to accept a cookie from some strange site. I denied the cookie 
permission and firefox35 immediately shut down. 

david
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread Peter Harrison
Wednesday, 26 August 2009 at 23:54:12 +0930, Wayne Sierke said:
> On Wed, 2009-08-26 at 11:32 +0100, Peter Harrison wrote:
> > I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> > offer some advice on moving up to 3.5?
> > 
> > Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
> > 
> > Thanks for any thoughts.
> 
> Should be, or if you use portupgrade:
> 
> http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202568.html

OK thanks, I'll check that out.


Peter.


> 
> 
> Wayne
> 
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread Peter Harrison
Wednesday, 26 August 2009 at 11:55:38 -0400, ill...@gmail.com said:
> 2009/8/26 Wayne Sierke :
> > On Wed, 2009-08-26 at 11:32 +0100, Peter Harrison wrote:
> >> I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> >> offer some advice on moving up to 3.5?
> >>
> >> Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
> >>
> >> Thanks for any thoughts.
> >
> > Should be, or if you use portupgrade:
> >
> > http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202568.html
> >
> 
> 2nd'd.  portupgrade -o www/firefox35 firefox\* worked perfectly here.

Thanks for confirming.


Peter

.
> 
> -- 
> --
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox 3.5...

2009-08-26 Thread Peter Harrison
Wednesday, 26 August 2009 at 10:37:48 -0400, Jerry said:
> On Wed, 26 Aug 2009 11:32:09 +0100
> Peter Harrison  wrote:
> 
> > I've Firefox 3.0.11,1 on my 7.2-release system at the moment. Anyone
> > offer some advice on moving up to 3.5?
> > 
> > Is it as simple as pkg_delete'ing 3.0 and then installing 3.5?
> 
> I used: pkg_delete -dfv Firefox 3.0.11,1
> 
> It worked fine. Then build and install the new version. Depending on
> how you manage your ports, you might need to run something like:
> "pkgdb -Ffuv" after installing the new port.

Thanks Jerry. I tend to build ports on one machine and then install packages on 
another so I'll be doing it with packages, but thanks for the info.


Peter.

> 
> 
> -- 
> Jerry
> ges...@yahoo.com
> 
> Parts that positively cannot be assembled in improper order will be.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread Polytropon
On Wed, 22 Aug 2012 19:01:50 -0400, david coder wrote:
> is there a system png that comes w/ 8.3 that is distinct from the ports png?
> if not, how explain that install of firefox-14.0.1 fails w/ the error message
> that the system png does not support APNG even though the makefile for the
> png port contains the line
> 
>   OPTIONS=APNG "Animated PNG support" On
> 
> ?
> 
> i am puzzled.

The question has already been answered on 2012-08-02.

http://lists.freebsd.org/pipermail/freebsd-questions/2012-August/243984.html

You need to recompile the PNG library (from ports, does _not_
belong to the system - it's /usr/ports/graphics/png that will
install libpng to your system) with the "Animated PNG support"
(APNG) option [x] set. After doing so, you will be able to resume
your Firefox build. See "man ports" or the manual of your port
management tool (e. g. portmaster) on how to do that. Make sure
you do "make clean" prior to that attempt.

>From the error message which you _have not shown_ (so I'm just
guessing) it seems that libpng has been installed without the
animation support. If you can make sure it's properly installed
and you still get the error, please _show_ the error here so a
better diagnostics step can be done.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread david coder

thx, i hadn't seen the reply to my earlier message.

unfortunately, though i've got the png port installed w/ 


OPTIONS=APNG "Animated PNG support" On

the install of freebsd fails w/ the error message given below.

is there something else required in the png makefile or elsewhere that i'm
missing?

some writers have insisted that a recent install of the os is also needed,
but that is also a non-issue for my boxes:  they're up to date.

installing firefox is not as urgent for me since chrome is adequate for most
purposes, but still...

thx for your reply.  any further thoughts would be appreciated.

david

+++ Polytropon [23/08/12 01:17 +0200]:

On Wed, 22 Aug 2012 19:01:50 -0400, david coder wrote:

is there a system png that comes w/ 8.3 that is distinct from the ports png?
if not, how explain that install of firefox-14.0.1 fails w/ the error message
that the system png does not support APNG even though the makefile for the
png port contains the line

OPTIONS=APNG "Animated PNG support" On

?

i am puzzled.


The question has already been answered on 2012-08-02.

http://lists.freebsd.org/pipermail/freebsd-questions/2012-August/243984.html

You need to recompile the PNG library (from ports, does _not_
belong to the system - it's /usr/ports/graphics/png that will
install libpng to your system) with the "Animated PNG support"
(APNG) option [x] set. After doing so, you will be able to resume
your Firefox build. See "man ports" or the manual of your port
management tool (e. g. portmaster) on how to do that. Make sure
you do "make clean" prior to that attempt.


From the error message which you _have not shown_ (so I'm just

guessing) it seems that libpng has been installed without the
animation support. If you can make sure it's properly installed
and you still get the error, please _show_ the error here so a
better diagnostics step can be done.


--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread Polytropon
On Wed, 22 Aug 2012 19:43:55 -0400, david coder wrote:
> thx, i hadn't seen the reply to my earlier message.
> 
> unfortunately, though i've got the png port installed w/ 
> 
>   OPTIONS=APNG "Animated PNG support" On

That should be the default. Anyway, you can always check which
options had been in use when building and installing a port:

% cat /var/db/ports/png/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for png-1.4.8
_OPTIONS_READ=png-1.4.8
WITH_APNG=true

In this example you can see that it has been properly installed.



> the install of freebsd fails w/ the error message given below.

Sadly the Firefox build error message is not included. 



> is there something else required in the png makefile or elsewhere that i'm
> missing?

I'm sure this entry of /usr/ports/UPDATING applies:

20120531:
  AFFECTS: users of graphics/png
  AUTHOR: din...@freebsd.org

  The PNG library has been updated to version 1.5.10.  Please rebuild all
  ports that depend on it.

  If you use portmaster:
portmaster -r png-
  If you use portupgrade:
portupgrade -fr graphics/png

It's easy to do so as the required commands are provided. Make
sure your ports tree is up to date and follow the advice to
install all ports depending on the _latest_ libpng (which you
seem to have installed, as you confirmed).



> some writers have insisted that a recent install of the os is also needed,
> but that is also a non-issue for my boxes:  they're up to date.

That is only needed when a 3rd party program or library requires
a newer OS version. The OS itself does not provide a PNG library.
If such a requirement is present, ports usually refuse to build
on older systems (the Makefile refuses to continue working if the
minimum OS version is not met). Such a change in a port will
definitely be mentioned in /usr/ports/UPDATING, a file worth
checking whenever dealing with updates as it often contains
important information regarding such changes.



> installing firefox is not as urgent for me since chrome is adequate for most
> purposes, but still...

I also have Firefox installed here, even though it's not up to
date, perfectly fitting the system's outdatedness. :-) I had
no problems installing it. Examining the Makefile of Firefox
(/usr/ports/www/firefox/Makefile) I don't see anything that
mentions libpng or animated PNG support. Maybe this is a
dependency of a dependency of Firefox?

Again, this seems to match the entry of /usr/ports/UPDATING.
It does _not_ require you to reinstall your OS. Where would
we be if every little package addition would force the OS to
be reinstalled... :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread Dan Nelson
In the last episode (Aug 22), david coder said:
> thx, i hadn't seen the reply to my earlier message.
> 
> unfortunately, though i've got the png port installed w/ 
> 
>   OPTIONS=APNG "Animated PNG support" On

This line just tells you what the default is on a system that hasn't built
the png port yet.  Before 2011-07-08, the default was Off.
 
> the install of freebsd fails w/ the error message given below.

What does "make showconfig" in the ports/graphics/png directory print?  I
bet you first installed the png port over a year ago, so you have inherited
the Off value from then.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread david coder

+++ Dan Nelson [22/08/12 19:01 -0500]:

In the last episode (Aug 22), david coder said:

thx, i hadn't seen the reply to my earlier message.

unfortunately, though i've got the png port installed w/ 


OPTIONS=APNG "Animated PNG support" On


This line just tells you what the default is on a system that hasn't built
the png port yet.  Before 2011-07-08, the default was Off.


the install of freebsd fails w/ the error message given below.


What does "make showconfig" in the ports/graphics/png directory print?  I
bet you first installed the png port over a year ago, so you have inherited
the Off value from then.

--
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions


right on!  thank you.

david coder
dcodernet


To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-22 Thread Jamie Paul Griffin
[ Polytropon wrote on Thu 23.Aug'12 at  2:00:15 +0200 ]

> On Wed, 22 Aug 2012 19:43:55 -0400, david coder wrote:
> > thx, i hadn't seen the reply to my earlier message.
> > 
> > unfortunately, though i've got the png port installed w/ 
> > 
> > OPTIONS=APNG "Animated PNG support" On
> 
> That should be the default. Anyway, you can always check which
> options had been in use when building and installing a port:
> 
>   % cat /var/db/ports/png/options
>   # This file is auto-generated by 'make config'.
>   # No user-servicable parts inside!
>   # Options for png-1.4.8
>   _OPTIONS_READ=png-1.4.8
>   WITH_APNG=true
> 
> In this example you can see that it has been properly installed.
> 
> 
> 
> > the install of freebsd fails w/ the error message given below.
> 
> Sadly the Firefox build error message is not included. 
> 
> 
> 
> > is there something else required in the png makefile or elsewhere that i'm
> > missing?
> 
> I'm sure this entry of /usr/ports/UPDATING applies:
> 
> 20120531:
>   AFFECTS: users of graphics/png
>   AUTHOR: din...@freebsd.org
> 
>   The PNG library has been updated to version 1.5.10.  Please rebuild all
>   ports that depend on it.

I built Firefox 14 a couple of days ago and png installed is now version 
1.5.12. So an updated ports tree should incorporate that change now shouldn't 
it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-23 Thread david coder

+++ Jamie Paul Griffin [23/08/12 07:54 +0100]:

[ Polytropon wrote on Thu 23.Aug'12 at  2:00:15 +0200 ]


On Wed, 22 Aug 2012 19:43:55 -0400, david coder wrote:
> thx, i hadn't seen the reply to my earlier message.
> 
> unfortunately, though i've got the png port installed w/ 
> 
> 	OPTIONS=APNG "Animated PNG support" On


That should be the default. Anyway, you can always check which
options had been in use when building and installing a port:

% cat /var/db/ports/png/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for png-1.4.8
_OPTIONS_READ=png-1.4.8
WITH_APNG=true

In this example you can see that it has been properly installed.



> the install of freebsd fails w/ the error message given below.

Sadly the Firefox build error message is not included. 




> is there something else required in the png makefile or elsewhere that i'm
> missing?

I'm sure this entry of /usr/ports/UPDATING applies:

20120531:
  AFFECTS: users of graphics/png
  AUTHOR: din...@freebsd.org

  The PNG library has been updated to version 1.5.10.  Please rebuild all
  ports that depend on it.


I built Firefox 14 a couple of days ago and png installed is now version 
1.5.12. So an updated ports tree should incorporate that change now shouldn't 
it.


true, but from what i have been able to sniff out on my own, ports
configuration data are stored in /usr/local/include, not anywhere in the ports
tree, so that if png has been installed already & you do a "make showconfig"
in /usr/ports/graphics/png, the data are read from files in /usr/local/include,
& if you run "make config" in /usr/ports/graphics/png, the files affected by
any change are in /usr/local/include, not anywhere in the ports tree.

this has been a learning experience for me & prolly will continue to be as
others here correct me.

david coder
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox & png

2012-08-23 Thread Polytropon
On Thu, 23 Aug 2012 12:26:18 -0400, david coder wrote:
> +++ Jamie Paul Griffin [23/08/12 07:54 +0100]:
> >[ Polytropon wrote on Thu 23.Aug'12 at  2:00:15 +0200 ]
> >
> >> On Wed, 22 Aug 2012 19:43:55 -0400, david coder wrote:
> >> > thx, i hadn't seen the reply to my earlier message.
> >> > 
> >> > unfortunately, though i've got the png port installed w/ 
> >> > 
> >> >  OPTIONS=APNG "Animated PNG support" On
> >> 
> >> That should be the default. Anyway, you can always check which
> >> options had been in use when building and installing a port:
> >> 
> >>% cat /var/db/ports/png/options
> >># This file is auto-generated by 'make config'.
> >># No user-servicable parts inside!
> >># Options for png-1.4.8
> >>_OPTIONS_READ=png-1.4.8
> >>WITH_APNG=true
> >> 
> >> In this example you can see that it has been properly installed.
> >> 
> >> 
> >> 
> >> > the install of freebsd fails w/ the error message given below.
> >> 
> >> Sadly the Firefox build error message is not included. 
> >> 
> >> 
> >> 
> >> > is there something else required in the png makefile or elsewhere that 
> >> > i'm
> >> > missing?
> >> 
> >> I'm sure this entry of /usr/ports/UPDATING applies:
> >> 
> >> 20120531:
> >>   AFFECTS: users of graphics/png
> >>   AUTHOR: din...@freebsd.org
> >> 
> >>   The PNG library has been updated to version 1.5.10.  Please rebuild all
> >>   ports that depend on it.
> >
> >I built Firefox 14 a couple of days ago and png installed is now version 
> >1.5.12. So an updated ports tree should incorporate that change now 
> >shouldn't it.
> 
> true, but from what i have been able to sniff out on my own, ports
> configuration data are stored in /usr/local/include, not anywhere in the ports
> tree, so that if png has been installed already & you do a "make showconfig"
> in /usr/ports/graphics/png, the data are read from files in 
> /usr/local/include,
> & if you run "make config" in /usr/ports/graphics/png, the files affected by
> any change are in /usr/local/include, not anywhere in the ports tree.

That's not fully correct. Ports _configuration_ (what you select
with "make configure") is not stored inside the ports tree -- so
far correct. It's _not_ stored in /usr/local/include. Anything
that will go to those directory subtree will be installed there
only by a "make install" step, not by "make configure". The
options set for a port by "make configure" (even if no "make" or
"make install" follows) is /var/db/ports//options, where
 is the name of the port in question. This data will be
queried by "make showconfig". See the example shown above.

make configure -> data into /var/db/ports//options

make -> data into /usr/ports///work/...

make install -> data into /usr/local and its subtrees

The directory /usr/local/include is intended to hold header files
for interfacing with various libraries. It doesn't have anything
to do with ports _configuration_; it's designated content _may_
be affected by how a port is configured (by its own options or
by implicit dependencies and _their_ content).



> this has been a learning experience for me & prolly will continue to be as
> others here correct me.

See "man 7 ports" for an overview of how ports are utilized on
FreeBSD. There's also a chapter in The FreeBSD Handbook dealing
with ports. As soon as you have understood the simple mechanisms
that build the basic parts the ports infrastructure works on,
you will be quickly able to resolve all issues easily.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox printing

2011-03-06 Thread steven
On Sunday 06 March 2011 11:13:55 you wrote:
>   (Followups redirected.)
> 
> ste...@mailer3.nospam.homeip.net writes:
> >  When printing postscript to file (or PDF, and actual printers
> >  too), the font and spacing of text is incorrect and does not look
> >  good.  When I do the same on Firefox 3.6.13 on Ubuntu 10.04, I
> >  get clear output.
> 
>   I send the following to gecko@ a day or two ago:
> 
>   I have a LaserJet 6mp, connected to:
> 
> FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64
> 
>   running:
> 
> cups-base-1.4.6_2
> cups-client-1.4.6
> cups-image-1.4.6
> cups-pstoraster-8.15.4_6
> 
>   Using this, I am able to print correctly from:
> 
>   the command line
>   LibreOffice
>   Acrobat Reader
>   Opera
> 
>   I am not able to print correctly from:
> 
>   Firefox 3.6.14
>   SeaMonkey 2.0.11
> 
>   In both cases the output is squished both horozontally and
> vertically so that it takes up ~40% on the desired space.
>   Checkng the mailing list archives back into November shows
> nothing that matches this.
> 
> 
>   Does this match your symptoms?
> 
>   Respectfully,
> 
> 
>   Robert Huff

I installed seamonkey 2.0.11 and I observe the same squishy output.
I can print from other applications without any problems either.
Print to postscript or PDF and then view it with ghostscript or PDF viewer.
Therefore this has nothing to do with CUPS or the actual printing to one's 
printer.  It has to do with the generation of the postscript file, perhaps by 
cairo.

I have included the good postscript output from the linux system's firefox as 
reference.  Please see previous message for the bad postscript output.

Steven
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Firefox printing

2011-03-06 Thread Warren Block

On Sun, 6 Mar 2011, Robert Huff wrote:


In both cases the output is squished both horozontally and
vertically so that it takes up ~40% on the desired space.
Checkng the mailing list archives back into November shows
nothing that matches this.


firefox-3.6.15,1 prints fine here, but that's with lpr/lpd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox printing

2011-03-06 Thread perryh
ste...@mailer3.nospam.homeip.net wrote:

> With FreeBSD 8.2R and Firefox 3.6.13:
>
> When printing postscript to file (or PDF, and actual printers too),
> the font and spacing of text is incorrect and does not look good.
> When I do the same on Firefox 3.6.13 on Ubuntu 10.04, I get clear
> output.
...
>  have included test-bad.ps to illustrate the difference,

The mailing list strips attachments.

Based only on the description, I suspect Firefox is using different
fonts on the two systems.  That's about as far as I can go with my
limited knowledge of Firefox text rendering, but others may have
suggestions re how to go about fixing this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FireFox problem ?

2010-05-29 Thread Dan Nelson
In the last episode (May 29), zaxis said:
> 
> >uname -a
> FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar 27 
> 15:06:39 CST 2010 r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL  i386
> 
> >pkg_version -vIL= | grep -i firefox
> firefox-3.5.9,1 <   needs updating (index has 3.5.9_1,1)
> 
> Sometimes when i close one page tab, firefox will exit automatically !

Please make sure you are running the most recent version before reporting
problems.

3.5.9_1,1:
 date: 2010/05/18 14:17:31;  author: beat;  state: Exp;  lines: +1 -0
 - Fix crash when closing tab after recent cairo update
 - Bump PORTREVISION


-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FireFox problem ?

2010-05-31 Thread zaxis

>pkg_info |grep -i firefox
firefox-3.5.9_1,1   Web browser based on the browser portion of Mozilla

After using the latest version, the problem disappears!


Dan Nelson wrote:
> 
> In the last episode (May 29), zaxis said:
>> 
>> >uname -a
>> FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #9: Sat Mar
>> 27 15:06:39 CST 2010
>> r...@mybsd.zsoft.com:/usr/obj/usr/src/sys/MYKERNEL  i386
>> 
>> >pkg_version -vIL= | grep -i firefox
>> firefox-3.5.9,1 <   needs updating (index has
>> 3.5.9_1,1)
>> 
>> Sometimes when i close one page tab, firefox will exit automatically !
> 
> Please make sure you are running the most recent version before reporting
> problems.
> 
> 3.5.9_1,1:
>  date: 2010/05/18 14:17:31;  author: beat;  state: Exp;  lines: +1 -0
>  - Fix crash when closing tab after recent cairo update
>  - Bump PORTREVISION
> 
> 
> -- 
>   Dan Nelson
>   dnel...@allantgroup.com
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"
> 
> 


-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/FireFox-problem---tp28719810p28736563.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox printing

2010-08-02 Thread Robert
On Mon, 2 Aug 2010 12:36:58 -0600 (MDT)
Warren Block  wrote:

> Firefox 3.6.8,1 coredumps on print preview or print.  Can anyone else 
> confirm this?  (8.1-stable using lpd.)

Warren,
 I was fighting this problem over the weekend. I have a network
 printer. I did a debug on the core dump and there was a some kind of
 cups library involved. I have WITHOUT_CUPS=YES in make.conf.

I checked the installed ports and saw that cups-client was installed. I
removed it and was able to print.

YMMV

Robert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox printing

2010-08-02 Thread Warren Block

On Mon, 2 Aug 2010, Robert wrote:


On Mon, 2 Aug 2010 12:36:58 -0600 (MDT)
Warren Block  wrote:


Firefox 3.6.8,1 coredumps on print preview or print.  Can anyone else
confirm this?  (8.1-stable using lpd.)


Warren,
I was fighting this problem over the weekend. I have a network
printer. I did a debug on the core dump and there was a some kind of
cups library involved. I have WITHOUT_CUPS=YES in make.conf.

I checked the installed ports and saw that cups-client was installed. I
removed it and was able to print.


That works!  It does leave a long list of ports that are convinced they 
need cups-client to work, but that's probably something that needs to be 
fixed by rebuilding them without CUPS anyway.


Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


  1   2   3   4   5   6   7   >