From owner-cvs-ports@FreeBSD.ORG Sat Jun 19 00:51:18 2004 Return-Path: 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 1290916A4CE; Sat, 19 Jun 2004 00:51:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDF643D45; Sat, 19 Jun 2004 00:51:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5J0pH3H005917; Sat, 19 Jun 2004 00:51:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5J0pHqX005860; Sat, 19 Jun 2004 00:51:17 GMT (envelope-from marcus) Message-Id: <200406190051.i5J0pHqX005860@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Jun 2004 00:51:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox Makefile pkg-install.in ports/www/firefox/files mozconfig.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 19 Jun 2004 00:51:18 -0000 marcus 2004-06-19 00:51:17 UTC FreeBSD ports repository Modified files: www/firefox Makefile pkg-install.in www/firefox/files mozconfig.in Log: * Try a little harder to get firefox to work without first running as root * Make sure optimized CFLAGS are actually respected [1] * Frobnicate the mozconfig file a little bit to be more inline with typical Linux builds * Try a safer hack to ensure the install completes okay Reported by: kris [1] Revision Changes Path 1.86 +9 -9 ports/www/firefox/Makefile 1.24 +9 -13 ports/www/firefox/files/mozconfig.in 1.3 +8 -5 ports/www/firefox/pkg-install.in