Bug 69057 - New port: java/jomp
Summary: New port: java/jomp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 16:30 UTC by Christian Brueffer
Modified: 2004-07-20 18:44 UTC (History)
0 users

See Also:


Attachments
jomp.shar (1.77 KB, text/plain)
2004-07-14 16:30 UTC, Christian Brueffer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Brueffer 2004-07-14 16:30:23 UTC
	JOMP is a prototype OpenMP implementation for Java.
Comment 1 Hervé Quiroz 2004-07-14 17:35:28 UTC
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
Comment 2 Christian Brueffer 2004-07-18 01:24:47 UTC
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
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2004-07-20 18:43:59 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Yes, there are a number of Java ports which need various clean ups. 
Are you volunteering? :)