From owner-cvs-all@FreeBSD.ORG Tue Feb 10 23:24:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1250A16A4CE; Tue, 10 Feb 2004 23:24:57 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5F343D1D; Tue, 10 Feb 2004 23:24:56 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i1B7OsXN071536; Wed, 11 Feb 2004 08:24:55 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <4029D8C6.3000002@FreeBSD.org> Date: Wed, 11 Feb 2004 08:24:54 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <200402110716.i1B7GH9D017803@repoman.freebsd.org> In-Reply-To: <200402110716.i1B7GH9D017803@repoman.freebsd.org> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/firefox Makefile distinfo pkg-descr firefox.rb patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config-rules.mk ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Feb 2004 07:24:57 -0000 Joe Marcus Clarke wrote: > Add Firefox after a repo copy from mozilla-firebird. Firefox is the next > release of the Firebird web browser with a new name to avoid conflicts with > the Firebird database. This is version 0.8. Using the latest JDK 1.4.2p6 the java plugin is at: /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so while the port hardcode it as: JREDIR= ${LOCALBASE}/jdk1.3.1/jre -${LN} -sf \ ${JREDIR}/plugin/${ARCH}/ns600/libjavaplugin_oji.so \ ${PLUGINSDIR}/libjavaplugin_oji.so Can we make it more overridable? -- Alex Dupre