cvs commit: ports/java/javavmwrapper Makefile

看板FB_cvs作者時間13年前 (2012/07/13 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
文章代碼(AID): #1F_xcV9c (FB_cvs)