summaryrefslogtreecommitdiff
path: root/mk/java-vm.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj1-2/+2
2016-03-12don't default to EOL versions of java:tnn1-6/+7
- change Linux x86 from sun-jdk6 to oracle-jdk8 - change SunOS x86 from openjdk7 to openjdk8 - change DragonFly from openjdk7 to openjdk8 leave Darwin at sun-jdk6 for now, not sure how the builtin stuff works ...
2015-11-25Remove mk/find-prefix.mk and its usage from the mk infrastructure.jperkin1-13/+7
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-08-12Set openjdk8 as default on NetBSD 5 or later.ryoon1-2/+2
openjdk7 is no longer updated and it is vulnerable.
2015-06-02Add oracle-jre8/jdk8 to supported Java VMs.ryoon1-3/+22
2015-03-06- add OR list operators; \\ -> \szptvlfn1-2/+2
2015-03-06lang/openjdk* now mostly works on armtnn1-2/+5
2015-02-25Removed outdated openjdk7-bin package. No objection from abs@tnn1-15/+4
2015-02-13set the default JVM for NetBSD/sparc64 and clean out nonexistent JVMstnn1-32/+11
2015-02-09Add 8 to USE_HAVA2 description.ryoon1-3/+3
2015-02-08Infrastructure glue for openjdk8tnn1-8/+23
2014-09-03Add support for Oracle Java 7 (manually installed via Mac OS X builtintron1-3/+2
mechanism) under Mac OS X Mavericks. Patches contributed by J. Lewis Muir via "pkgsrc-users" mailing list.
2013-12-27Add Solaris 10 i386 and x86_64 as a supported platforms for "sun-jdk16".tron1-1/+3
This allows "pkgsrc" to detect the Java 1.6 bundled with recent Solaris 10 update releases. Change during freeze approved by Greg Troxel.
2013-12-25Add Solaris 10 SPARC as a support platform for "sun-jdk16". This allowstron1-1/+2
"pkgsrc" to detect the Java 1.6 bundled with Solaris 10. There are more missing combinations e.g. Solaris 10 i386 but they would need testing. Change during freeze approved by Thomas Klausner.
2013-06-23Switch SunOS-5.11-x86_64 to openjdk7 by default.jperkin1-4/+3
2013-06-15Add openjdk7 support for SunOS-5.11-*, make it the default for i386.jperkin1-4/+7
2012-12-11Add sun-{jre,jdk}7 support.ryoon1-3/+24
2012-11-07Support SunOS-5.11-x86_64.jperkin1-3/+5
2012-11-02Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM.sbd1-1/+6
2012-08-11mk/java-vm.mk: Defined default VM for DragonFlymarino1-1/+3
DragonFly wants openJDK7 for java packages, not Kaffe. Set the default to reflect that.
2012-05-14Partially revert previous: exclude kaffe on x86_64 again as it buildsdholland1-2/+3
but apparently does not work. I'm seeing two different problems on different machines, one where it can't find classes in jar files that are clearly there and one where it can't run even a trivial program without dying with a stack overflow.
2012-05-14remove stray blank line in previous commitdholland1-2/+1
2012-05-14Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.dholland1-2/+4
2012-05-12mk/java-vm.mk: Set DragonFly for openjdk7marino1-1/+2
2011-11-26Document section update. PR pkg/45654.ryoon1-4/+4
* Add value "7" to USE_JAVA2.
2011-10-03Cleanup regexps for Darwin. PPC version of the JDK never exists.yyamano1-4/+4
2011-09-23Add jdk6 support for Mac OS X Lion.yyamano1-1/+2
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze.
2011-07-24jdk16 now works on DragonFly.obache1-1/+2
PR#45172.
2011-04-15sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but ↵abs1-2/+4
they run fine
2011-01-08jdk-1.5 also supports FreeBSD 8 now, add it.wiz1-1/+2
2010-12-29Add support for wip/jdk16 (for PR 44294).wiz1-3/+12
2010-12-29Update patterns for jdk15, from Francois Tigeot in PR 44294.wiz1-3/+3
2010-11-17Remove support for jdk and jdk14, they had been removed from pkgsrc.obache1-25/+6
2010-06-08Remove support for sun-j{dk,re}{14,15}, since the correspondingwiz1-65/+7
packages have been removed from pkgsrc.
2010-02-03Use sun-jdk6 on Darwin-10.minskim1-1/+3
2009-10-20Allow USE_JAVA=build (build dependency on jre).obache1-5/+11
2009-10-14Support lang/openjdk7 and make it the default onwiz1-5/+17
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64.
2009-06-05PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamtabs1-2/+3
2009-04-10Add openjdk7-bin to the list of valid JVMs and use as a default onabs1-11/+24
NetBSD/i386 5.x The previous default - the linux sun-jre6 - would randomly crash under load for at least tomcat and jboss
2009-01-19enable 1.6 for x86_64 too, and make it the default.christos1-3/+4
2008-10-25SunOS-5.11-i386 default is Java 6 onlyadrianp1-5/+3
2008-10-24Initial support for Java on OpenSolaris (i386 only)adrianp1-5/+11
2008-10-24Darwin-9.* supports Java 1.6adrianp1-1/+2
2008-03-25Remove blackdown-j{dk,re}13 and sun-j{dk,re}13.wiz1-52/+6
Both have security problems and are not maintained. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13.
2008-01-19remove lang/scsl-* related bits.tnn1-18/+4
2007-11-18Darwin 9.* can use Java tooadrianp1-3/+3
2007-08-02Automatically substitute for JAVA_HOME and PKG_JAVA_HOME in PLISTs.jlam1-1/+4
2007-06-11add jdk15, modelled on jdk14abs1-3/+13
2007-06-05Added the variable JAVA_BINPREFIX containing the prefix to the wrappedrillig1-9/+28
Java binaries. This makes it easier for packages to call the wrapper instead of the direct binary. See games/cgoban-java/Makefile revision 1.39 for the current approach and the following revision for the simpler one. Added _VARGROUPS. Doing that, I realized that BUILD_DEFS corresponds to _USER_VARS.* and BUILD_DEFS_EFFECTS to _SYS_VARS.*. This redundancy may be removed in the future. Removed a redundant comment.
2007-04-04Remove win32-jdk. This never really worked, and probably never will worktv1-13/+2
properly enough for pkgsrc use.