From owner-freebsd-java@FreeBSD.ORG Tue Aug 26 08:00:39 2003 Return-Path: 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 25A4116A4C0 for ; Tue, 26 Aug 2003 08:00:39 -0700 (PDT) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98DB43FAF for ; Tue, 26 Aug 2003 08:00:37 -0700 (PDT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1]) h7QF2EFE087530; Tue, 26 Aug 2003 17:02:15 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost)h7QF2CHH087519; Tue, 26 Aug 2003 17:02:13 +0200 (CEST) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Tue, 26 Aug 2003 17:02:12 +0200 (CEST) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: Greg Lewis In-Reply-To: <20030826143510.GB31392@misty.eyesbeyond.com> Message-ID: <20030826164909.K63432@puget.esil.univ-mrs.fr> References: <20030826143510.GB31392@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: Binary release via ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 15:00:39 -0000 Hi Greg, First, good job to you and all the people that contributed to this event. With these new JDK/JRE ports, we need to update the current bsd.java.mk (1.0 flavor) so they may be used as dependencies to install java ports. But maybe we could wait and include it directly (and probably more easily as it is the point of the new version) in bsd.java.mk 2.0. This requires that as many people as possible give it a try. BTW, have you tested it yet ? I think it handles most of what we discussed so far. Except the JDK/JRE stuff, as there were no JRE port available for FreeBSD at this time... which is no more the case ;) I know it needs some cleaning/commenting so I will improve it tonight (also make it a bit more verbose). Herve On Tue, 26 Aug 2003, Greg Lewis wrote: > Hi all, > > In case people are interested, I have committed ports which install the > binary release. See java/diablo-jre13 and java/diablo-jdk13. Let me know > if you have any problems.