From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 09:24:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD3D016A4CE for ; Fri, 17 Dec 2004 09:24:17 +0000 (GMT) Received: from nic-naa.net (nic-naa.net [216.220.241.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA9A43D1D for ; Fri, 17 Dec 2004 09:24:17 +0000 (GMT) (envelope-from brunner@nic-naa.net) Received: from nic-naa.net (localhost [127.0.0.1]) by nic-naa.net (8.13.1/8.13.1) with ESMTP id iBH5Nna2079799; Fri, 17 Dec 2004 05:23:49 GMT (envelope-from brunner@nic-naa.net) Message-Id: <200412170523.iBH5Nna2079799@nic-naa.net> To: freebsd@mail.gr In-Reply-To: Your message of "Fri, 17 Dec 2004 12:01:13 EST." <110327407301@mailserver.mail.gr> Date: Fri, 17 Dec 2004 05:23:49 +0000 From: Eric Brunner-Williams in Portland Maine cc: brunner@nic-naa.net cc: freebsd-questions@freebsd.org Subject: Re: Firefox for FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 09:24:17 -0000 use the instructions on the mozilla developer page to get the source then the instructions on the mozilla developer page to build from source [ebw@clam.nic-naa.net:136]% mozilla -v Mozilla 1.8a6, Copyright (c) 2003-2004 mozilla.org [ebw@clam.nic-naa.net:137]% which mozilla /usr/local/bin/mozilla [ebw@clam.nic-naa.net:138]% ls -l `!!` ls -l `which mozilla` -rwxr-xr-x 1 root wheel 5215 Dec 16 22:00 /usr/local/bin/mozilla* [ebw@clam.nic-naa.net:140]% uname -a FreeBSD clam.nic-naa.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Sep 13 08:38:55 EDT 2004 ebw@clam.nic-naa.net:/usr/obj/usr/src/sys/GENERIC i386 enjoy eric