Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2004 23:30:25 -0700 (PDT)
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66253: New port: cocoon2: XML Web Development Framework
Message-ID:  <200405070630.i476UP7r059712@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66253; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405070630.i476UP7r059712>