Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 18:18:12 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173131: www/openbravoerp: remove tomcat55 dependency (eol soon), and adopt tomcat6
Message-ID:  <201210261818.q9QIICcA030063@freefall.freebsd.org>
Resent-Message-ID: <201210261820.q9QIK0kk030100@freefall.freebsd.org>

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

>Number:         173131
>Category:       ports
>Synopsis:       www/openbravoerp: remove tomcat55 dependency (eol soon), and adopt tomcat6
>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:   Fri Oct 26 18:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r241358: Mon Oct 8 23:17:12 UTC 2012 peter@freefall.freebsd.org:/usr/src/sys/amd64/compile/FREEFALL amd64


	
>Description:
update to tomcat6
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 306451)
+++ Makefile	(working copy)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:    openbravoerp
-# Date created:         		2 Nov 2008
-# Whom:                 		loader@freebsdmall.com
+# Created by:	loader@freebsdmall.com
 #
 # $FreeBSD$
 #
@@ -43,7 +41,7 @@
 LIB_DEPENDS+=	c.6:${PORTSDIR}/misc/compat6x
 .endif
 
-BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
+BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
 BUILD_DEPENDS+=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant
 
 pre-everything::
Index: pkg-install
===================================================================
--- pkg-install	(revision 306451)
+++ pkg-install	(working copy)
@@ -12,7 +12,7 @@
   # createuser -s -W postgres
 
   This is not done by the port. And use
-  \"/usr/local/tomcat5.5\" as the Tomcat
+  \"/usr/local/apache-tomcat-6.0\" as the Tomcat
   directory when you are prompted to enter
   the location.
   
>Release-Note:
>Audit-Trail:
>Unformatted:



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