Date: Thu, 28 Mar 2002 17:50:30 +0100 From: Ernst de Haan <znerd@FreeBSD.org> To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.java.mk bsd.port.mk Message-ID: <200203281651.RAA04736@smtp.hccnet.nl> In-Reply-To: <20020328152041.11240.qmail@exxodus.fedaykin.here> References: <200203281124.g2SBOia33945@freefall.freebsd.org> <20020328152041.11240.qmail@exxodus.fedaykin.here>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mario, > 1) Could you define a variable JAVAVM (or, JAVAWRAPPER) > if java/javavmwrapper is installed? So that we inherit > knowledge of where it is installed? > > JAVAVM=${LOCALBASE}/bin/javavm > > I prefer using javavm than ${JAVA} Why do you prefer javavm over java? Just curious, since it's been a while since I discussed the use of javavm with sobomax. > 2) This is far fetched (I am just asking so that > we know that this has already been asked): > > Could we have JAVASHAREDIR, JAVACLASSESDIR, JAVAJARDIR like we have > SHAREDIR and EXAMPLESDIR? > > JAVAPREFIX=${PREFIX}/share/java > JAVASHAREDIR=${JAVAPREFIX}/${PORTNAME} > JAVACLASSESDIR=${JAVAPREFIX}/classes/${PORTNAME} > JAVAJARDIR=${JAVAPREFIX}/jar/${PORTNAME} This looks good. Next item on my TODO-list is exactly this. And it *has* been asked before, see freebsd-java (one month ago or so) and http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16347 Sincerely, Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203281651.RAA04736>