summaryrefslogtreecommitdiff
path: root/mk/java-vm.mk
AgeCommit message (Collapse)AuthorFilesLines
2003-09-23kaffe now works on alphadmcmahill1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-07-29Apply pkgsrc-wip/wip/jdk1x_java-vm.mk.diff to add support for thewiz1-3/+21
jdk12 and jdk13 packages from pkgsrc-wip.
2003-05-25Clarify comments to more explicitly note how to _not_ add the dependencyjlam1-5/+7
on the JDK.
2003-05-09sun-jdk defaults to sun-jdk14, but sun-jdk14 does not work reliablyabs1-3/+3
on NetBSD/i386 1.6. I_believe_ it started working around the point scheduler activations were imported, so give sun-jdk14 to 1.6M and later, otherwise sun-jdk13.
2003-03-23If a package requires a certain JVM, use that JVM for all dependenciesjschauma1-1/+2
as well to avoid pulling in an additional, possibly unwanted JVM should one of the dependencies require any JVM.
2003-02-07protect one more inclusion of ${_JDK_PKGSRCDIR}/buildlink2.mk withdmcmahill1-2/+4
a check to make sure _JDK_PKGSRCDIR exists. Now one can create README.html files for all java pkgs on a system without a JVM.
2003-02-06make this also behave correctly when USE_BUILDLINK2 is not defined as well ↵dmcmahill1-2/+4
as _JRE_PKGSRCDIR not being defined
2003-02-06only include _JRE_PKGSRCDIR/buildlink2.mk if it exists (allowing things likedmcmahill1-2/+2
make show-var VARNAME=PKGNAME to work on systems without a JVM.
2003-02-06on systems where _PKG_JVM is not set, set PKG_FAIL_REASON and setdmcmahill1-2/+3
_PKG_JVM to "none" to avoid makefile errors.
2003-01-29Use a table-based lookup scheme to pair up JREs to JDKs.jlam1-10/+15
2003-01-29sun-jdk14 has moved to .../java/sun-1.4.jlam1-2/+2
2003-01-29Set _JAVA_BASE_CLASSES to classes.zip or wre.jar in java-vm.mk, then use inabs1-1/+4
bsd.pkg.mk. We are now more wonka friendly.
2002-12-31USE_JAVA2 is used to note that the package requires a Java2 implementation.jlam1-2/+9
It's undefined by default, but may be set to "yes".
2002-12-31Allow for strangely-cased USE_JAVA values.jlam1-5/+6
2002-12-28Check whether USE_BUILDLINK2 is defined before testing its value.jlam1-3/+3
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-0/+257
suggested by Simon J. Gerraty.