bsd.java.mk 2.0

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Fri Aug 22 06:37:32 PDT 2003


(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
>


More information about the freebsd-java mailing list