jperkin
f6ecbfa866
Add openjdk7 support for SunOS-5.11-*, make it the default for i386.
2013-06-15 09:46:01 +00:00
ryoon
38fa5e2f00
Add sun-{jre,jdk}7 support.
2012-12-11 14:54:00 +00:00
jperkin
57d575e577
Support SunOS-5.11-x86_64.
2012-11-07 16:26:51 +00:00
sbd
fd336ecaae
Set ONLY_FOR_PLATFORM based on the _ONLY_FOR_PLATFORM for each accepted JVM.
2012-11-02 00:48:03 +00:00
marino
ab0cb856dc
mk/java-vm.mk: Defined default VM for DragonFly
...
DragonFly wants openJDK7 for java packages, not Kaffe.
Set the default to reflect that.
2012-08-11 14:49:44 +00:00
dholland
69cf65f0f8
Partially revert previous: exclude kaffe on x86_64 again as it builds
...
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 06:06:43 +00:00
dholland
4eec469890
remove stray blank line in previous commit
2012-05-14 05:31:21 +00:00
dholland
488d1cca68
Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile.
2012-05-14 05:28:37 +00:00
marino
551003313c
mk/java-vm.mk: Set DragonFly for openjdk7
2012-05-12 21:07:28 +00:00
ryoon
484b6f7595
Document section update. PR pkg/45654.
...
* Add value "7" to USE_JAVA2.
2011-11-26 18:25:43 +00:00
yyamano
5480eb6a87
Cleanup regexps for Darwin. PPC version of the JDK never exists.
2011-10-03 10:02:56 +00:00
yyamano
11d5e7d4d5
Add jdk6 support for Mac OS X Lion.
...
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze.
2011-09-23 15:00:55 +00:00
obache
5ddf20051a
jdk16 now works on DragonFly.
...
PR#45172.
2011-07-24 11:45:42 +00:00
abs
c5a3e68fc1
sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but they run fine
2011-04-15 14:49:40 +00:00
wiz
2cf4fcb521
jdk-1.5 also supports FreeBSD 8 now, add it.
2011-01-08 16:44:10 +00:00
wiz
0cb8b544d7
Add support for wip/jdk16 (for PR 44294).
2010-12-29 22:34:37 +00:00
wiz
bfade6e0fc
Update patterns for jdk15, from Francois Tigeot in PR 44294.
2010-12-29 22:29:32 +00:00
obache
bd578ac7b4
Remove support for jdk and jdk14, they had been removed from pkgsrc.
2010-11-17 14:24:34 +00:00
wiz
37db1afe90
Remove support for sun-j{dk,re}{14,15}, since the corresponding
...
packages have been removed from pkgsrc.
2010-06-08 19:01:35 +00:00
minskim
2d59720e40
Use sun-jdk6 on Darwin-10.
2010-02-03 00:49:58 +00:00
obache
587d494aba
Allow USE_JAVA=build (build dependency on jre).
2009-10-20 02:33:01 +00:00
wiz
08eeab4734
Support lang/openjdk7 and make it the default on
...
NetBSD-[4-9]*-i386 and NetBSD-[5-9]*-x86_64.
2009-10-14 13:20:05 +00:00
abs
3d3c04b07e
PR pkg/41542 - java-vm.mk needs updating for openjdk7-bin from yamt
2009-06-05 16:00:47 +00:00
abs
b3c9e4c264
Add openjdk7-bin to the list of valid JVMs and use as a default on
...
NetBSD/i386 5.x
The previous default - the linux sun-jre6 - would randomly crash under
load for at least tomcat and jboss
2009-04-10 09:05:25 +00:00
christos
0613ba0c5c
enable 1.6 for x86_64 too, and make it the default.
2009-01-19 00:34:53 +00:00
adrianp
7fc5a47239
SunOS-5.11-i386 default is Java 6 only
2008-10-25 18:04:27 +00:00
adrianp
c9b91d6dc3
Initial support for Java on OpenSolaris (i386 only)
2008-10-24 23:17:30 +00:00
adrianp
d92c0de60a
Darwin-9.* supports Java 1.6
2008-10-24 21:01:57 +00:00
wiz
c012d1c35c
Remove blackdown-j{dk,re}13 and sun-j{dk,re}13.
...
Both have security problems and are not maintained.
Update infrastructure for their removal.
Removal was announced on pkgsrc-users on March 13.
2008-03-25 13:41:44 +00:00
tnn
581cb17df9
remove lang/scsl-* related bits.
2008-01-19 05:04:00 +00:00
adrianp
36c417e0da
Darwin 9.* can use Java too
2007-11-18 22:17:50 +00:00
jlam
6989e7a043
Automatically substitute for JAVA_HOME and PKG_JAVA_HOME in PLISTs.
2007-08-02 18:04:48 +00:00
abs
11b2fc360a
add jdk15, modelled on jdk14
2007-06-11 07:03:18 +00:00
rillig
4b882aadae
Added the variable JAVA_BINPREFIX containing the prefix to the wrapped
...
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-06-05 13:35:06 +00:00
tv
a85c47118c
Remove win32-jdk. This never really worked, and probably never will work
...
properly enough for pkgsrc use.
2007-04-04 14:32:52 +00:00
rillig
a65c6021a4
Changed the default Java Virtual Machine for NetBSD and Linux from "jdk"
...
(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-22 23:52:58 +00:00
tv
6e168c7c12
Add support for sun-j{dk,re}6.
2007-02-18 19:12:07 +00:00
rillig
7438982732
Sorted the _ONLY_FOR_PLATFORM.* lists so that each operating system has
...
its own line. Since NetBSD 1.6 has been EOL'd, replaced the special
entries with more generic ones, like NetBSD-*-i386.
2007-02-16 11:13:02 +00:00
rillig
f6a8043bf5
Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON.
2007-02-10 08:59:07 +00:00
joerg
f05a8245ab
Add FreeBSD 6. From Peter Schuller in private mail.
2007-01-30 17:47:39 +00:00
wiz
f8eed68681
Claim NetBSD-[2-9].*-x86_64 as supported by sun-jdk15, to let
...
the java framework recognize the amd64 support in sun-jre15.
2006-12-03 13:06:15 +00:00
rillig
221e277e28
Since PKG_JVM is not user-settable, it must not be added to BUILD_DEFS.
...
For that purpose, BUILD_DEFS_EFFECTS has just been introduced.
2006-11-04 21:56:49 +00:00
rillig
9ede2eae60
Made the code that selects the possible Java VMs much simpler.
2006-11-04 21:22:30 +00:00
rillig
7819d3baf1
Brought the comment into "pkgsrc comment normal form".
2006-11-04 21:02:57 +00:00
tv
db1ad83be6
Add scsl-jdk15 and scsl-jre15, SCSL licensed versions of sun-jdk15 and
...
sun-jre15, but running natively on NetBSD (so far).
2006-05-15 19:44:06 +00:00
minskim
a1e71190d2
Allow to use sun-jdk15 on Darwin-8, and sun-jdk14 on Darwin-[678].
...
Also make sun-jdk15 the default java on Darwin-8. This addresses PR pkg/32013.
2006-05-10 07:25:03 +00:00
reed
5abef9be14
Over 1200 files touched but no revisions bumped :)
...
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).
2006-04-06 06:21:32 +00:00
joerg
1f6a39a84e
First step at reworking Linux binary packages.
...
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-12 14:43:23 +00:00
rillig
999f8b6e04
Applied all quoting fixes found by "pkglint --autofix".
2005-12-05 22:07:07 +00:00
abs
4c051b2ece
Allow USE_JAVA2 to (optionally) be set to 1.4 or 1.5, and use in tomcat55
2005-06-02 10:07:48 +00:00