ports/72506: Maintainer update: Resin 3.0.9

Jean-Baptiste Quenot jb.quenot at caraldi.com
Mon Oct 11 11:10:11 UTC 2004


>Number:         72506
>Category:       ports
>Synopsis:       Maintainer update: Resin 3.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 11 11:10:11 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Baptiste Quenot
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD vision.anyware 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Mar 26 17:43:44 CET 2004 jbq at anyware12.anyware:/usr/obj/usr/src/sys/ANYWARE12 i386
>Description:
This is an update of www/resin3 to 3.0.9.  The port adds two patches to
activate the Apache modules.
>How-To-Repeat:
>Fix:
diff --exclude=work --exclude=README.html -ruN /usr/ports/www/resin3/Makefile resin3/Makefile
--- /usr/ports/www/resin3/Makefile	Sat Jun 26 00:05:33 2004
+++ resin3/Makefile	Mon Oct 11 12:58:02 2004
@@ -2,60 +2,58 @@
 # Whom:                                Jean-Baptiste Quenot <jb.quenot at caraldi.com>
 # Date Created:                        2003-09-29 14:17:14
 #
-# ex:ts=20:sw=20
-#
 # $FreeBSD: ports/www/resin3/Makefile,v 1.6 2004/06/24 07:43:26 vs Exp $
 #
 
-PORTNAME=	resin
-PORTVERSION=	3.0.8
-CATEGORIES=	www java
-MASTER_SITES=	http://www.caucho.com/download/
-
-MAINTAINER=	jb.quenot at caraldi.com
-COMMENT=	Resin, a Java-based Application Server, 3.x branch
-
-USE_JAVA=	1.2+
-HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_PERL5=	yes
-USE_REINPLACE=	yes
+PORTNAME=		resin
+PORTVERSION=		3.0.9
+CATEGORIES=		www java
+MASTER_SITES=		http://www.caucho.com/download/
+
+MAINTAINER=		jb.quenot at caraldi.com
+COMMENT=		Resin, a Java-based Application Server, 3.x branch
+
+USE_JAVA=		1.2+
+HAS_CONFIGURE=		yes
+USE_GMAKE=		yes
+USE_PERL5=		yes
+USE_REINPLACE=		yes
 
 # Customizable settings
-RUNASUSER?=	www
-RUNASUID?=	80
-GROUP?=	${RUNASUSER}
-GID?=	${RUNASUID}
-PORT?=	8080
+RUNASUSER?=		www
+RUNASUID?=		80
+GROUP?=			${RUNASUSER}
+GID?=			${RUNASUID}
+PORT?=			8080
 # Do not use PKGNAMESUFFIX here because version info is already in PORTVERSION
 # If we used PKGNAMESUFFIX, the package name would be resin2-2.1.11
 APP_NAME_SUFFIX=	${PORTVERSION:C/\..*$//}
-APP_NAME?=	${PORTNAME}${APP_NAME_SUFFIX}
-LATEST_LINK=	${APP_NAME}
-APP_HOME?=	${PREFIX}/${APP_NAME}
-WITH_APACHE?=	NO
-WITH_APACHE2?=	NO
-PID_FILE?=	/var/run/${APP_NAME}.pid
+APP_NAME?=		${PORTNAME}${APP_NAME_SUFFIX}
+LATEST_LINK=		${APP_NAME}
+APP_HOME?=		${PREFIX}/${APP_NAME}
+WITH_APACHE?=		NO
+WITH_APACHE2?=		NO
+PID_FILE?=		/var/run/${APP_NAME}.pid
 
 # Other settings
-APXS?=	${LOCALBASE}/sbin/apxs
-MOD_DIR?=	`${APXS} -q LIBEXECDIR`
-PKGINSTALL=	${WRKDIR}/pkg-install
-PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
-PKGMESSAGE=	${WRKDIR}/pkg-message
+APXS?=			${LOCALBASE}/sbin/apxs
+MOD_DIR?=		`${APXS} -q LIBEXECDIR`
+PKGINSTALL=		${WRKDIR}/pkg-install
+PKGDEINSTALL=		${WRKDIR}/pkg-deinstall
+PKGMESSAGE=		${WRKDIR}/pkg-message
 # We need WRKSRC and WRKDIR right now so define them "manually"
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/work
-REINPLACE_FILES=	${WRKSRC}/src/c/plugin/apache/Makefile.in \
-	${WRKSRC}/src/c/plugin/apache2/Makefile.in
-REPLACE_FILES=	${FILESDIR}/pkg-install \
-	${FILESDIR}/pkg-deinstall \
-	${FILESDIR}/install.sh \
-	${FILESDIR}/pkg-message.in \
-	${WRKSRC}/conf/resin.conf \
-	${WRKSRC}/bin/wrapper.pl.in \
-	${FILESDIR}/resin.sh.in
-COPYDIRS=	doc lib libexec webapps
+WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKDIR?=		${WRKDIRPREFIX}${.CURDIR}/work
+REINPLACE_FILES=	${WRKSRC}/src/c/apache1/Makefile.in \
+			${WRKSRC}/src/c/apache2/Makefile.in
+REPLACE_FILES=		${FILESDIR}/pkg-install \
+			${FILESDIR}/pkg-deinstall \
+			${FILESDIR}/install.sh \
+			${FILESDIR}/pkg-message.in \
+			${WRKSRC}/conf/resin.conf \
+			${WRKSRC}/bin/wrapper.pl.in \
+			${FILESDIR}/resin.sh.in
+COPYDIRS=		lib webapps
 
 .include <bsd.port.pre.mk>
 
@@ -67,90 +65,90 @@
 #
 # Apache 1.3
 #
-BUILD_DEPENDS+=	${APXS}:${PORTSDIR}/www/apache13
+BUILD_DEPENDS+=		${APXS}:${PORTSDIR}/www/apache13
 CONFIGURE_ARGS+=	--with-apxs=${APXS}
-PLIST_SUB+=	MOD_DIR=libexec/apache
+PLIST_SUB+=		MOD_DIR=libexec/apache
 # Allow apxs invocations
-PLIST_SUB+=	APACHE=""
+PLIST_SUB+=		APACHE=""
 .elif defined(WITH_APACHE2) && (${WITH_APACHE2} == yes || ${WITH_APACHE2} == YES)
 #
 # Apache 2
 #
-BUILD_DEPENDS+=	${APXS}:${PORTSDIR}/www/apache2
+BUILD_DEPENDS+=		${APXS}:${PORTSDIR}/www/apache2
 CONFIGURE_ARGS+=	--with-apxs=${APXS}
-PLIST_SUB+=	MOD_DIR=libexec/apache2
+PLIST_SUB+=		MOD_DIR=libexec/apache2
 # Allow apxs invocations
-PLIST_SUB+=	APACHE=""
+PLIST_SUB+=		APACHE=""
 .else
-PLIST_SUB+=	MOD_DIR="@comment "
+PLIST_SUB+=		MOD_DIR="@comment "
 # Prevent apxs invocations
-PLIST_SUB+=	APACHE="@comment "
+PLIST_SUB+=		APACHE="@comment "
 .endif
 
-PLIST_SUB+=	APP_NAME=${APP_NAME}
-PLIST_SUB+=	APXS=${APXS}
+PLIST_SUB+=		APP_NAME=${APP_NAME}
+PLIST_SUB+=		APXS=${APXS}
 
 .if ((defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES)) \
 || (defined(WITH_APACHE2) && (${WITH_APACHE2} == yes || ${WITH_APACHE2} == YES)))
-LIBEXECDIR!=	${APXS} -q LIBEXECDIR
-SYSCONFDIR!=	${APXS} -q SYSCONFDIR
+LIBEXECDIR!=		${APXS} -q LIBEXECDIR
+SYSCONFDIR!=		${APXS} -q SYSCONFDIR
 CONFIGURE_ARGS+=	--with-apache-libexec=${LIBEXECDIR}
 CONFIGURE_ARGS+=	--with-apache-conf=${SYSCONFDIR}
 .endif
 
-SUBSTITUTIONS=	-e "s|%%APP_HOME%%|${APP_HOME}|g" \
-	-e "s|%%APP_NAME%%|${APP_NAME}|g" \
-	-e "s|%%APXS%%|${APXS}|g" \
-	-e "s|%%COPYDIRS%%|${COPYDIRS}|g" \
-	-e "s|%%FILESDIR%%|${FILESDIR}|g" \
-	-e "s|%%GROUP%%|${GROUP}|g" \
-	-e "s|%%GID%%|${GID}|g" \
-	-e "s|%%JAVA_HOME%%|${JAVA_HOME}|g" \
-	-e "s|%%PERL%%|${PERL}|g" \
-	-e "s|%%PID_FILE%%|${PID_FILE}|g" \
-	-e "s|%%PORT%%|${PORT}|g" \
-	-e "s|%%PORTNAME%%|${PORTNAME}|g" \
-	-e "s|%%PREFIX%%|${PREFIX}|g" \
-	-e "s|%%RUNASUID%%|${RUNASUID}|g" \
-	-e "s|%%RUNASUSER%%|${RUNASUSER}|g" \
-	-e "s|%%WRKDIR%%|${WRKDIR}|g" \
-	-e "s|%%WRKSRC%%|${WRKSRC}|g"
+SUBSTITUTIONS=		-e "s|%%APP_HOME%%|${APP_HOME}|g" \
+			-e "s|%%APP_NAME%%|${APP_NAME}|g" \
+			-e "s|%%APXS%%|${APXS}|g" \
+			-e "s|%%COPYDIRS%%|${COPYDIRS}|g" \
+			-e "s|%%FILESDIR%%|${FILESDIR}|g" \
+			-e "s|%%GROUP%%|${GROUP}|g" \
+			-e "s|%%GID%%|${GID}|g" \
+			-e "s|%%JAVA_HOME%%|${JAVA_HOME}|g" \
+			-e "s|%%PERL%%|${PERL}|g" \
+			-e "s|%%PID_FILE%%|${PID_FILE}|g" \
+			-e "s|%%PORT%%|${PORT}|g" \
+			-e "s|%%PORTNAME%%|${PORTNAME}|g" \
+			-e "s|%%PREFIX%%|${PREFIX}|g" \
+			-e "s|%%RUNASUID%%|${RUNASUID}|g" \
+			-e "s|%%RUNASUSER%%|${RUNASUSER}|g" \
+			-e "s|%%WRKDIR%%|${WRKDIR}|g" \
+			-e "s|%%WRKSRC%%|${WRKSRC}|g"
 
 post-patch:
 .for FILE in ${REINPLACE_FILES}
-	@${REINPLACE_CMD} ${SUBSTITUTIONS} ${FILE}
+			@${REINPLACE_CMD} ${SUBSTITUTIONS} ${FILE}
 .endfor
 .for FILE in ${REPLACE_FILES}
-	@${SED} ${SUBSTITUTIONS} ${FILE} > ${WRKDIR}/`basename ${FILE}`
+			@${SED} ${SUBSTITUTIONS} ${FILE} > ${WRKDIR}/`basename ${FILE}`
 .endfor
-	@fmt -w 80 < ${WRKDIR}/pkg-message.in > ${PKGMESSAGE}
+			@fmt -w 80 < ${WRKDIR}/pkg-message.in > ${PKGMESSAGE}
 .if (defined(WITH_APACHE2) && (${WITH_APACHE2} == yes || ${WITH_APACHE2} == YES) || \
 defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES))
-	@${ECHO_CMD} >> ${PKGMESSAGE}
-	@${ECHO_CMD} The Resin Apache module mod_caucho has been activated \
-	    in the Apache configuration file, where you should also \
-	    add a line to specify the location of the Resin configuration \
-	    server, for example: | fmt -w 80 >> ${PKGMESSAGE}
-	@${ECHO_CMD} >> ${PKGMESSAGE}
-	@${ECHO_CMD} "<IfModule mod_caucho.c>" >> ${PKGMESSAGE}
+			@${ECHO_CMD} >> ${PKGMESSAGE}
+			@${ECHO_CMD} The Resin Apache module mod_caucho has been activated \
+			    in the Apache configuration file, where you should also \
+			    add a line to specify the location of the Resin configuration \
+			    server, for example: | fmt -w 80 >> ${PKGMESSAGE}
+			@${ECHO_CMD} >> ${PKGMESSAGE}
+			@${ECHO_CMD} "<IfModule mod_caucho.c>" >> ${PKGMESSAGE}
 .if (defined(WITH_APACHE2) && (${WITH_APACHE2} == yes || ${WITH_APACHE2} == YES))
-	@${ECHO_CMD} "    ResinConfigServer localhost 6802" >> ${PKGMESSAGE}
+			@${ECHO_CMD} "    ResinConfigServer localhost 6802" >> ${PKGMESSAGE}
 .endif
 .if (defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES))
-	@${ECHO_CMD} "    CauchoConfigFile ${PREFIX}/etc/${APP_NAME}/resin.xml" >> ${PKGMESSAGE}
+			@${ECHO_CMD} "    CauchoConfigFile ${PREFIX}/etc/${APP_NAME}/resin.xml" >> ${PKGMESSAGE}
 .endif
-	@${ECHO_CMD} "</IfModule>" >> ${PKGMESSAGE}
+			@${ECHO_CMD} "</IfModule>" >> ${PKGMESSAGE}
 .endif
-	@${MV} ${WRKDIR}/wrapper.pl.in ${WRKSRC}/bin/wrapper.pl.in
+			@${MV} ${WRKDIR}/wrapper.pl.in ${WRKSRC}/bin/wrapper.pl.in
 
 # Resin does not handle installation, so proceed now
 post-install:
-	@${SH} ${WRKDIR}/install.sh
-	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${ECHO_CMD}
-	@${ECHO_CMD} "********************************************************************************"
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_CMD} "********************************************************************************"
-	@${ECHO_CMD}
+			@${SH} ${WRKDIR}/install.sh
+			@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+			@${ECHO_CMD}
+			@${ECHO_CMD} "********************************************************************************"
+			@${CAT} ${PKGMESSAGE}
+			@${ECHO_CMD} "********************************************************************************"
+			@${ECHO_CMD}
 
 .include <bsd.port.post.mk>
diff --exclude=work --exclude=README.html -ruN /usr/ports/www/resin3/distinfo resin3/distinfo
--- /usr/ports/www/resin3/distinfo	Sat Jun 26 00:05:33 2004
+++ resin3/distinfo	Mon Oct 11 11:49:58 2004
@@ -1,2 +1,2 @@
-MD5 (resin-3.0.8.tar.gz) = 30498b230b287d45ce914befdeaa0fee
-SIZE (resin-3.0.8.tar.gz) = 5757738
+MD5 (resin-3.0.9.tar.gz) = 97a68da3582b7cd98c9e729f136abf27
+SIZE (resin-3.0.9.tar.gz) = 6326402
diff --exclude=work --exclude=README.html -ruN /usr/ports/www/resin3/files/patch-apache1-Makefile.in resin3/files/patch-apache1-Makefile.in
--- /usr/ports/www/resin3/files/patch-apache1-Makefile.in	Thu Jan  1 01:00:00 1970
+++ resin3/files/patch-apache1-Makefile.in	Mon Oct 11 12:51:42 2004
@@ -0,0 +1,12 @@
+--- src/c/apache1/Makefile.in.orig	Mon Oct 11 11:34:53 2004
++++ src/c/apache1/Makefile.in	Mon Oct 11 12:44:59 2004
+@@ -38,8 +38,7 @@
+ 	$(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
+ 	- rm -f $(apache_libexec)/mod_caucho.la
+ 	- rm -f $(apache_libexec)/mod_caucho.a
+-	sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
+-	   -resin_home $(resin_home)
++	%%APXS%% -e -a -n caucho mod_caucho.so
+ 
+ clean	:
+ 	- rm *.o *.lo *.la *.so .libs
diff --exclude=work --exclude=README.html -ruN /usr/ports/www/resin3/files/patch-apache2-Makefile.in resin3/files/patch-apache2-Makefile.in
--- /usr/ports/www/resin3/files/patch-apache2-Makefile.in	Thu Jan  1 01:00:00 1970
+++ resin3/files/patch-apache2-Makefile.in	Mon Oct 11 12:51:42 2004
@@ -0,0 +1,12 @@
+--- src/c/apache2/Makefile.in.orig	Mon Oct 11 11:34:53 2004
++++ src/c/apache2/Makefile.in	Mon Oct 11 12:44:59 2004
+@@ -38,8 +38,7 @@
+ 	$(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
+ 	- rm -f $(apache_libexec)/mod_caucho.la
+ 	- rm -f $(apache_libexec)/mod_caucho.a
+-	sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
+-	   -resin_home $(resin_home)
++	%%APXS%% -e -a -n caucho mod_caucho.so
+ 
+ clean	:
+ 	- rm *.o *.lo *.la *.so .libs
diff --exclude=work --exclude=README.html -ruN /usr/ports/www/resin3/pkg-plist resin3/pkg-plist
--- /usr/ports/www/resin3/pkg-plist	Sat Jun 26 00:05:34 2004
+++ resin3/pkg-plist	Mon Oct 11 11:52:48 2004
@@ -1,28 +1,32 @@
-%%APP_NAME%%/doc/index.jsp
-%%APP_NAME%%/lib/dom.jar
+%%APP_NAME%%/lib/LICENSE.isorelax
+%%APP_NAME%%/lib/LICENSE.retroweaver
+%%APP_NAME%%/lib/ejb-20.jar
+%%APP_NAME%%/lib/ejb-30.jar
 %%APP_NAME%%/lib/isorelax.jar
+%%APP_NAME%%/lib/j2eedeploy.jar
+%%APP_NAME%%/lib/jaxrpc.jar
 %%APP_NAME%%/lib/jca-15.jar
+%%APP_NAME%%/lib/jms-11.jar
 %%APP_NAME%%/lib/jmx-12.jar
 %%APP_NAME%%/lib/jsdk-24.jar
 %%APP_NAME%%/lib/jstl-11.jar
 %%APP_NAME%%/lib/jta-101.jar
-%%APP_NAME%%/lib/license.jar
 %%APP_NAME%%/lib/portlet-10.jar
+%%APP_NAME%%/lib/resin-jdk15.jar
 %%APP_NAME%%/lib/resin.jar
+%%APP_NAME%%/lib/retroweaver.jar
 %%APP_NAME%%/lib/webutil.jar
+%%APP_NAME%%/webapps/ROOT/index.jsp
 %%APP_NAME%%/webapps/resin-doc.war
-%%APP_NAME%%/libexec/libresin.so
-%%APP_NAME%%/libexec/libresinssl.so
 etc/%%APP_NAME%%/app-default.xml
 etc/rc.d/%%APP_NAME%%.sh
 sbin/%%APP_NAME%%ctl
 %%MOD_DIR%%/mod_caucho.so
 %%APACHE%%@exec %%APXS%% -e -a -n caucho %f
 %%APACHE%%@unexec %%APXS%% -e -A -n caucho %f
- at dirrm %%APP_NAME%%/doc
 @dirrm %%APP_NAME%%/lib
+ at dirrm %%APP_NAME%%/webapps/ROOT
 @dirrm %%APP_NAME%%/webapps
- at dirrm %%APP_NAME%%/libexec
 @dirrm %%APP_NAME%%
 @unexec if cmp -s %D/etc/%%APP_NAME%%/resin.xml %D/etc/%%APP_NAME%%/resin.xml-dist; then rm -f %D/etc/%%APP_NAME%%/resin.xml ; else echo If permanently deleting this package, %D/etc/%%APP_NAME%%/resin.xml must be removed manually; fi
 etc/%%APP_NAME%%/resin.xml-dist
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list