Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-03 | kaffe and wonka works for "arm" too (not only "arm32"). | kristerw | 1 | -3/+3 | |
2003-09-23 | kaffe now works on alpha | dmcmahill | 1 | -2/+2 | |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -1/+1 | |
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk | |||||
2003-07-29 | Apply pkgsrc-wip/wip/jdk1x_java-vm.mk.diff to add support for the | wiz | 1 | -3/+21 | |
jdk12 and jdk13 packages from pkgsrc-wip. | |||||
2003-05-25 | Clarify comments to more explicitly note how to _not_ add the dependency | jlam | 1 | -5/+7 | |
on the JDK. | |||||
2003-05-09 | sun-jdk defaults to sun-jdk14, but sun-jdk14 does not work reliably | abs | 1 | -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-23 | If a package requires a certain JVM, use that JVM for all dependencies | jschauma | 1 | -1/+2 | |
as well to avoid pulling in an additional, possibly unwanted JVM should one of the dependencies require any JVM. | |||||
2003-02-07 | protect one more inclusion of ${_JDK_PKGSRCDIR}/buildlink2.mk with | dmcmahill | 1 | -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-06 | make this also behave correctly when USE_BUILDLINK2 is not defined as well ↵ | dmcmahill | 1 | -2/+4 | |
as _JRE_PKGSRCDIR not being defined | |||||
2003-02-06 | only include _JRE_PKGSRCDIR/buildlink2.mk if it exists (allowing things like | dmcmahill | 1 | -2/+2 | |
make show-var VARNAME=PKGNAME to work on systems without a JVM. | |||||
2003-02-06 | on systems where _PKG_JVM is not set, set PKG_FAIL_REASON and set | dmcmahill | 1 | -2/+3 | |
_PKG_JVM to "none" to avoid makefile errors. | |||||
2003-01-29 | Use a table-based lookup scheme to pair up JREs to JDKs. | jlam | 1 | -10/+15 | |
2003-01-29 | sun-jdk14 has moved to .../java/sun-1.4. | jlam | 1 | -2/+2 | |
2003-01-29 | Set _JAVA_BASE_CLASSES to classes.zip or wre.jar in java-vm.mk, then use in | abs | 1 | -1/+4 | |
bsd.pkg.mk. We are now more wonka friendly. | |||||
2002-12-31 | USE_JAVA2 is used to note that the package requires a Java2 implementation. | jlam | 1 | -2/+9 | |
It's undefined by default, but may be set to "yes". | |||||
2002-12-31 | Allow for strangely-cased USE_JAVA values. | jlam | 1 | -5/+6 | |
2002-12-28 | Check whether USE_BUILDLINK2 is defined before testing its value. | jlam | 1 | -3/+3 | |
2002-12-26 | Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as | jlam | 1 | -0/+257 | |
suggested by Simon J. Gerraty. |