Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2012 05:38:44 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/javavmwrapper Makefile ports/java/javavmwrapper/src javavm.1 javavmwrapper.sh
Message-ID:  <201207130538.q6D5ciFf041012@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2012-07-13 05:38:44 UTC

  FreeBSD ports repository

  Modified files:
    java/javavmwrapper   Makefile 
    java/javavmwrapper/src javavm.1 javavmwrapper.sh 
  Log:
  . Make the version numbers consistent so they can be compared correctly.
    E.g. for jdk1.6.0 and openjdk6 will use '6' as the version.
  . Modify the preference order for Java VMs used by the internal fallback
    logic to reflect that openjdk is now the default Java VM rather than diablo.
  . Remove code for Java vendors that are no longer in the ports tree (e.g.
    blackdown, ibm).
  . Remove code for handling version numbers that are no longer present in
    the tree (e.g. only 1.5 and up is supported).
  . Note that openjdk is a native Java VM.
  . If the environment variable JAVAVM_FALLBACK_ONLY is set then only use the
    internal logic to select a Java VM, don't use the ports logic even if the
    ports collection is installed. [1]
  . Update the manual page for JAVAVM_FALLBACK_ONLY.
  . Bump version to 2.4.
  
  PR:             167799 [1]
  
  Revision  Changes    Path
  1.35      +1 -1      ports/java/javavmwrapper/Makefile
  1.14      +11 -1     ports/java/javavmwrapper/src/javavm.1
  1.25      +56 -79    ports/java/javavmwrapper/src/javavmwrapper.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207130538.q6D5ciFf041012>