From owner-freebsd-ports@FreeBSD.ORG Tue Dec 23 22:20:06 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B132C1065677 for ; Tue, 23 Dec 2008 22:20:06 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 579928FC0C for ; Tue, 23 Dec 2008 22:20:06 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1695560ywe.13 for ; Tue, 23 Dec 2008 14:20:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=v6md62x24/5yeceNJb85LubpECFJQ1gK7Zsb/sPnGyY=; b=cZoNaWMBfLuBuskfsxj9SrI4e+OBs7atNdYSSGRBRa/ZyntSemkpJlmDpQ+T4iPPt/ 8CQG3jYegi1+zgnncVl6dslk0Bl/ex3diWMut6TMxBTXFohyZN9v1IVJ8FQE4xaTnwBE Sf5SHCorPiE7lFtA0p+T2w8MAku+NCEOxYELM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=aq+IeeBtFgzNqLI5T4N78ZL0rQiUAvOaztlAgCSQYWJ6AtEjDc2y2X8Y3mE7O/qgp6 iDSQnI7Q7kHDCTsJKOVNmIg2sbkmlFIeFSyygLSCnDHfiIw170i3FN2JplOK2A93QW00 YKDliKMZxF3DqfiAtacHJ0p4h5nWxSv6Vd9fQ= Received: by 10.100.107.3 with SMTP id f3mr4953912anc.28.1230070805432; Tue, 23 Dec 2008 14:20:05 -0800 (PST) Received: from ?10.88.108.157? ([32.156.135.167]) by mx.google.com with ESMTPS id b29sm8740422ana.13.2008.12.23.14.19.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Dec 2008 14:20:04 -0800 (PST) References: <49504D4B.8040402@gmail.com> <49515A77.3050204@FreeBSD.org> Message-Id: From: Garrett Cooper To: Doug Barton In-Reply-To: <49515A77.3050204@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5F136) Mime-Version: 1.0 (iPhone Mail 5F136) Date: Tue, 23 Dec 2008 14:19:42 -0800 Cc: "ports@freebsd.org" , Eitan Adler Subject: Re: proposal: add --disable-tests to www/firefox3 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 22:20:06 -0000 On Dec 23, 2008, at 13:39, Doug Barton wrote: > Eitan Adler wrote: >> ac_add_options --disable-tests >> By default, many auxiliary test applications are built, which can >> help debug and patch the mozilla source. Disabling these tests can >> speed >> build time and reduce disk space considerably [1] >> >> Most users don't need these tests built unless they plan on helping >> debug and patch the mozilla source. >> >> I think we should add it to MOZ_OPTIONS in www/firefox3. If it >> exists >> for firefox2 I propose adding it to firefox2 as well (especially >> since >> firefox2 is going to be EOL soon). >> >> [1] https://developer.mozilla.org/en/Configuring_Build_Options > > Perhaps this could be part of the WITH_DEBUG option? > > Doug I agree with Doug. -Garrett