Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2006 06:06:00 -0500
From:      Russell Francis <rfrancis@ev.net>
To:        Stefan <stefan@sf-net.com>
Cc:        freebsd-java@freebsd.org
Subject:   Re: JDK binary without X
Message-ID:  <44379918.3070404@ev.net>
In-Reply-To: <CE201DFE-3345-4AA8-8CE4-9A2455227121@sf-net.com>
References:  <C769752C-B110-4480-882F-D5D10CF3026A@sf-net.com>	<20060408032859.U947@ganymede.hub.org> <CE201DFE-3345-4AA8-8CE4-9A2455227121@sf-net.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080303060802050809030504
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Stefan wrote:
>>
>> packages are generally built based on 'most common situation', vs
>> 'least' ... even the 'build your own version' in ports defaults to
>> building with X, and you have to explicitly tell it not to ...
>>
> 
> Your right. Now I try to install via ports....
> 
> How can I explicitly tell to not intsall the jdk15-port with
> x-libraries? I only saw three options:
> WITH_DEBUG
> WITH_IPV6
> WITHOUT_WEB

I may be mistaken about this, but wouldn't not building with x-libraries
make fairly large parts of the Java runtime environment ie java.awt.* &
java.swing.* broken?

If this is true, why would you want this?  I suspect that many Java
applications make use of functionality within these name-spaces even if
they don't seem to be an "X based" application?

As a side note, the Makefile for java/jdk15 specifies
x11-toolkits/open-motif as a BUILD_DEPENDS not a RUN_DEPENDS which
indicates to me that you could remove open-motif after java was built
although this seems wrong to me.  Is this a Makefile bug?

> The only option which sounds a little like to not install with
> x-libraries is WITHOUT_WEB which I have activated. But even with that
> option it tries to install openmotiv which has a dependency of x-libraries.

That will prevent the building of the Java web plugin for Mozilla.

Best Regards,
Russ


--------------080303060802050809030504--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44379918.3070404>