From owner-cvs-ports@FreeBSD.ORG Sun Nov 14 05:51:08 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 A0A8816A4D0 for ; Sun, 14 Nov 2004 05:51:08 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649B43D49 for ; Sun, 14 Nov 2004 05:51:08 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so536341rnf for ; Sat, 13 Nov 2004 21:51:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=agdIaLiuT10rvojNHNG1mmepeYklt43Ji92zDoLm3sdLYyzGMm9XVqBcNF222tXfcEwRRZ4f+klMhKDubOwc5xsz/iELYqoeQiWjYLhnP2bXU0J9pOdvQ1Fj5Y82OxL/0uJ2dsqqGTf1FnPsekYaKzyIt+pATD/Wb7YQLkte1Zg= Received: by 10.38.65.8 with SMTP id n8mr781949rna; Sat, 13 Nov 2004 21:51:07 -0800 (PST) Received: by 10.38.79.65 with HTTP; Sat, 13 Nov 2004 21:51:07 -0800 (PST) Message-ID: Date: Sat, 13 Nov 2004 21:51:07 -0800 From: Pascal Hofstee To: Michael Johnson In-Reply-To: <200411130823.iAD8NA6m073596@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411130823.iAD8NA6m073596@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/firefox Makefile ports/www/firefox/files mozconfig.in patch-browser_app_mozilla.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 05:51:08 -0000 On Sat, 13 Nov 2004 08:23:10 +0000 (UTC), Michael Johnson wrote: > ahze 2004-11-13 08:23:10 UTC > > FreeBSD ports repository > > Modified files: > www/firefox Makefile > www/firefox/files mozconfig.in patch-browser_app_mozilla.in > Log: > Change the Firefox installation directory to be more manageable. Now, > Firefox is installed similar to Mozilla in that its main installation > directory no longer has a Firefox version number in its name. This will > help maintainers of ports that depend on Firefox stay in sync more > easily. > > Add i18n Support [1] > > PR: ports/73837 [1] > Submitted by: Jose M Rodriguez [1] > Approved by: marcus (co mentor) This change has inadvertently broken the pkg-config files for firefox that 3rd party-applications depend on ... like e.g. www/mplayer-plugin the generated pkg-config files apparently contain the "fake" installation prefixes instead of the actual install location. -- With kind regards, Pascal Hofstee