Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-11 | update PKG_{FAIL,SKIP}_REASON with += | dbj | 1 | -2/+2 | |
2016-03-12 | don't default to EOL versions of java: | tnn | 1 | -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-25 | Remove mk/find-prefix.mk and its usage from the mk infrastructure. | jperkin | 1 | -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-12 | Set openjdk8 as default on NetBSD 5 or later. | ryoon | 1 | -2/+2 | |
openjdk7 is no longer updated and it is vulnerable. | |||||
2015-06-02 | Add oracle-jre8/jdk8 to supported Java VMs. | ryoon | 1 | -3/+22 | |
2015-03-06 | - add OR list operators; \\ -> \ | szptvlfn | 1 | -2/+2 | |
2015-03-06 | lang/openjdk* now mostly works on arm | tnn | 1 | -2/+5 | |
2015-02-25 | Removed outdated openjdk7-bin package. No objection from abs@ | tnn | 1 | -15/+4 | |
2015-02-13 | set the default JVM for NetBSD/sparc64 and clean out nonexistent JVMs | tnn | 1 | -32/+11 | |
2015-02-09 | Add 8 to USE_HAVA2 description. | ryoon | 1 | -3/+3 | |
2015-02-08 | Infrastructure glue for openjdk8 | tnn | 1 | -8/+23 | |
2014-09-03 | Add support for Oracle Java 7 (manually installed via Mac OS X builtin | tron | 1 | -3/+2 | |
mechanism) under Mac OS X Mavericks. Patches contributed by J. Lewis Muir via "pkgsrc-users" mailing list. | |||||
2013-12-27 | Add Solaris 10 i386 and x86_64 as a supported platforms for "sun-jdk16". | tron | 1 | -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-25 | Add Solaris 10 SPARC as a support platform for "sun-jdk16". This allows | tron | 1 | -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-23 | Switch SunOS-5.11-x86_64 to openjdk7 by default. | jperkin | 1 | -4/+3 | |
2013-06-15 | Add openjdk7 support for SunOS-5.11-*, make it the default for i386. | jperkin | 1 | -4/+7 | |
2012-12-11 | Add sun-{jre,jdk}7 support. | ryoon | 1 | -3/+24 | |
2012-11-07 | Support SunOS-5.11-x86_64. | jperkin | 1 | -3/+5 | |
2012-11-02 | Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM. | sbd | 1 | -1/+6 | |
2012-08-11 | mk/java-vm.mk: Defined default VM for DragonFly | marino | 1 | -1/+3 | |
DragonFly wants openJDK7 for java packages, not Kaffe. Set the default to reflect that. | |||||
2012-05-14 | Partially revert previous: exclude kaffe on x86_64 again as it builds | dholland | 1 | -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-14 | remove stray blank line in previous commit | dholland | 1 | -2/+1 | |
2012-05-14 | Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile. | dholland | 1 | -2/+4 | |
2012-05-12 | mk/java-vm.mk: Set DragonFly for openjdk7 | marino | 1 | -1/+2 | |
2011-11-26 | Document section update. PR pkg/45654. | ryoon | 1 | -4/+4 | |
* Add value "7" to USE_JAVA2. | |||||
2011-10-03 | Cleanup regexps for Darwin. PPC version of the JDK never exists. | yyamano | 1 | -4/+4 | |
2011-09-23 | Add jdk6 support for Mac OS X Lion. | yyamano | 1 | -1/+2 | |
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze. | |||||
2011-07-24 | jdk16 now works on DragonFly. | obache | 1 | -1/+2 | |
PR#45172. | |||||
2011-04-15 | sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but ↵ | abs | 1 | -2/+4 | |
they run fine | |||||
2011-01-08 | jdk-1.5 also supports FreeBSD 8 now, add it. | wiz | 1 | -1/+2 | |
2010-12-29 | Add support for wip/jdk16 (for PR 44294). | wiz | 1 | -3/+12 | |
2010-12-29 | Update patterns for jdk15, from Francois Tigeot in PR 44294. | wiz | 1 | -3/+3 | |
2010-11-17 | Remove support for jdk and jdk14, they had been removed from pkgsrc. | obache | 1 | -25/+6 | |
2010-06-08 | Remove support for sun-j{dk,re}{14,15}, since the corresponding | wiz | 1 | -65/+7 | |
packages have been removed from pkgsrc. | |||||
2010-02-03 | Use sun-jdk6 on Darwin-10. | minskim | 1 | -1/+3 | |
2009-10-20 | Allow USE_JAVA=build (build dependency on jre). | obache | 1 | -5/+11 | |
2009-10-14 | Support lang/openjdk7 and make it the default on | wiz | 1 | -5/+17 | |
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64. | |||||
2009-06-05 | PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamt | abs | 1 | -2/+3 | |
2009-04-10 | Add openjdk7-bin to the list of valid JVMs and use as a default on | abs | 1 | -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-19 | enable 1.6 for x86_64 too, and make it the default. | christos | 1 | -3/+4 | |
2008-10-25 | SunOS-5.11-i386 default is Java 6 only | adrianp | 1 | -5/+3 | |
2008-10-24 | Initial support for Java on OpenSolaris (i386 only) | adrianp | 1 | -5/+11 | |
2008-10-24 | Darwin-9.* supports Java 1.6 | adrianp | 1 | -1/+2 | |
2008-03-25 | Remove blackdown-j{dk,re}13 and sun-j{dk,re}13. | wiz | 1 | -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-19 | remove lang/scsl-* related bits. | tnn | 1 | -18/+4 | |
2007-11-18 | Darwin 9.* can use Java too | adrianp | 1 | -3/+3 | |
2007-08-02 | Automatically substitute for JAVA_HOME and PKG_JAVA_HOME in PLISTs. | jlam | 1 | -1/+4 | |
2007-06-11 | add jdk15, modelled on jdk14 | abs | 1 | -3/+13 | |
2007-06-05 | Added the variable JAVA_BINPREFIX containing the prefix to the wrapped | rillig | 1 | -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-04 | Remove win32-jdk. This never really worked, and probably never will work | tv | 1 | -13/+2 | |
properly enough for pkgsrc use. |