From owner-freebsd-java Tue Nov 13 13: 7:32 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id A357237B416; Tue, 13 Nov 2001 13:07:27 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fADL7Qg01273; Tue, 13 Nov 2001 16:07:26 -0500 (EST) (envelope-from rsimmons) Received: (from rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) id fADL7P901264; Tue, 13 Nov 2001 16:07:25 -0500 (EST) (envelope-from rsimmons) Date: Tue, 13 Nov 2001 16:07:25 -0500 (EST) Message-Id: <200111132107.fADL7P901264@mail.wlcg.com> To: FreeBSD-gnats-submit@freebsd.org Subject: Update tomcat port to jdk 1.3.1 From: Rob Simmons Reply-To: Rob Simmons Cc: dirk@freebsd.org, freebsd-java@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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