Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 16:07:25 -0500 (EST)
From:      Rob Simmons <rsimmons@mail.wlcg.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dirk@freebsd.org, freebsd-java@freebsd.org
Subject:   Update tomcat port to jdk 1.3.1
Message-ID:  <200111132107.fADL7P901264@mail.wlcg.com>

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

>Submitter-Id:	current-users
>Originator:	Rob Simmons
>Organization:	
>Confidential:	no 
>Synopsis:	Update tomcat port to jdk 1.3.1
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 4.4-STABLE i386
>Environment:
System: FreeBSD mail 4.4-STABLE FreeBSD 4.4-STABLE #1: Tue Oct 9 11:45:16
EDT 2001 rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386


	
>Description:
Update the tomcat port to use jdk 1.3.1
>How-To-Repeat:
n/a
>Fix:
--- Makefile.orig        Tue Nov 13 13:36:50 2001
+++ Makefile    Tue Nov 13 13:37:05 2001
@@ -14,7 +14,7 @@
 MAINTAINER=    dirk@FreeBSD.org
 
 BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall
-RUN_DEPENDS=   ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk
+RUN_DEPENDS=   ${LOCALBASE}/jdk1.3.1/bin/javac:${PORTSDIR}/java/jdk13
 
 NO_BUILD=      yes
 
--- files/patch-aa.orig  Tue Nov 13 13:39:34 2001
+++ files/patch-aa      Tue Nov 13 13:40:34 2001
@@ -12,7 +12,7 @@
  # you should have a bin and lib directories beneath it.
  #
 -workers.java_home=c:\jdk1.2.2
-+workers.java_home=%%PREFIX%%/jdk1.1.8
++workers.java_home=%%PREFIX%%/jdk1.3.1
  
  #
  # You should configure your environment slash... ps=\ on NT and / on UNIX
--- files/tomcat.sh.orig  Tue Nov 13 13:39:40 2001
+++ files/tomcat.sh     Tue Nov 13 13:40:49 2001
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-JAVA_HOME=%%PREFIX%%/jdk1.1.8
+JAVA_HOME=%%PREFIX%%/jdk1.3.1
 export JAVA_HOME
 TOMCAT_HOME=%%PREFIX%%/tomcat
 export TOMCAT_HOME

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




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