Date: Wed, 14 Jul 2004 16:40:21 GMT From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/69057: New port: java/jomp Message-ID: <200407141640.i6EGeLLC098022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69057; it has been noted by GNATS. From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: freebsd-gnats-submit@FreeBSD.org, chris@unixpages.org Cc: Subject: Re: ports/69057: New port: java/jomp Date: Wed, 14 Jul 2004 18:35:28 +0200 Christian, The JDK dependency support in bsd.java.mk 2.0 has changed. It's all documented in [1] but here are my two cents: USE_JAVA= yes JAVA_VERSION= 1.2+ The statement you are using in your current patch is a deprecated practice and that's why I would strongly advocates against its use (actually we plan to completely remove its support in the near future). Regarding pkg-plist, now that Greg Lewis has recently added support for it into bsd.java.mk, I would suggest you use: PLIST_FILES= %%JAVAJARDIR%%/myport.jar So that you may get rid of pkg-plist. Herve [1] Porter's handbook - Using Java http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-java.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407141640.i6EGeLLC098022>