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

Jean-Baptiste Quenot jb.quenot at caraldi.com
Mon May 10 09:20:29 UTC 2004


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

From: Jean-Baptiste Quenot <jb.quenot at caraldi.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/66253: New port: cocoon2: XML Web Development Framework
Date: Mon, 10 May 2004 11:10:19 +0200

 * Herve Quiroz:
 
 > Why do you install everything in ${PREFIX}/cocoon2 ?
 
 Cocoon  is   mostly  a   web  application   (a  servlet),   which  makes
 webapp/WEB-INF/lib the mandatory library  directory.  Other libraries or
 classes in the  tools subdir are only used for  starting the server, not
 used for normal operation, and cannot  be packaged differently as of the
 current set of management tools.
 
 Your first comment is alright, so here is a patch:
 
 Index: Makefile
 ===================================================================
 --- Makefile    (revision 710)
 +++ Makefile    (working copy)
 @@ -16,7 +16,8 @@
  MAINTAINER=    jb.quenot at caraldi.com
  COMMENT=       XML Web Development Framework
   
 -USE_JAVA=      1.1+
 +USE_JAVA=      yes
 +JAVA_VERSION=  1.3+
  USE_PYTHON=    1.6+
  MAKE_ENV=      JAVA_HOME=${JAVA_HOME}
  WRKSRC=        ${WRKDIR}/${PDISTNAME}
 
 Thanks!
 -- 
 Jean-Baptiste Quenot
 http://caraldi.com/jbq/



More information about the freebsd-ports-bugs mailing list