Mon Feb 9 16:55:01 2015 UTC ()
Add 8 to USE_HAVA2 description.


(ryoon)
diff -r1.96 -r1.97 pkgsrc/mk/java-vm.mk

cvs diff -r1.96 -r1.97 pkgsrc/mk/java-vm.mk (expand / switch to unified diff)

--- pkgsrc/mk/java-vm.mk 2015/02/08 17:48:33 1.96
+++ pkgsrc/mk/java-vm.mk 2015/02/09 16:55:01 1.97
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: java-vm.mk,v 1.96 2015/02/08 17:48:33 tnn Exp $ 1# $NetBSD: java-vm.mk,v 1.97 2015/02/09 16:55:01 ryoon Exp $
2# 2#
3# This Makefile fragment handles Java dependencies and make variables, 3# This Makefile fragment handles Java dependencies and make variables,
4# and is meant to be included by packages that require Java either at 4# and is meant to be included by packages that require Java either at
5# build-time or at run-time. 5# build-time or at run-time.
6# 6#
7# User-settable variables: 7# User-settable variables:
8# 8#
9# PKG_JVM_DEFAULT 9# PKG_JVM_DEFAULT
10# The JVM that should be used if nothing particular is specified. 10# The JVM that should be used if nothing particular is specified.
11# 11#
12# Possible values: kaffe openjdk7 openjdk7-bin openjdk8 12# Possible values: kaffe openjdk7 openjdk7-bin openjdk8
13# sun-jdk6 sun-jdk7 jdk15 jdk16 13# sun-jdk6 sun-jdk7 jdk15 jdk16
14# Default value: (platform-dependent) 14# Default value: (platform-dependent)
@@ -16,28 +16,28 @@ @@ -16,28 +16,28 @@
16# Package-settable variables: 16# Package-settable variables:
17# 17#
18# USE_JAVA 18# USE_JAVA
19# When set to "yes", a build-time dependency on the JDK and 19# When set to "yes", a build-time dependency on the JDK and
20# a run-time dependency on the JRE are added. 20# a run-time dependency on the JRE are added.
21# When set to "run", a run-time dependency on the JRE is added. 21# When set to "run", a run-time dependency on the JRE is added.
22# When set to "build", a build-time dependency on the JRE is added. 22# When set to "build", a build-time dependency on the JRE is added.
23# 23#
24# Possible values: yes run build 24# Possible values: yes run build
25# Default value: yes 25# Default value: yes
26# 26#
27# USE_JAVA2 27# USE_JAVA2
28# When the package needs a Java 2 implementation, this variable 28# When the package needs a Java 2 implementation, this variable
29# should be set to "yes". It can also be set to "1.4", "1.5", "6" 29# should be set to "yes". It can also be set to "1.4", "1.5", "6".
30# or "7" require an even more recent implementation. 30# "7" or "8" require an even more recent implementation.
31# 31#
32# Possible values: yes no 1.4 1.5 6 7 8 32# Possible values: yes no 1.4 1.5 6 7 8
33# Default value: no 33# Default value: no
34# 34#
35# PKG_JVMS_ACCEPTED 35# PKG_JVMS_ACCEPTED
36# The list of JVMs that may be used as possible implementations. 36# The list of JVMs that may be used as possible implementations.
37# 37#
38# Variables set by this file: 38# Variables set by this file:
39# 39#
40# JAVA_BINPREFIX 40# JAVA_BINPREFIX
41# The prefix for the Java binaries. The path to the real binaries 41# The prefix for the Java binaries. The path to the real binaries
42# is constructed by appending -${program} to it. 42# is constructed by appending -${program} to it.
43# 43#