ports/69057: New port: java/jomp

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Wed Jul 14 16:40:37 UTC 2004


The following reply was made to PR ports/69057; it has been noted by GNATS.

From: Herve Quiroz <herve.quiroz at esil.univ-mrs.fr>
To: freebsd-gnats-submit at FreeBSD.org, chris at 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



More information about the freebsd-ports-bugs mailing list