ports/66253: New port: cocoon2: XML Web Development Framework

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Fri May 7 06:30:26 UTC 2004


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

From: Herve Quiroz <herve.quiroz at esil.univ-mrs.fr>
To: freebsd-gnats-submit at FreeBSD.org, jb.quenot at caraldi.com
Cc:  
Subject: Re: ports/66253: New port: cocoon2: XML Web Development Framework
Date: Fri, 7 May 2004 08:28:46 +0200

 Jean-Baptiste,
 
 
 With bsd.java.mk 2.0, this practice is deprecated:
 
 USE_JAVA=	1.1+
 
 You should use this statement instead:
 
 USE_JAVA=		yes
 JAVA_VERSION=	1.3+
 
 
 Just my two cents:
 
 Why do you install everything in ${PREFIX}/cocoon2 ? According to
 hier(7), everything that is "architecture-independent files" (which is
 the case with Java class and JAR files) should be installed under
 ${PREFIX}/share.  Furthermore, it is common to see Java ports (like
 devel/maven for instance) installed under ${JAVASHAREDIR} (which
 defaults to ${PREFIX}/share/java). Provided that JAVASHAREDIR is defined
 in bsd.java.mk, I would consider it a "good practice".
 
 
 Herve



More information about the freebsd-ports-bugs mailing list