ports/148650: [patch] www/tomcat55 remove java hardcoding
Jason Helfman
jhelfman at e-e.com
Thu Jul 15 18:10:03 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list