From owner-cvs-all@FreeBSD.ORG Thu Feb 28 04:39:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11B8F106566C; Thu, 28 Feb 2008 04:39:24 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9DF88FC1E; Thu, 28 Feb 2008 04:39:23 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1S4dNQj063710; Thu, 28 Feb 2008 04:39:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1S4dN6s063709; Thu, 28 Feb 2008 04:39:23 GMT (envelope-from mezz) Message-Id: <200802280439.m1S4dN6s063709@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 28 Feb 2008 04:39:23 +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 pkg-message ports/www/xulrunner Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 04:39:24 -0000 mezz 2008-02-28 04:39:23 UTC FreeBSD ports repository Modified files: www/firefox Makefile pkg-message www/xulrunner Makefile Log: - Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other applications in the runtime. Some applications required to have set MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now, it's no longer need to set these variables, which this flag takes care of it. The MOZILLA_FIVE_HOME still works with this flag if someone need to use different one. I have learned about this flag from RPM, Debian, Gentoo ebuild and other packages. - Bump the PORTREVISION. Have been tested in MC CVS since Dec. Revision Changes Path 1.192 +5 -3 ports/www/firefox/Makefile 1.20 +1 -1 ports/www/firefox/pkg-message 1.14 +4 -3 ports/www/xulrunner/Makefile