From owner-freebsd-ports@FreeBSD.ORG Sun Aug 6 23:26:45 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2A016A4DD for ; Sun, 6 Aug 2006 23:26:45 +0000 (UTC) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from copyleft.esil.univ-mrs.fr (copyleft-smtp.esil.univ-mrs.fr [139.124.44.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50F643D49 for ; Sun, 6 Aug 2006 23:26:44 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (localhost [127.0.0.1]) by copyleft.esil.univ-mrs.fr (Texas Instruments TI-58c oldschool stylee) with ESMTP id 2E31B4BBFD; Mon, 7 Aug 2006 01:26:42 +0200 (CEST) Received: from copyleft.esil.univ-mrs.fr ([127.0.0.1]) by localhost (copyleft [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32449-01; Mon, 7 Aug 2006 01:26:35 +0200 (CEST) Received: from localhost (unknown [86.69.33.155]) by copyleft.esil.univ-mrs.fr (Texas Instruments TI-58c oldschool stylee) with ESMTP id 7DBC14BBFB; Mon, 7 Aug 2006 01:26:35 +0200 (CEST) Date: Mon, 7 Aug 2006 01:27:14 +0200 From: Herve Quiroz To: Robert Gilaard Message-ID: <20060806232714.GA93235@wec.dyndns.org> References: <1154871937.1859.5.camel@zouk.tiscali.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1154871937.1859.5.camel@zouk.tiscali.nl> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at esil.univ-mrs.fr Cc: ports@FreeBSD.org Subject: Re: &subject=FreeBSD%20Port:%20xalan-j-2.7.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 23:26:45 -0000 On Sun, Aug 06, 2006 at 03:45:36PM +0200, Robert Gilaard wrote: > why does xalan-j-2.7.0 still needs jdk-1.4.2p8_3 (and thus linux_*) > while we now have the officially announced license to use SUN's java > development kit available on FreeBSD? The xalan-j port used to have issues with Java 1.5. > I want to install mondrian, an olap server on my freebsd i386 server, > but I DON't want to pollute my freebsd install with all these linux > emulaters. I have just updated the port to re-enable Java 1.5 as version 2.7.0 seems to be friendly with it. Hence, if you use diablo-jdk from the ports, you should have no dependency on any linux emulation package. Herve