javavmwrapper doesn't respects jdk1.6.0

Michael Schuh michael.schuh at gmail.com
Tue Feb 12 17:06:55 UTC 2008


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 ===


More information about the freebsd-ports mailing list