Re: jdk14 without X libraries?

2005-11-05 Thread Alex Ford
On Fri, 2005-11-04 at 23:48 -0400, Michael P. Soulier wrote: On 11/4/05, Alex Ford [EMAIL PROTECTED] wrote: You can add WITHOUT_X11=yes to your /etc/make.conf and that will build our ports without any X11 support (if they have that particular configure option available to them). Thanks,

jdk14 without X libraries?

2005-11-04 Thread Steve Brown
I'm building /usr/ports/jdk14 on my 5.4-RELEASE i386, and it's using a lot of X.org stuff to do the build. I'm already using the -DMINIMAL flag, but I'd like a way to turn off all the graphical stuff. Does anyone here know how to do this? Thanks, Steve Brown

Re: jdk14 without X libraries?

2005-11-04 Thread Alex Ford
On Fri, 2005-11-04 at 14:16 -0800, Steve Brown wrote: I'm building /usr/ports/jdk14 on my 5.4-RELEASE i386, and it's using a lot of X.org stuff to do the build. I'm already using the -DMINIMAL flag, but I'd like a way to turn off all the graphical stuff. Does anyone here know how to do

Re: jdk14 without X libraries?

2005-11-04 Thread Michael P. Soulier
On 11/4/05, Alex Ford [EMAIL PROTECTED] wrote: You can add WITHOUT_X11=yes to your /etc/make.conf and that will build our ports without any X11 support (if they have that particular configure option available to them). Thanks, I'm currently doing this too. Is there a master list of supported