From owner-cvs-ports@FreeBSD.ORG Mon Oct 10 07:29:36 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCE916A41F; Mon, 10 Oct 2005 07:29:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1B943D4C; Mon, 10 Oct 2005 07:29:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9A7Tanh080869; Mon, 10 Oct 2005 07:29:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9A7TZiW080868; Mon, 10 Oct 2005 07:29:35 GMT (envelope-from marcus) Message-Id: <200510100729.j9A7TZiW080868@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 10 Oct 2005 07:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/firefox Makefile ports/www/firefox/files mozconfig.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 07:29:36 -0000 marcus 2005-10-10 07:29:35 UTC FreeBSD ports repository Modified files: www/firefox Makefile www/firefox/files mozconfig.in Log: Partially revert the previous commit. Firefox can only build with specific extensions (in particular typeaheadfind breaks Find [go figure]). It is safer to use a specific list of extensions with Firefox 1.0.x. It looks like they've made this better in 1.5, and set a reasonable default list of extensions. Basically, we're back to the previous 1.0.7_1,1 set of extensions with the addition of negotiateauth. Reported by: many Revision Changes Path 1.134 +1 -1 ports/www/firefox/Makefile 1.34 +2 -2 ports/www/firefox/files/mozconfig.in