Date: Tue, 12 Feb 2008 18:06:53 +0100 From: "Michael Schuh" <michael.schuh@gmail.com> To: freebsd-ports@freebsd.org, freebsd-java@freebsd.org Subject: javavmwrapper doesn't respects jdk1.6.0 Message-ID: <1dbad3150802120906l30f8f45dkee691861943288a7@mail.gmail.com>
index | next in thread | raw e-mail
Hello,
the wrapperscript /usr/local/bin/java should get updated.
beyond the lines 513 it should get expanded with " 1.6" and an
new case "1.6+)..."
---8<---snip---8<---
for version in ${JAVA_VERSION}; do
case "${version}" in
1.1+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.1 1.2 1.3 1.4 1.5
1.6"
;;
1.2+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.2 1.3 1.4 1.5 1.6"
;;
1.3+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.3 1.4 1.5 1.6"
;;
1.4+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.4 1.5 1.6"
;;
1.5+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.5 1.6"
;;
1.6+)
_JAVAVM_VERSION="${_JAVAVM_VERSION} 1.6"
;;
*)
_JAVAVM_VERSION="${_JAVAVM_VERSION} ${version}"
;;
--->8---snap--->8---
best regards
michael
--
=== m i c h a e l - s c h u h . n e t ===
Michael Schuh
Postfach 10 21 52
66021 Saarbrücken
phone: 0681/8319664
mobil: 0177/9738644
@: m i c h a e l . s c h u h @ g m a i l . c o m
=== Ust-ID: DE251072318 ===
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1dbad3150802120906l30f8f45dkee691861943288a7>
