JOMP is a prototype OpenMP implementation for Java.
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
The last version got mangled, so here a link to the shar file: http://people.freebsd.org/~brueffer/jomp.shar MD5 (jomp.shar) = 1e0ee44792dd24e68bf10e92c5b41540 - Christian -- Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D
State Changed From-To: open->closed Committed, thanks! Yes, there are a number of Java ports which need various clean ups. Are you volunteering? :)