Re: Firefox for FBSD?

2004-12-16 Thread Alistair Sutton
On Thu, 16 Dec 2004 18:32:05 EEST, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Is there a Firefox version for Freebsd or must we use the one for Linux?
> 

/usr/ports/www/firefox

Al
-- 
LJ: http://www.livejournal.com/users/everlone
GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox for FBSD?

2004-12-16 Thread Eric Brunner-Williams in Portland Maine
well, you could follow the instructions on the mozilla developer's
pages for getting the source, configuring the source, and building
the source.

its what i do for a 4.10 laptop (1.8a6, dec 3rd build).
i'm sort of lazy about having a browser on my 5.2.1 machine (1.7.2).

one minor data point, building for less than the whole suite fails,
and i don't care enough to find out why, since it is only cycles
and disk, and i've plenty of both. my .mozconfig follows. use with
care, it may contain iraqi weapons of mass distruction or ohio
voting machine recalibration code, or otherwise fry something near
and dear to you.

or you could use the port, which some nice person maintains.

# sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#

# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=suite
mk_add_options [EMAIL PROTECTED]@/[EMAIL PROTECTED]@

# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=suite

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


Re: Firefox for FBSD?

2004-12-16 Thread Nikolas Britton
[EMAIL PROTECTED] wrote:
Hi everyone,
Is there a Firefox version for Freebsd or must we use the one for Linux?
thanks,
Dimitris
Yes, its in the ports system (/usr/ports) under www/firefox
If you want the java plug-in I suggest you install that first, its under 
/java/jdk14 read my notes before you
start, remember to mount linprocfs: 
http://lists.freebsd.org/pipermail/freebsd-newbies/2004-October/002551.html
Use this to test java (link in notes has typo): 
http://weather.noaa.gov/radar/mosaic.loop/DS.p19r0/ar.us.conus.shtml
Also this topic was hashed a few days ago here ("Status of java support 
in FreeBSD 5.x release?"), so look there if you need more help.

After you get java and firefox installed you might want flash and 
acrobat plugins, for this install /www/linuxpluginwrapper
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox for FBSD?

2004-12-17 Thread freebsd
thanks for answering everyone :^) I really appreciate it.

the thing is, I use FreeBSD 4.7 and I was thinking about the latest
version of firefox.

greetings,
Dimitris

-
http://www.mail.gr/ - Get Your Private Free Email Address!
http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox for FBSD?

2004-12-17 Thread Eric Brunner-Williams in Portland Maine
use the instructions on the mozilla developer page to get the source
then the instructions on the mozilla developer page to build from source

[EMAIL PROTECTED]:136]% mozilla -v
Mozilla 1.8a6, Copyright (c) 2003-2004 mozilla.org 
[EMAIL PROTECTED]:137]% which mozilla
/usr/local/bin/mozilla
[EMAIL PROTECTED]:138]% ls -l `!!`
ls -l `which mozilla`
-rwxr-xr-x  1 root  wheel  5215 Dec 16 22:00 /usr/local/bin/mozilla*

[EMAIL PROTECTED]:140]% uname -a
FreeBSD clam.nic-naa.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Sep 13 
08:38:55 EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

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


Re: Firefox for FBSD?

2004-12-17 Thread Nikolas Britton
[EMAIL PROTECTED] wrote:
thanks for answering everyone :^) I really appreciate it.
the thing is, I use FreeBSD 4.7 and I was thinking about the latest
version of firefox.
greetings,
Dimitris
-
http://www.mail.gr/ - Get Your Private Free Email Address!
http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

Fix your date & time, you are posting in the future, not the here and now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox for FBSD?

2004-12-16 Thread Dan Kilbourne
[EMAIL PROTECTED] extolled:
> Hi everyone,
> 
> Is there a Firefox version for Freebsd or must we use the one for Linux?
> 
> thanks,
> Dimitris


cd /usr/ports/ && make search key=firefox


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


Re: Firefox for FBSD?

2004-12-16 Thread Lucas Holt
Its in Ports.  I am running it at home.  Works nice.
On Thu, 16 Dec 2004 [EMAIL PROTECTED] wrote:
Hi everyone,
Is there a Firefox version for Freebsd or must we use the one for Linux?
thanks,
Dimitris
-
http://www.mail.gr/ - Get Your Private Free Email Address!
http://www.ringtone.gr/ - Ringtones & Logos for your mobile!
___
[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 for FBSD?

2004-12-20 Thread Tom Vilot
[EMAIL PROTECTED] wrote:
thanks for answering everyone :^) I really appreciate it.
the thing is, I use FreeBSD 4.7 and I was thinking about the latest
version of firefox.
Doesn't matter what version of BSD you have ...
It's a port.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"