From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 08:02:28 2004 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 DC97716A4CE for ; Mon, 12 Apr 2004 08:02:28 -0700 (PDT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D145943D48 for ; Mon, 12 Apr 2004 08:02:27 -0700 (PDT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i3CF2GDN013997; Mon, 12 Apr 2004 17:02:16 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i3CF2FUX013996; Mon, 12 Apr 2004 17:02:15 +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: Mon, 12 Apr 2004 17:02:15 +0200 From: Herve Quiroz To: Greg Lewis Message-ID: <20040412150215.GA13943@arabica.esil.univ-mrs.fr> Mail-Followup-To: Greg Lewis , java@freebsd.org References: <20040409005035.GY42056@xor.obsecurity.org> <20040409064800.GB43513@arabica.esil.univ-mrs.fr> <20040409230641.GE8348@misty.eyesbeyond.com> <20040409232753.GA17031@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040409232753.GA17031@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: [ports-i386@bento.FreeBSD.org: jakarta-commons-dbcp-1.1 failed on i386 4] 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: Mon, 12 Apr 2004 15:02:29 -0000 Greg, Okay, I've changed a lot of things in bsd.java.mk and it is now possible to change easily the default JDK port. Some defaults are enforced directly in bsd.java.mk depending on OSVERSION, and the user may enforce his own via the PREFERRED_JAVA_PORT option... I'll send you the patch in a few minutes. On Fri, Apr 09, 2004 at 05:27:53PM -0600, Greg Lewis wrote: > > Option 3. Specify 1.4 as a BUILD_DEPENDS and 1.4 as a RUN_DEPENDS. Can > > we do that with the new bsd.java.mk? Is that a reasonable thing to do? > > Grr, thats 1._3_ as a RUN_DEPENDS. I'm afraid this can't be done (at this time tough). From what we decided, there's only one Java port dependency set and then using JAVA_BUILD/JAVA_RUN you specify the kind of dependency. Anyway, if you want I can try to find some way to implement such a feature. Herve