From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 15 18:10:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE5B3106567B for ; Thu, 15 Jul 2010 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD5D8FC29 for ; Thu, 15 Jul 2010 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6FIA3nf044408 for ; Thu, 15 Jul 2010 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6FIA3U1044407; Thu, 15 Jul 2010 18:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jul 2010 18:10:03 GMT Resent-Message-Id: <201007151810.o6FIA3U1044407@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5D21065675 for ; Thu, 15 Jul 2010 18:09:49 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1188FC1B for ; Thu, 15 Jul 2010 18:09:48 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 86EDA4A2E6B0; Thu, 15 Jul 2010 10:59:04 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Thu, 15 Jul 2010 11:07:25 -0700 Message-Id: <20100715175904.86EDA4A2E6B0@mail.experts-exchange.com> Date: Thu, 15 Jul 2010 11:07:25 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tomasv@megalogika.lt Subject: ports/148650: [patch] www/tomcat55 remove java hardcoding X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 18:10:03 -0000 >Number: 148650 >Category: ports >Synopsis: [patch] www/tomcat55 remove java hardcoding >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: Thu Jul 15 18:10:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 7.3-RELEASE-p1 i386 >Organization: Experts-Exchange >Environment: System: FreeBSD eggman.experts-exchange.com 7.3-RELEASE-p1 FreeBSD 7.3-RELEASE-p1 #0: Wed May 26 04:29:05 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: www/tomcat55 port hardcodes to use specific version of java. This patch makes the version and vendor of java configurable. Default of java_vendor remains freebsd, and java_version 1.4+ >How-To-Repeat: >Fix: --- /usr/ports/www/tomcat55/Makefile 2010-06-29 03:39:30.000000000 -0700 +++ /usr/ports/www/tomcat55/Makefile 2010-07-15 10:22:36.000000000 -0700 @@ -17,7 +17,8 @@ COMMENT= Open-source Java web server by Apache, 5.5.x branch USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION?= 1.4+ +JAVA_VENDOR?= freebsd NO_BUILD= YES USE_RC_SUBR= tomcat55.sh >Release-Note: >Audit-Trail: >Unformatted: