From owner-freebsd-questions@freebsd.org Sat Jul 11 06:08:10 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD467997CD6 for ; Sat, 11 Jul 2015 06:08:10 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 340B81B71 for ; Sat, 11 Jul 2015 06:08:08 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from [10.0.0.6] (netlaser-2 [10.0.0.6]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t6B5x3KS053918; Sat, 11 Jul 2015 07:59:04 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <55A0B0A7.6090403@bananmonarki.se> Date: Sat, 11 Jul 2015 07:59:03 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: jd1008 , freebsd-questions@freebsd.org Subject: Re: Building TB from source code References: <55A03950.6090209@gmail.com> <55A0424F.5070705@hiwaay.net> <55A04438.7080107@gmail.com> <55A0464E.5010007@hiwaay.net> <20150711004117.69c35d4b@archlinux> <55A04B9B.5070001@gmail.com> In-Reply-To: <55A04B9B.5070001@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 06:08:10 -0000 On 2015-07-11 00:47, jd1008 wrote: > > > On 07/10/2015 04:41 PM, Ralf Mardorf wrote: >>>> I also want to do that for FF. >> On an AMD Athlon dual-core 2.1 GHz, 4 GiB RAM, building a recent >> version of FF takes around 3½ hours. > But, I still need info on how to build current FF and TB from sources :) cd /usr/ports/www/firefox && make rmconfig && make clean && make install && make package && make clean. cd /usr/ports/mail/thunderbird && make rmconfig && make clean && make install && make package && make clean. That's it. Takes about an hour and a half on my box for each program.