Re: forcing specific Java version as dependency

2014-05-29 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-05-29 15:38:57 -0400, Vick Khera wrote: > On Thu, May 29, 2014 at 12:54 PM, Jung-uk Kim > wrote: >> JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_7 > > nice. that works! this variable seems undocumented within the > bsd.java.mk file it

Re: forcing specific Java version as dependency

2014-05-29 Thread Vick Khera
On Thu, May 29, 2014 at 12:54 PM, Jung-uk Kim wrote: > JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_7 nice. that works! this variable seems undocumented within the bsd.java.mk file itself... only referenced once, too. thanks for helping. ___ fre

Re: forcing specific Java version as dependency

2014-05-29 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-05-29 11:09:29 -0400, Vick Khera wrote: > I'm using poudriere to build packages to use on my servers (I have > about 20 of them). One of the packages I need is > www/tomcat-native. However, the way poudriere builds the ports, > they are built

forcing specific Java version as dependency

2014-05-29 Thread Vick Khera
I'm using poudriere to build packages to use on my servers (I have about 20 of them). One of the packages I need is www/tomcat-native. However, the way poudriere builds the ports, they are built in an empty jail, so when tomcat-native selects the JDK to use, it picks openjdk6 to install as a depend