From owner-freebsd-java@FreeBSD.ORG Fri Aug 22 06:37:32 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 2122216A4C2 for ; Fri, 22 Aug 2003 06:37:32 -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 D8EC043FE1 for ; Fri, 22 Aug 2003 06:37:29 -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]) h7MDcZFE073536; Fri, 22 Aug 2003 15:38:35 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost)h7MDcWSj073533; Fri, 22 Aug 2003 15:38:34 +0200 (CEST) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Fri, 22 Aug 2003 15:38:31 +0200 (CEST) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: Joe Shevland In-Reply-To: <5.2.1.1.0.20030822192900.00b2bd50@mail.ozemail.com.au> Message-ID: <20030822152903.H73405@puget.esil.univ-mrs.fr> References: <20030821182308.Q34670@puget.esil.univ-mrs.fr> <20030821180403.R34609@puget.esil.univ-mrs.fr> <20030821182308.Q34670@puget.esil.univ-mrs.fr> <5.2.1.1.0.20030822192900.00b2bd50@mail.ozemail.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@FreeBSD.ORG Subject: Re: bsd.java.mk 2.0 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: Fri, 22 Aug 2003 13:37:32 -0000 (This mail is CC'ed to freebsd-java) Hi Joe, Basically, what you just have to do (if you've got a system that is not critical) is just replace /usr/ports/Mk/bsd.java.mk by the one I provided and try installing/desinstalling/reinstalling some Java ports (not JDK ones here) using either the standard way with make(1) or using pkg tools such as portupgrade(1). Then tell us about the results. You may test it by installing/desintalling JDK ports also and see if the dependencies of the Java ports are set correctly. To check without actually building a port, just use: make run-depends-list make build-depends-list or even: make all-depends-list to check port dependencies recursively. Whenever you feel the behaviour is weird, you may investigate by using: make java-debug to get values of some of the variables bsd.java.mk is using to select the JDK port. Herve On Fri, 22 Aug 2003, Joe Shevland wrote: > Hi Ernst and Herve, > > I'd be happy to try this on our systems, they're all 4.8-S. > > What's required? Pull down the new bsd.java.mk file and build some ports? > > If I can help with anything wrt to all of this native porting stuff, let me > know, I've now got a bit of time I can dedicate back to FBSD. Tech docs, > coding (C, Java, whatever) and anything else really that might help. Given > I'm no master of BSD internals, I'll help out where I can but I don't think > it'll be in the porting effort. > > Maybe if there's nothing I can help with wrt the port, if there's any > other FBSD development related work you can think of, let me know, I'd > like to pour a bit of my time back into the project. > > Cheers, > Joe >