Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2011 12:12:49 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161230: japanese/xgate: update tomcat dependency
Message-ID:  <201110021212.p92CCnmv023077@red.freebsd.org>
Resent-Message-ID: <201110021220.p92CK79W033844@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161230
>Category:       ports
>Synopsis:       japanese/xgate: update tomcat dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 02 12:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.0-BETA3
>Organization:
>Environment:
FreeBSD acer 9.0-BETA3 FreeBSD 9.0-BETA3 #0 r225874: Thu Sep 29 16:29:00 CEST 2011     rene@acer:/usr/obj/usr/src/9/sys/ACER  amd64

>Description:
The www/tomcat41 port is unmaintained upstream and on FreeBSD and expired on 2011-09-10

Adjust the dependency of this port to use www/tomcat6 instead (untested because the distribution file cannot be fetched).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/xgate/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	21 Jul 2011 04:29:12 -0000	1.11
+++ Makefile	2 Oct 2011 12:08:17 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	nork@FreeBSD.org
 COMMENT=	xGate webmail system implemented by Servlet over IMAP4/POP3
 
-RUN_DEPENDS=	tomcat41ctl:${PORTSDIR}/www/tomcat41
+RUN_DEPENDS=	${APP_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
 
 BROKEN=		fails to fetch
 
@@ -43,7 +43,7 @@
 
 .include <bsd.port.pre.mk>
 
-APP_HOME!=	${MAKE} -C ${PORTSDIR}/www/tomcat41 -VAPP_HOME
+APP_HOME!=	${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME
 
 CNFLSTS=	account/admin.ndt	\
 		account/license.dat	\


>Release-Note:
>Audit-Trail:
>Unformatted:



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