From owner-freebsd-java@FreeBSD.ORG Tue Oct 4 11:01:00 2005 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1678D16A41F for ; Tue, 4 Oct 2005 11:01:00 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFA043D46 for ; Tue, 4 Oct 2005 11:00:59 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost [127.0.0.1]) by arabica.esil.univ-mrs.fr (8.13.3/8.13.3) with ESMTP id j94B0poa047650; Tue, 4 Oct 2005 13:00:51 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.3/8.13.3/Submit) id j94B0jX7047649; Tue, 4 Oct 2005 13:00:45 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Tue, 4 Oct 2005 13:00:45 +0200 From: Herve Quiroz To: Ronald Klop Message-ID: <20051004110045.GB45214@arabica.esil.univ-mrs.fr> Mail-Followup-To: Ronald Klop , "Mikhail T." , java@freebsd.org References: <200510030230.j932Uwbo005425@blue.virtual-estates.net> <20051004013739.GB4038@arabica.esil.univ-mrs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: java@freebsd.org, "Mikhail T." Subject: Re: some questions about Java ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 11:01:00 -0000 On Tue, Oct 04, 2005 at 08:55:03AM +0200, Ronald Klop wrote: > >>PS: I would be glad if you could show us some sample code to point out > >>the MAKE_ENV/JAVA_HOME issue as well. > > > >/usr/ports/java/jmp/Makefile does this. > > But I don't have a problem with it. ;-) That's pretty much what I was going to report as well :) Worst, I can't find out the difference between java/jmp and Mikhail's sample port. I will give it another look if I can find the time today. Herve