Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2007-02-22 | Changed the default Java Virtual Machine for NetBSD and Linux from "jdk" | rillig | 1 | -2/+2 | |
(JDK 1.1.8) to "sun-jdk" (any Sun JDK >= 1.2), since JDK 1.1.8 has been crashing for some NetBSD bulk builds for over a year now. | |||||
2007-02-18 | Add support for sun-j{dk,re}6. | tv | 1 | -6/+24 | |
2007-02-16 | Sorted the _ONLY_FOR_PLATFORM.* lists so that each operating system has | rillig | 1 | -15/+26 | |
its own line. Since NetBSD 1.6 has been EOL'd, replaced the special entries with more generic ones, like NetBSD-*-i386. | |||||
2007-02-10 | Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON. | rillig | 1 | -2/+2 | |
2007-01-30 | Add FreeBSD 6. From Peter Schuller in private mail. | joerg | 1 | -4/+6 | |
2006-12-03 | Claim NetBSD-[2-9].*-x86_64 as supported by sun-jdk15, to let | wiz | 1 | -1/+2 | |
the java framework recognize the amd64 support in sun-jre15. | |||||
2006-11-04 | Since PKG_JVM is not user-settable, it must not be added to BUILD_DEFS. | rillig | 1 | -2/+3 | |
For that purpose, BUILD_DEFS_EFFECTS has just been introduced. | |||||
2006-11-04 | Made the code that selects the possible Java VMs much simpler. | rillig | 1 | -18/+9 | |
2006-11-04 | Brought the comment into "pkgsrc comment normal form". | rillig | 1 | -17/+33 | |
2006-05-15 | Add scsl-jdk15 and scsl-jre15, SCSL licensed versions of sun-jdk15 and | tv | 1 | -6/+19 | |
sun-jre15, but running natively on NetBSD (so far). | |||||
2006-05-10 | Allow to use sun-jdk15 on Darwin-8, and sun-jdk14 on Darwin-[678]. | minskim | 1 | -4/+5 | |
Also make sun-jdk15 the default java on Darwin-8. This addresses PR pkg/32013. | |||||
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -13/+13 | |
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day). | |||||
2005-12-12 | First step at reworking Linux binary packages. | joerg | 1 | -7/+8 | |
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms. | |||||
2005-12-05 | Applied all quoting fixes found by "pkglint --autofix". | rillig | 1 | -2/+2 | |
2005-06-02 | Allow USE_JAVA2 to (optionally) be set to 1.4 or 1.5, and use in tomcat55 | abs | 1 | -3/+8 | |
2005-04-20 | Check for the JRE and not the SDK package to figure which version of the | tron | 1 | -4/+4 | |
Sun Java package is installed. | |||||
2005-04-19 | Remove wonka support, now that wonka package is gone. | wiz | 1 | -15/+3 | |
Noted by schmonz@. | |||||
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -15/+5 | |
to tech-pkg: ===== * USE_BUILDLINK3=YES will be unconditional. (In fact, USE_BUILDLINK3 will be ignored altogether by mk/; but see below.) * NO_BUILDLINK and NO_WRAPPER will be ignored by mk/. If a build happens, these phases will happen. * The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER. If no build happens, those phases are not needed. * NO_TOOLS will be ignored by mk/. The tools phase, which provides much more than just the C compiler, will always happen regardless of package. This will make metapackage builds only slightly slower, in trade for far less user error. | |||||
2005-02-11 | Visual cleanup from tv-derecurse: | tv | 1 | -4/+3 | |
Consolidate many MAKE_ENVs and SCRIPTS_ENVs into a common block. (CONFIGURE_ENVs to be done later.) Introduce new variable ALL_ENV which is automatically included into all of MAKE_ENV, SCRIPTS_ENV, and CONFIGURE_ENV; this allows much cleaner addition of the common CC/CXX/CFLAGS/etc. variables needed by all of these. | |||||
2005-01-24 | Merge down deferred PREPEND_PATH handling from the tv-derecurse branch. | tv | 1 | -6/+14 | |
Also merge in deferred CLASSPATH handling, which can now be moved back to java-vm.mk for cleanliness. | |||||
2005-01-12 | Disable win32-jdk for now. It doesn't play well with bulk builds yet. | tv | 1 | -14/+14 | |
2004-12-14 | Make bulk builds mark packages failing due to "no acceptable JVM found" | kristerw | 1 | -2/+2 | |
as unavailable instead of broken. | |||||
2004-10-11 | Add win32-jdk. While here, sort the per-JVM metadata sections by JVM name. | tv | 1 | -29/+40 | |
2004-09-30 | Add and enable {jdk,jre}15 | rh | 1 | -8/+22 | |
2004-07-29 | jdk12 was never here. "avert your eyes." | tv | 1 | -21/+3 | |